nearLimit property

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

Parameter to set auto-focus near limit (unit: meter).

Implementation

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