Hi all, I'm facing a problem with a camera application. The problem is that after I call autoFocus(callBack), the device doesn't callback.
In the debug logs it's clear that the command was successful and the autofocus has started: 02-06 15:40:44.305: DEBUG/QualcommCameraHardware(1218): autoFocus E 02-06 15:40:44.305: DEBUG/QualcommCameraHardware(1218): autoFocus X 02-06 15:40:44.315: DEBUG/QualcommCameraHardware(1218): runAutoFocus E 02-06 15:40:44.315: DEBUG/QualcommCameraHardware(1218): af start (fd 54) 02-06 15:40:44.535: INFO/CameraService(1218): [Camera KPI] 1st preview frame After "af start (fd 54)" the method set as callback is never called. This DOESN'T always happen, it happens just in some cases, mainly when I try my best to make the autofocus hard (by placing a finger on the camera and remove it before autofocus completes). Does anyone have a suggestion? My application depends on the callback to take the picture, if I don't get the callback it never takes the picture. Thank you all for your support, Marco -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

