cordova-plugin-camera-preview
cordova-plugin-camera-preview copied to clipboard
Record Video
It's possible to record video during the preview ?
any updates on this question?
I'm waiting for this too.
upvoted . it's a must have !
I would also like to see this.
Have you guys found an alternative solution? I need to deliver a photo booth app that needs this functionality.
+1 !
+1
+10 🤠
@rrundle I have been looking into the media-capture plugin (https://github.com/apache/cordova-plugin-media-capture) it allows for both however you have to choose Video, Audio or Photo in the code
@mark-ellul yeah, clear, but thats the plain interface without any overlay- or preview-possibilities.
@phonic yes its a bit of a bummer, I really wanted the ability to switch between recording an image or video on the camera view itself, which is not possible without overlays.
@mark-ellul yeah that's probably the best possible alternative at the moment. Having the ability to overlay and take pictures automatically are pretty nice features of the preview plugin. Would be great to have those features for video.
Thanks for the response.
+1 - would really like to see this happen
+1
+1
+1 Any solution for this? I want to create camera preview like on Instegram app.
@vipulsharma144 has submitted PR #587 which completes the work done from @icetec-solutions implementation. I would appreciate if anyone has any comments on that PR.
Video recording functionality for Android has been implemented in master via #587