maxGain property

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

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

Implementation

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