Menu

#370 Application crashes on iPad when I try to open camera?

open
camera (1)
Bug
2015-12-15
2015-12-15
No

In my application I am using TDPFUIImagePickerController to capture image through device camera, it's woking fine on iPhone and is crashing on iPad. I am unable to catch the reason. Can you please guide me through it? My code is given below:

procedure TImagePickerForm.DPFNavToolbarBarItems0Click(Sender: TObject);
begin
DPFUIImagePickerController1.EditingType := TDPFEditingType.etOriginalImage;
if not DPFUIImagePickerController1.TakeImageFromCamera then
ShowMessage( 'Not Support' );
end;

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.