CameraInfo constructor
const
CameraInfo({})
Implementation
const CameraInfo({
required this.width,
required this.height,
required this.fps,
required this.name,
required this.cameraIndex,
required this.backend,
});