You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.
On iOS setting the camera device exposure mode appears to be behave as AVCaptureExposureModeAutoExpose instead of as AVCaptureExposureModeContinuousAutoExposure. In that the exposure is set correct when you call this, but if the lighting changes afterwards the exposure does not adjust.
The text was updated successfully, but these errors were encountered:
Hey @allan-o3h , thanks for reporting this. And yes, it looks like a bug of omission. We correctly handle focus changes, but not exposure. Will fix this in 1.2.3.
On iOS setting the camera device exposure mode appears to be behave as
AVCaptureExposureModeAutoExpose
instead of asAVCaptureExposureModeContinuousAutoExposure
. In that the exposure is set correct when you call this, but if the lighting changes afterwards the exposure does not adjust.The text was updated successfully, but these errors were encountered: