Hey! I'm developing an app with which I can detect coloured LEDs. To properly detect the LEDs I want to fix the exposure time of the camera. So far I have been able to adjust it using:
p = camera.getParameters(); p.setExposureCompensation(p.getMinExposureCompensation()); p.setAutoExposureLock(true); camera.setParameters(p); But the exposure time is not fixed now, it just adjusts itself slightly less then in normal mode. How can I completely fix the auto exposure time? Best, Mitchel Bakker -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

