I'm trying to debug or work around camera driver issues on Gingerbread. In our app, the camera preview will start up, graba a few frames, and then crash the camera driver with the following error message: liboemcamera: config_proc_ctrl_command: SEVERE ERROR: attempt to override pending command 13 with 58
The app continues to run fine, but never receives anymore preview frames. Thus, the preview SurfaceView appears frozen and the app never recognizes the expected barcode. Recreating the SurfaceView within the same session will reset the camera enough to grab a couple more preview frames. This seems related to other users seeing the above error message on Nexus One with Gingerbread. http://code.google.com/p/android/issues/detail?id=15112 http://code.google.com/p/android/issues/detail?id=15801 They claim is it specific to Nexus One, but I can't be certain about my problem, as our Nexus One is our only Gingerbread phone. Additionally, others apps on our phone (Camera, Barcode Scanner, etc.) no longer exhibit this issue, lending me to believe there is a work around. Following the suggestions in the above tickets (specifically, minimizing Camera.Parameters reads) has not solved my problem. At the very least, I need the piece-of-mind that our issue is limited to Gingerbread on Nexus One before a big Gingerbread updates comes to some phone with a larger user base. Suggestions would be greatly appreciated. As would feedback about our app (CheckPoints) on other Gingerbread phones. -- 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

