react-native-vision-camera icon indicating copy to clipboard operation
react-native-vision-camera copied to clipboard

✨ Cancel Recording without capture

Open JaxonLee0710 opened this issue 1 year ago • 1 comments

What feature or enhancement are you suggesting?

I think it would be great to support cancel recording function.

What Platforms whould this feature/enhancement affect?

iOS, Android

Alternatives/Workarounds

I am currently camera recording app using this package. But I want to cancel recording without store video. Currently, this package is not support cancel recording function. Of course, that's support onStopRecording, but that's need store file to temp so there is some minutes to store video file. But video file doesn't need because user cancel recording.

Additional information

JaxonLee0710 avatar Feb 02 '24 01:02 JaxonLee0710

Good feature request 👍

mrousavy avatar Feb 02 '24 08:02 mrousavy

Added cancelRecording() in VisionCamera 4.0.0! 🥳

If you appreciate VisionCamera, please consider 💖 sponsoring me on GitHub 💖 to support the development of VisionCamera and thank me for my time spent on fixing bugs and building new features.

mrousavy avatar Apr 22 '24 11:04 mrousavy