android-heart-rate-monitor icon indicating copy to clipboard operation
android-heart-rate-monitor copied to clipboard

Lock auto-exposure of camera

Open liqimai opened this issue 8 years ago • 1 comments

When my finger touches the camera, the camera always automatically adjust exposure, so the images change regularly on a frequency of about 200Hz. I added some codes to lock AutoExposure, AutoExposureCompensation and AutoWhiteBalance.

liqimai avatar Sep 30 '15 17:09 liqimai

Thanks @liqimai but it seems like you are using methods which were deprecated at API=21 http://developer.android.com/reference/android/hardware/Camera.Parameters.html

If you can update the code to use the latest API (23) then I'll merge in the pull request.

phishman3579 avatar Oct 02 '15 23:10 phishman3579