minExposureTime property
- @JsonKey(name: 'MinExposureTime', fromJson: OnvifUtil.nullableDoubleMappedFromXml)
final
Minimum value of exposure time range allowed to be used by the algorithm.
Implementation
@JsonKey(
name: 'MinExposureTime',
fromJson: OnvifUtil.nullableDoubleMappedFromXml,
)
final double? minExposureTime;