Input Volume
POST/param.cgi?post_media_audio&volume_value=:volume
Function: Set the input volume level.
Camera Compatibility:
- Move 4K
- Link 4K
- Move SE
- Studio Pro
Example: Set input volume to 30dB
curl:
curl -X POST "http://CAMERA-IP/cgi-bin/param.cgi?post_media_audio&volume_value=30" -H "Content-Length: 0"
JavaScript:
fetch("http://CAMERA-IP/cgi-bin/param.cgi?post_media_audio&volume_value=30", \{method: 'POST'\})
Request
Responses
- 200
The request has succeeded.