Time of Flight
GET/ptzctrl.cgi?post_image_value&tof&:state
Function: Set Time of Flight functionality.
Camera Compatibility:
- Move 4K
- Link 4K
Example: Enter value 2 to turn on ToF.
curl:
curl "http://CAMERA-IP-ADDRESS/cgi-bin/ptzctrl.cgi?post_image_value&tof&2"
JavaScript:
fetch("http://CAMERA-IP-ADDRESS/cgi-bin/ptzctrl.cgi?post_image_value&tof&2")
Request
Responses
- 200
The request has succeeded.