hi community, i am using Reactjs and Capacitor to develop Android and iOS versions. as part of the app i need to implement a “20 second medium/low quality video clip capture” screen using the device camera.
i use Capacitor camera plugin to capture photos, but the API does not show much about Videos! does it support?
if the Capacitor camera does not support, what is the recommended way or mix of technology or npm modules i should try? any links how-tos are greatly appreciated.
What I’m trying to accomplish is very similar to WhatsApp video attachment feature.