WBController
Last updated: 2025/3/7 11:56:1 | ||
Path To | Name | Description/Function |
/api/wb | /bluechannel/down | Blue channel Decrement. |
/api/wb | /bluechannel/up | Blue channel increment. |
/api/wb | /bluechannel | Get blue channel value. |
/api/wb | /greenchannel | Get green channel value. |
/api/wb | /redchannel | Get red channel value. |
/api/wb | /mode | White balance mode (options: manual, auto). |
/api/wb | /greenchannel/down | Green channel Decrement. |
/api/wb | /greenchannel/up | Green channel increment. |
/api/wb | /redchannel/down | Red channel Deccrement. |
/api/wb | /redchannel/up | Red channel increment. |
/api/wb | /bluechannel/{value} | Update the blue channel. |
/api/wb | /greenchannel/{value} | Update the green channel. |
/api/wb | /redchannel/{value} | Update the red channel. |
/api/wb | /custom | Enable custom mode. |
/api/wb | /delete/mode/{mode} | Delete custom mode. |
/api/wb | /add/mode/{mode} | Add custom mode. |
/api/wb | /list | GetPresetList. |
/api/wb | /mode/{mode} | Updates the white balance mode. (options: manual, auto). |
/bluechannel/down
Function | Blue channel Decrement. |
---|---|
Method | Get |
Response | Blue channel value. |
Example |
CODE
|
/bluechannel/up
Function | Blue channel increment. |
---|---|
Method | Get |
Response | Blue channel value. |
Example |
CODE
|
/bluechannel
Function | Get blue channel value. |
---|---|
Method | Get |
Response | Blue channel value. |
Example |
CODE
|
/greenchannel
Function | Get green channel value. |
---|---|
Method | Get |
Response | Green channel value. |
Example |
CODE
|
/redchannel
Function | Get red channel value. |
---|---|
Method | Get |
Response | Red channel value. |
Example |
CODE
|
/mode
Function | White balance mode (options: manual, auto). |
---|---|
Method | Get |
Response | White balance mode. |
Example |
CODE
|
/greenchannel/down
Function | Green channel Decrement. |
---|---|
Method | Get |
Response | Green channel value. |
Example |
CODE
|
/greenchannel/up
Function | Green channel increment. |
---|---|
Method | Get |
Response | Green channel value. |
Example |
CODE
|
/redchannel/down
Function | Red channel Deccrement. |
---|---|
Method | Get |
Response | Red channel value. |
Example |
CODE
|
/redchannel/up
Function | Red channel increment. |
---|---|
Method | Get |
Response | Red channel value. |
Example |
CODE
|
/bluechannel/{value}
Function | Update the blue channel. |
---|---|
Method | Get |
Response | Result. |
Example |
CODE
|
/greenchannel/{value}
Function | Update the green channel. |
---|---|
Method | Get |
Response | Result. |
Example |
CODE
|
/redchannel/{value}
Function | Update the red channel. |
---|---|
Method | Get |
Response | Result. |
Example |
CODE
|
/custom
Function | Enable custom mode. |
---|---|
Method | Get |
Response | Status code 200, for an completed operation being preformed. |
Example |
CODE
|
/delete/mode/{mode}
Function | Delete custom mode. |
---|---|
Method | Get |
Response | Custom mode. |
Example |
CODE
|
/add/mode/{mode}
Function | Add custom mode. |
---|---|
Method | Get |
Response | Custom mode. |
Example |
CODE
|
/list
Function | GetPresetList. |
---|---|
Method | Get |
Response | Preset List. |
Example |
CODE
|
/mode/{mode}
Function | Updates the white balance mode. (options: manual, auto). |
---|---|
Method | Get |
Response | mode ID. |
Example |
CODE
|