Set Binning
This endpoint sets the binning of the camera, if the specified binning is supported
Query parameters
-
binning
string Required The binning mode
GET
/equipment/camera/set-binning
curl \
--request GET 'http://localhost:1888/v2/api/equipment/camera/set-binning?binning=2x2'
Response examples (200)
{
"Response": "Binning set",
"Error": "string",
"StatusCode": 200,
"Success": true,
"Type": "API"
}
Response examples (409)
{
"Response": "string",
"Error": "Camera not connected",
"StatusCode": 409,
"Success": false,
"Type": "API"
}
Response examples (500)
{
"Response": "string",
"Error": "Unknown error",
"StatusCode": 500,
"Success": false,
"Type": "API"
}