iris property

  1. @JsonKey(name: 'Iris', fromJson: OnvifUtil.nullableDoubleMappedFromXml)
double? iris
final

The fixed attenuation of input light affected by the iris (dB). 0dB maps to a fully opened iris.

Implementation

@JsonKey(
  name: 'Iris',
  fromJson: OnvifUtil.nullableDoubleMappedFromXml,
)
final double? iris;