CameraConfig constructor
CameraConfig({
- String? captureResolution,
- String? defaultCamera,
- bool? enableFlipFramesLeftRight,
- bool? enableFlipFramesTopBottom,
- bool? enableTapToFocus,
- List<
String> ? fallbackCameras, - double? focalLength,
- double? maxFocalLength,
- double? maxZoomRatio,
- String? pictureResolution,
- int? tapToFocusTimeoutMs,
- bool? zoomGesture,
- double? zoomRatio,
Implementation
CameraConfig({
this.captureResolution,
this.defaultCamera,
this.enableFlipFramesLeftRight,
this.enableFlipFramesTopBottom,
this.enableTapToFocus,
this.fallbackCameras,
this.focalLength,
this.maxFocalLength,
this.maxZoomRatio,
this.pictureResolution,
this.tapToFocusTimeoutMs,
this.zoomGesture,
this.zoomRatio,
});