nearLimit property

  1. @JsonKey(name: 'NearLimit', fromJson: OnvifUtil.mappedToDouble)
double? nearLimit
final

Parameter to set autofocus near limit (unit: meter).

Implementation

@JsonKey(name: 'NearLimit', fromJson: OnvifUtil.mappedToDouble)
final double? nearLimit;