Skip to content
Prev Previous commit
Next Next commit
Add todo for setfocusmode so I can push
  • Loading branch information
camsim99 committed Feb 12, 2024
commit 3aa73edb0813e6821f0e183741a7d6d528f8e2ea
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ class AndroidCameraCameraX extends CameraPlatform {
/// [cameraId] is not used.
@override
Future<void> setFocusMode(int cameraId, FocusMode mode) {
throw UnimplementedError('setFocusMode() is not implemented.');
// TODO(camsim99): Clarify implementation.
}

/// Sets the exposure mode for taking pictures.
Expand Down