We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75382f6 commit 0317cceCopy full SHA for 0317cce
packages/camera/camera_android_camerax/lib/src/android_camera_camerax.dart
@@ -846,10 +846,6 @@ class AndroidCameraCameraX extends CameraPlatform {
846
final List<int> controlModes =
847
await cam2Info.getAvailableVideoStabilizationModes();
848
849
- /// If new modes need to be supported, the opposite of this mapping
850
- /// code is in [_getControlVideoStabilizationMode(...)] in this class,
851
- /// so don't forget to review that method as well.
852
-
853
final Map<VideoStabilizationMode, int> modes =
854
<VideoStabilizationMode, int>{
855
for (final int controlMode in controlModes)
0 commit comments