minGain property

  1. @JsonKey(name: 'MinGain', fromJson: OnvifUtil.nullableDoubleMappedFromXml)
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.nullableDoubleMappedFromXml,
)
final double? minGain;