This document is generated by Novitec
Authorization: Bearer ********************
{
"auto_exposure_max": "1/60"
}
curl --location --request POST 'http://192.168.0.144/camera/center/brightness/auto-exposure-max' \
--header 'Content-Type: application/json' \
--data-raw '{
"auto_exposure_max": "1/60"
}'
{
"message": "Auto Exposure Max set successfully"
}