Imaging class

Optional configuration of the image sensor.

Annotations
  • @JsonSerializable()

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.
no setterinherited
irCutFilter String?
Infrared Cutoff Filter settings.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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 nonexistent 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