minGain property

  1. @JsonKey(name: 'MinGain', fromJson: OnvifUtil.nullableMappedToDouble)
double? minGain
final

Minimum value of the sensor gain range that is allowed to be used by the algorithm.

Implementation

@JsonKey(name: 'MinGain', fromJson: OnvifUtil.nullableMappedToDouble)
final double? minGain;