ADTS Options
POST/param.cgi?post_media_audio&adts_flag=:value
Function: Enable or Disable ADTS Options.
Camera Compatibility:
- Move 4K
- Link 4K
- Move SE
- Studio Pro
Example: Enable ADTS options
curl: curl -X POST "http://CAMERA-IP/cgi-bin/param.cgi?post_media_audio&adts_flag=1" -H "Content-Length: 0"
JavaScript: fetch("http://CAMERA-IP/cgi-bin/param.cgi?post_media_audio&adts_flag=1", {method: 'POST'})
Request
Responses
- 200
The request has succeeded.