Focus Limit
GET/param.cgi?post_zoomfocus&type=focusrange&enable=:enable_state&near=:near_value&far=:far_value
Function: Set values for limiting the focus range.
Camera Compatibility:
- Move 4K
- Link 4K
- Move SE
- Studio Pro
- Studio 4K
Example: Setting a focus limit range:
curl:
curl "http://CAMERA-IP-ADDRESS/cgi-bin/param.cgi?post_zoomfocus&type=focusrange&enable=1&near=3&far=8"
JavaScript:
fetch("http://CAMERA-IP-ADDRESS/cgi-bin/param.cgi?post_zoomfocus&type=focusrange&enable=1&near=3&far=8", \{method: 'POST'\})
Important: The far_value cannot be less than the near_value, and the near_value cannot be greater than the far_value.
Request
Responses
- 200
The request has succeeded.