There’s a plugin for capturing the camera stream, It uses AVCaptureVideoDataOutput
to create a capture session. Each frame is base64 encoded and passed to the Cordova UIWebView. Its experimental and is slower than any native approach.
There’s a plugin for capturing the camera stream, It uses AVCaptureVideoDataOutput
to create a capture session. Each frame is base64 encoded and passed to the Cordova UIWebView. Its experimental and is slower than any native approach.