Imaging class Null safety

Optional configuration of the image sensor.

Annotations

Constructors

Imaging({BacklightCompensation? backlightCompensation, double? brightness, double? colorSaturation, double? contrast, Exposure? exposure, Focus? focus, String? irCutFilter, double? sharpness, WideDynamicRange? wideDynamicRange, WhiteBalance? whiteBalance})
Imaging.fromJson(Map<String, dynamic> json)
factory

Properties

backlightCompensation BacklightCompensation?
Enabled/disabled BLC mode (on/off).
final
brightness double?
Image brightness (unit unspecified).
final
colorSaturation double?
Color saturation of the image (unit unspecified).
final
contrast double?
Contrast of the image (unit unspecified).
final
exposure Exposure?
Exposure mode of the device.
final
focus Focus?
Exposure mode of the device.
final
hashCode int
The hash code for this object.
read-onlyinherited
irCutFilter String?
Infrared Cutoff Filter settings.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sharpness double?
Sharpness of the Video image.
final
whiteBalance WhiteBalance?
Sharpness of the Video image.
final
wideDynamicRange WideDynamicRange?
Sharpness of the Video image.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited