Would like to know how to properly lock(disable) the auto-exposure in the camera app I'm messing around with. I'm testing with my Samsung Galaxy S3, and the native camera app allows for focus as well as exposure to be locked by keeping the "shutter" button pressed down. Releasing takes the picture. ICS APIs provide the exposure locking functionality. However, when I call isAutoExposureLockSupported() in my code it returns false. And any call to setAutoExposureLock(true) does nothing. Any help would be appreciated.
-- 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

