---
title: "Set a UVC control"
method: POST
path: "/api/devices/set_uvc_control"
tags: ["cameras"]
---

# Set a UVC control

`POST /api/devices/set_uvc_control`

## Request body

- UVCControlModel
  - `bus_info` string, required
  - `control_id` integer, required
  - `value` union, required
    - number
    - integer

## Response `200`

Successful Response

- SimpleRequestStatusModel
  - `success` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/dwe/apis/dwe-os-api.md) · [All operations](https://skmtc.net/dwe/apis/dwe-os-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dwe/dwe-os-api/versions/5e114c13cb12/schema)
