I am trying to do some basic things by getting the camera stream of an Android device using getUserMedia. As far as I understand, this should be supported on Android Lollipop, which I run, but even with permissions allowed for video and audio, my request for a media stream is automatically rejected.
So I tried using Crosswalk with Ionic, and I can get the media stream. The data is just empty. As far as I understand, this needs to be supported. Does anyone else have experience acquiring camera video data using Cordova / Ionic?
source
share