Skip to main content
Set a UVC control
curl --request POST \
  --url http://localhost/api/devices/set_uvc_control \
  --header 'Content-Type: application/json' \
  --data '
{
  "bus_info": "<string>",
  "control_id": 123,
  "value": 123
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.dwe.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
bus_info
string
required
control_id
integer
required
value
required

Response

Successful Response

success
boolean
default:true