CameraConfiguration constructor
- double horizontalFOV = 0.0,
- double verticalFOV = 0.0,
- int frameWidth = 0,
- int frameHeight = 0,
- ImagePixelFormat pixelFormat = ImagePixelFormat.unknown,
- double frameRate = 0.0,
- OrientationType orientation = OrientationType.unknown,
- double focalLengthHorizontal = 0.0,
- double focalLengthVertical = 0.0,
- double focalLengthMinimum = 0.0,
- double physicalSensorWidth = 0.0,
- double physicalSensorHeight = 0.0,
- double exposure = 0.0,
- double minExposure = 0.0,
- double maxExposure = 0.0,
- double exposureTargetOffset = 0.0,
- double isoValue = 0.0,
- double minIso = 0.0,
- double maxIso = 0.0,
Constructor for CameraConfiguration
All values are optional and have default fallbacks.
Implementation
CameraConfiguration({
this.horizontalFOV = 0.0,
this.verticalFOV = 0.0,
this.frameWidth = 0,
this.frameHeight = 0,
this.pixelFormat = ImagePixelFormat.unknown,
this.frameRate = 0.0,
this.orientation = OrientationType.unknown,
this.focalLengthHorizontal = 0.0,
this.focalLengthVertical = 0.0,
this.focalLengthMinimum = 0.0,
this.physicalSensorWidth = 0.0,
this.physicalSensorHeight = 0.0,
this.exposure = 0.0,
this.minExposure = 0.0,
this.maxExposure = 0.0,
this.exposureTargetOffset = 0.0,
this.isoValue = 0.0,
this.minIso = 0.0,
this.maxIso = 0.0,
});