How to get the camera information like megapixels, f 1/3 and other infos using cordova. I'm developing a simple project where the phone's camera must be greater than 5MP. But i don't know how to do it. I couldn't find any plugins too. I'm using cordova 4.2.0 and Kendoui frameworks. please help.
1 Answers
1
votes
It's not directly possible with Cordova.
It's mentioned in the documentation
Note that information about the camera's resolution is unavailable
You have to write custom plugin in order to use that info for different platforms.