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
[camerax] Modifies initialized camera info to reflect default AF/AE modes and the ability to set focus points for each (flutter#6109)
Modifies `CameraInitializedEvent` to
1. Set the initial exposure and focus modes to auto, since CameraX defaults to auto exposure mode and only supports auto focus mode without Camera2 interop
2. Sets the ability to set focus and exposure points to be true, since CameraX supports these by default
~Should land after flutter/packages#6059 so that these values reflect what is actually implemented on our end~ Done :)
0 commit comments