minExposureTime property

  1. @JsonKey(name: 'MinExposureTime', fromJson: OnvifUtil.nullableDoubleMappedFromXml)
double? minExposureTime
final

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

Implementation

@JsonKey(
  name: 'MinExposureTime',
  fromJson: OnvifUtil.nullableDoubleMappedFromXml,
)
final double? minExposureTime;