Skip to main content

Device ID

POST 

/param.cgi?post_devinfo_conf&devname=:value

Function: Sets the device name of the camera.

Camera Compatibility:

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

Example: Set device name

curl: curl -X POST "http://CAMERA-IP/cgi-bin/param.cgi?post_devinfo_conf&devname=Conference_Room_Camera" -H "Content-Length: 0"

JavaScript: fetch("http://CAMERA-IP/cgi-bin/param.cgi?post_devinfo_conf&devname=Conference_Room_Camera", {method: 'POST'})

Response:

\{
"Response": \{
"Result": "Success"
\}
\}

Request

Responses

The request has succeeded.