Skip to main content

Pan/ Tilt Reset

GET 

/param.cgi?pan-tilt-reset

Function: Send command to reset the Pan/ Tilt on the camera.

Camera Compatibility:

  • Move 4K
  • Link 4K
  • Move SE

Example: If camera is not returning back to factor home position send Pan/ Tilt reset command

curl:

  curl "http://CAMERA-IP-ADDRESS/cgi-bin/param.cgi?pan_tiltdrive_reset"

JavaScript:

  fetch("http://CAMERA-IP-ADDRESS/cgi-bin/param.cgi?pan_tiltdrive_reset")

Request

Responses

The request has succeeded.