After recording a video, with "SaveToAlbum" property to true, I try to get it from the gallery, but it is not there.
I put breakpoints to see if the application passes the function that records in the galleries
(UISaveVideoAtPathToSavedPhotosAlbum( PNSStr( FileSavedPath ), nil, nil, nil ); in DPF.iOS.UIImagePickerController.pas ) and indeed passes by.
I do not know what I can do.
Are there someone who can help me?
thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks a lot for the intention, but on iosImagePicker Demo (9.1.0) the event DPFUIImagePickerController1didFinishPickingMovie has not connected with onDidFinishPickingMovie event, and when I try connect it, "Property and method DPFUIImagePickerController1didFinishPickingMovie are not compatible" error appear.
Am I doing something wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After recording a video, with "SaveToAlbum" property to true, I try to get it from the gallery, but it is not there.
I put breakpoints to see if the application passes the function that records in the galleries
(UISaveVideoAtPathToSavedPhotosAlbum( PNSStr( FileSavedPath ), nil, nil, nil ); in DPF.iOS.UIImagePickerController.pas ) and indeed passes by.
I do not know what I can do.
Are there someone who can help me?
thanks in advance.
The PNSStr looks suspicious.
Please try changing PNSStr to NSStr in DPF.iOS.UIImagePickerController:
and in DPF.iOS.Classes:
Does that fix your problem?
Last edit: Sebastian Zierer 2014-12-10
Hi Jmltoro
Fixed.
Thank you for your feedback. Please download last source code from Code section.
Regards
Thanks a lot for the intention, but on iosImagePicker Demo (9.1.0) the event DPFUIImagePickerController1didFinishPickingMovie has not connected with onDidFinishPickingMovie event, and when I try connect it, "Property and method DPFUIImagePickerController1didFinishPickingMovie are not compatible" error appear.
Am I doing something wrong?
Hi
You must be download last source code from Code section :
https://sourceforge.net/p/dpfdelphiios/code/
Best Regards
Thanks a lot for your great job.