⚠️ Experimental: The Moverse Capture Remote Control API is in an experimental stage. For usage with Moverse Capture Studio, click here.
curl --location --request PATCH '/api/v1/cameras/' \
--header 'Content-Type: application/json' \
--data-raw '{
"gain": 600,
"exposure": 10000,
"white_balance": 5000
}'