apache / cordova-plugin-camera

Apache Cordova Plugin camera
https://cordova.apache.org/
Apache License 2.0
960 stars 1.52k forks source link

Max Video Duration Parameter #865

Open hvaughan3 opened 6 months ago

hvaughan3 commented 6 months ago

Feature Request

Motivation Behind Feature

To allow developers to prevent longer length videos, it would be nice to provide a duration limit similar to the Cordova media capture plugin.

Feature Description

Provide a parameter representing the max number of seconds to allow a video recording to be before the recording is stopped by the device.

Alternatives or Workarounds

Perhaps a way to set a timeout in JavaScript code and forcibly stop the recording from there. That is probably more trouble than a duration parameter.