CameraView icon indicating copy to clipboard operation
CameraView copied to clipboard

pause and resume video recording

Open gamalsebaee18 opened this issue 7 years ago • 6 comments

Great library ! I need to enable user to pause and resume video while recording

gamalsebaee18 avatar Oct 16 '18 12:10 gamalsebaee18

You can't right now and I don't see this as coming anytime soon, sorry!

natario1 avatar Oct 22 '18 11:10 natario1

have you done with this issue ?

shivkoshti avatar Nov 27 '18 23:11 shivkoshti

@natario1 I noticed that you left a comment in the main class about the new MediaRecorder pause and resume methods in API 24-- would you be open to implementing these now that API 24+ adoption is above 50%? (It's still not great, but it's something...)

I would assume that support for API <24 is out of scope for this library since I think you'd have to stop/start and stitch the videos together to emulate it. If I were you I'd leave that up to the users of the library to implement if they so choose.

soren121 avatar Dec 23 '18 08:12 soren121

I am not against it but not planning to work on it either. Feel free to do it if you want, but please do so in the v2 branch as it changes everything about video recording.

natario1 avatar Dec 23 '18 09:12 natario1

@natario1 it is actually a very good feature that not many have. OpenCamera has that functionality and it's a very good lib. But it can be a bit slow for certain things if you need fast shots and init.

tolew1 avatar Jun 07 '19 06:06 tolew1

@natario1 it is actually a very good feature that not many have. OpenCamera has that functionality and it's a very good lib. But it can be a bit slow for certain things if you need fast shots and init.

Yes, this might be make this library more special and unique feature. Even WhatsApp, Signal and Telegram not support this feature.

sathishmscict avatar Jan 27 '21 04:01 sathishmscict