views:

105

answers:

0

Sometimes when I try to call [myController takePicture] on a UIImagePickerController object, I receive this response:

UIImagePickerController: ignoring request to take picture; image is already being captured or camera not yet ready.

I believe it's not because an image is already being captured because I launch the camera and it fails on the first try (and subsequent tries after it fails, as well).

Does anyone know what generally causes this error, or how to reliably address it? I figure probably the answer is to restart the camera functionality, but am wondering if there is more insight into it. Thanks.