iPhone Use UIImagePickerController to capture selective frames from a video -


i wanted use uiimagepicker record video let user browse frames using scrollview built in uiimagepicker , while @ it, select few frames interest user.

i know can overlay control on top of uiimagepicker trigger selection

what not sure whether have programatic access current frame shown uiimagepicker me extract image out of it.

please let me know if doable/possible.

are there other time efficient/elegant ways achieving above?

i had created own view video recording , frame selection (using avcapturesession, avcapturevideodataoutput) take me quite bit of time polish make uiimagepicker plus familiar default camera app in iphone.

i hope makes sense want achieve.

i know 1 can kind of achieve goal taken screenshot of screen want user click 1 button capture current show frame.

thanks

screenshot method did not work frozen frame video recording.

went custom avfoundation based frame capture.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -