Is there any tool in Capacitor that is working the same way as Camera.getPhoto
- but for videos?
#7591
Unanswered
alexeysarakuz
asked this question in
Q&A
Replies: 2 comments
-
You can use the Capacitor File Picker plugin to let the user select a video from the gallery. To record a video, I recommend the Capacitor Camera Preview plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use a html input of type file with accept set to video like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my application I need to allow users to record videos with native camera OR get video from gallery, the same way it works for
Camera.getPhoto
+CameraSource.Prompt
optionBeta Was this translation helpful? Give feedback.
All reactions