CameraView icon indicating copy to clipboard operation
CameraView copied to clipboard

Create Bomrang like instagram

Open masoudzeeb opened this issue 1 year ago • 1 comments

Hi

Please help me How create bomrang with video capter this library?

dont use ffmpg ! please help with frame add reverce

masoudzeeb avatar Jul 21 '23 12:07 masoudzeeb

You can achieve that two different ways: You can record a very short video and then reverse it with ffmpg. Or you can takePictureSnapshot() multiple times to create a stop-motion that you can stitch and reverse. If you want a video as a final result, you need to use again, something similar to ffmpg, or a third party library or do the processing on your backend server if you don't want your app to be heavy in weight and unpredictable in video processing performance. What you want to achieve is out of the scope of this library, so you need to implement it yourself.

EzequielAdrianM avatar Sep 11 '23 18:09 EzequielAdrianM