maxExposureTime property

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

Maximum value of exposure time range allowed to be used by the algorithm.

Implementation

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