Skip to main content

Gateway

POST 

/param.cgi?post_network_info_conf&gateway=:value

Function: Sets the gateway address of the camera.

Camera Compatibility:

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

Example: Set gateway

curl:

  curl -X POST "http://CAMERA-IP/cgi-bin/param.cgi?post_network_info_conf&gateway=192.168.1.1" -H "Content-Length: 0"

JavaScript:

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

Request

Responses

The request has succeeded.