Skip to content
Prev Previous commit
Add doc for clarification since I found this useful in testing :)
  • Loading branch information
camsim99 committed Feb 26, 2024
commit b3e9f554cee61c6fdc0ef3baada409f04289b26e
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,9 @@ class AndroidCameraCameraX extends CameraPlatform {

/// Sets the exposure mode for taking pictures.
///
/// Setting [ExposureMode.locked] will lock current exposure point until it
/// is unset by setting [ExposureMode.auto].
///
/// [cameraId] is not used.
@override
Future<void> setExposureMode(int cameraId, ExposureMode mode) async {
Expand Down