jschillingApollo commented on issue #816: URL: https://github.com/apache/cordova-plugin-camera/issues/816#issuecomment-1311062412
Though this is terribly simplified and vague I did locate some [potentially useful documentation](https://developer.android.com/reference/android/provider/MediaStore#INTENT_ACTION_VIDEO_CAMERA) regarding the Android Intent that is used for opening the camera in video mode. The specific intent is called `INTENT_ACTION_VIDEO_CAMERA`. And for iOS it looks like it is definitely possible using the AVFoundation framework. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
