iris property
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;
The fixed attenuation of input light affected by the iris (dB). 0dB maps to a fully opened iris.
@JsonKey(
name: 'Iris',
fromJson: OnvifUtil.nullableDoubleMappedFromXml,
)
final double? iris;