White Balance Commands
Last updated: 2026/1/7 23:3:25 | ||
Path To | Name | Description/Function |
/api/whitebalance | /add/mode/{mode} | Add custom mode. |
/api/whitebalance | /bluechannel | Get blue channel value. |
/api/whitebalance | /bluechannel/down | Blue channel Decrement. |
/api/whitebalance | /bluechannel/up | Blue channel increment. |
/api/whitebalance | /bluechannel/{value} | Update the blue channel. |
/api/whitebalance | /custom | Enable custom mode. |
/api/whitebalance | /delete/mode/{mode} | Delete custom mode. |
/api/whitebalance | /greenchannel | Get green channel value. |
/api/whitebalance | /greenchannel/down | Green channel Decrement. |
/api/whitebalance | /greenchannel/up | Green channel increment. |
/api/whitebalance | /greenchannel/{value} | Update the green channel. |
/api/whitebalance | /list | Get the list of custom presets. |
/api/whitebalance | /mode | White balance mode (options: manual, auto). |
/api/whitebalance | /mode/{mode} | Updates the white balance mode. (options: manual, auto). |
/api/whitebalance | /redchannel | Get red channel value. |
/api/whitebalance | /redchannel/down | Red channel Deccrement. |
/api/whitebalance | /redchannel/up | Red channel increment. |
/api/whitebalance | /redchannel/{value} | Update the red channel. |
/add/mode/{mode}
Description | Add custom mode. |
Method | Get |
Example |
CODE
|
Parameter(s): | ֍ Mode: Custom mode name to be added. (Example name “custom”) |
Response | None |
/bluechannel
Description | Get blue channel value. |
Method | Get |
Example |
CODE
|
Response | Blue channel value. |
Response Type | Decimal |
Response Example |
CODE
|
/bluechannel/down
Description | Blue channel Decrement. |
Method | Get |
Example |
CODE
|
Response | Blue channel value. |
Response Type | Decimal |
Response Example |
CODE
|
/bluechannel/up
Description | Blue channel increment. |
Method | Get |
Example |
CODE
|
Response | Blue channel value. |
Response Type | Decimal |
Response Example |
CODE
|
/bluechannel/{value}
Description | Update the blue channel. |
Method | Get |
Example |
CODE
|
Parameter(s): | ֍ Value: Values between 0 to 3 |
Response | Result. |
Response Type | Text |
Response Example |
CODE
|
/custom
Description | Enable custom mode. |
Method | Get |
Example |
CODE
|
Response | None |
/delete/mode/{mode}
Description | Delete custom mode. |
Method | Get |
Example |
CODE
|
Parameter(s): | ֍ Mode: Custom mode name to be deleted. |
Response | None |
/greenchannel
Description | Get green channel value. |
Method | Get |
Example |
CODE
|
Response | Green channel value. |
Response Type | Decimal |
Response Example |
CODE
|
/greenchannel/down
Description | Green channel Decrement. |
Method | Get |
Example |
CODE
|
Response | Green channel value. |
Response Type | Decimal (expressed as percent of value 1-3) |
Response Example |
CODE
|
/greenchannel/up
Description | Green channel increment. |
Method | Get |
Example |
CODE
|
Response | Green channel value. |
Response Type | Decimal |
Response Example |
CODE
|
/greenchannel/{value}
Description | Update the green channel. |
Method | Get |
Example |
CODE
|
Parameter(s): | ֍ Value: Values between 0 to 3 |
Response | Result. |
Response Type | Text |
Response Example |
CODE
|
/list
Description | Get the list of custom presets. |
Method | Get |
Example |
CODE
|
Response | Preset List. |
Response Type | JSON list |
Response Example |
CODE
|
/mode
Description | White balance mode (options: manual, auto). |
Method | Get |
Example |
CODE
|
Response | White balance mode. |
Response Type | Text |
Response Example |
CODE
|
/mode/{mode}
Description | Updates the white balance mode. (options: manual, auto). |
Method | Get |
Example |
CODE
|
Parameter(s): | ֍ Mode: manual or auto. |
Response | mode ID. |
Response Type | Text |
Response Example |
CODE
|
/redchannel
Description | Get red channel value. |
Method | Get |
Example |
CODE
|
Response | Red channel value. |
Response Type | Decimal |
Response Example |
CODE
|
/redchannel/down
Description | Red channel Decrement. |
Method | Get |
Example |
CODE
|
Response | Red channel value. |
Response Type | Decimal (expressed as percent of value 1-3) |
Response Example |
CODE
|
/redchannel/up
Description | Red channel increment. |
Method | Get |
Example |
CODE
|
Response | Red channel value. |
Response Type | Decimal (expressed as a percent of value 1-3) |
Response Example |
CODE
|
/redchannel/{value}
Description | Update the red channel. |
Method | Get |
Example |
CODE
|
Parameter(s): | ֍ Value: Values between 0 to 3 |
Response | Result. |
Response Type | Text |
Response Example |
CODE
|