Skip to main content

Set Refresh Rate

POST 

/param.cgi?post_media_video&vinorm&:refresh_rate

Function: Sets camera refresh rate (50Hz, 60Hz, or dial).

Camera Compatibility:

  • Move 4K
  • Link 4K
  • Move SE
  • Studio Pro

Example: Set refresh rate to 60Hz

curl:

  curl -X POST "http://CAMERA-IP/cgi-bin/param.cgi?post_media_video&vinorm=60" -H "Content-Length: 0"

JavaScript:

  fetch("http://CAMERA-IP/cgi-bin/param.cgi?post_media_video&vinorm=60", \{method: 'POST'\})

Request

Responses

The request has succeeded.