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