Skip to main content

Set Encoding Profile

POST 

/param.cgi?post_media_video&profile&:profile

Function: Sets the encoding profile (mainprofile, highprofile, or baseline).

Camera Compatibility:

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

Example: Set encoding profile to highprofile

curl:

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

JavaScript:

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

Request

Responses

The request has succeeded.