Skip to main content

Line Out Volume

POST 

/param.cgi?post_media_audio&lineout_volume=:volume

Function: Set the line out volume level.

Camera Compatibility:

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

Example: Set line out volume to 30dB

curl:

  curl -X POST "http://CAMERA-IP/cgi-bin/param.cgi?post_media_audio&lineout_volume=30" -H "Content-Length: 0"

JavaScript:

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

Request

Responses

The request has succeeded.