nearLimit property
- @JsonKey(name: 'NearLimit', fromJson: OnvifUtil.nullableDoubleMappedFromXml)
final
Parameter to set auto-focus near limit (unit: meter).
Implementation
@JsonKey(
name: 'NearLimit',
fromJson: OnvifUtil.nullableDoubleMappedFromXml,
)
final double? nearLimit;