I have created a web app with Cordova and I need to show a live camera stream in my background. It seems that the Camera/Videos APIs from Cordova just open the native Camera/Video apps instead of returning live camera data. What I really need is something like getUserMedia()
which is only available on Opera and Chrome (June 2012).
Is there a shim to use getUserMedia()
within Cordova or any Plugins which behave similarly?
Since iOS6, the way you ask to the OS permission for their APIs changed (because they introduced more security).
Look inside **preferences app** if your app is inside **privacy** – macool Nov 11 '12 at 16:27