CameraController constructor
CameraController(
- CameraDescription description,
- ResolutionPreset resolutionPreset, {
- bool enableAudio = true,
- ResolutionPreset? streamingPreset,
- bool androidUseOpenGL = false,
Implementation
CameraController(
this.description,
this.resolutionPreset, {
this.enableAudio = true,
this.streamingPreset,
this.androidUseOpenGL = false,
}) : super(const CameraValue.uninitialized());