You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to have this feature as part of the Capacitor Camera API!
It feels nasty to add both cordova-plugin-camera (to select a video from the library) and cordova-plugin-media-capture (to capture a new video) to a Capacitor project.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of the plugin, please create a new issue and ensure the template is fully filled out.
Feature Request
Plugin
Camera
Description
The Camera plugin has a way to take photos, but not videos.
Platform(s)
Preferred Solution
Add a
getVideo()
method to the Camera plugin.Alternative Solution
It is possible to capture videos using
<input>
(see this article). But, it would still be nice to have a programmatic way.Additional Context
See this original comment: #33 (comment)
A request was also made for the Media plugin: capacitor-community/media#9
The text was updated successfully, but these errors were encountered: