minGain property
- @JsonKey.new(name: 'MinGain', fromJson: OnvifUtil.nullableDoubleMappedFromXml)
final
Minimum value of the sensor gain range that is allowed to be used by the algorithm.
Implementation
@JsonKey(name: 'MinGain', fromJson: OnvifUtil.nullableDoubleMappedFromXml)
final double? minGain;