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