VideoCaptureOptions constructor
- {VideoParameters params = VideoParametersPresets.h540_169,
- String? deviceId,
- double? maxFrameRate}
Implementation
const VideoCaptureOptions({
this.params = VideoParametersPresets.h540_169,
this.deviceId,
this.maxFrameRate,
});