gain property
The fixed gain used by the image sensor (dB).
Implementation
@JsonKey(
name: 'Gain',
fromJson: OnvifUtil.nullableDoubleMappedFromXml,
)
final double? gain;
The fixed gain used by the image sensor (dB).
@JsonKey(
name: 'Gain',
fromJson: OnvifUtil.nullableDoubleMappedFromXml,
)
final double? gain;