Skip to main content
Skip table of contents

White Balance Commands

Last updated: 2025/5/26 17:17:23

Path To

Name

Description/Function

/api/whitebalance

/bluechannel/down

Blue channel Decrement.

/api/whitebalance

/bluechannel/up

Blue channel increment.

/api/whitebalance

/bluechannel

Get blue channel value.

/api/whitebalance

/greenchannel

Get green channel value.

/api/whitebalance

/redchannel

Get red channel value.

/api/whitebalance

/mode

White balance mode (options: manual, auto).

/api/whitebalance

/greenchannel/down

Green channel Decrement.

/api/whitebalance

/greenchannel/up

Green channel increment.

/api/whitebalance

/redchannel/down

Red channel Deccrement.

/api/whitebalance

/redchannel/up

Red channel increment.

/api/whitebalance

/bluechannel/{value}

Update the blue channel.

/api/whitebalance

/greenchannel/{value}

Update the green channel.

/api/whitebalance

/redchannel/{value}

Update the red channel.

/api/whitebalance

/custom

Enable custom mode.

/api/whitebalance

/delete/mode/{mode}

Delete custom mode.

/api/whitebalance

/add/mode/{mode}

Add custom mode.

/api/whitebalance

/list

GetPresetList.

/api/whitebalance

/mode/{mode}

Updates the white balance mode. (options: manual, auto).

/bluechannel/down

Function

Blue channel Decrement.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/whitebalance/bluechannel/down

Response

Blue channel value.

Response Type

number

Response Example

CODE
2.512244

/bluechannel/up

Function

Blue channel increment.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/whitebalance/bluechannel/up

Response

Blue channel value.

Response Type

number

Response Example

CODE
2.514741

/bluechannel

Function

Get blue channel value.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/whitebalance/bluechannel

Response

Blue channel value.

Response Type

number

Response Example

CODE
2.509617

/greenchannel

Function

Get green channel value.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/whitebalance/greenchannel

Response

Green channel value.

Response Type

number

Response Example

CODE
1

/redchannel

Function

Get red channel value.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/whitebalance/redchannel

Response

Red channel value.

Response Type

number

Response Example

CODE
2.333909

/mode

Function

White balance mode (options: manual, auto).

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/whitebalance/mode

Response

White balance mode.

Response Type

string

Response Example

CODE
auto

/greenchannel/down

Function

Green channel Decrement.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/whitebalance/greenchannel/down

Response

Green channel value.

Response Type

number

Response Example

CODE
1

/greenchannel/up

Function

Green channel increment.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/whitebalance/greenchannel/up

Response

Green channel value.

Response Type

number

Response Example

CODE
1

/redchannel/down

Function

Red channel Deccrement.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/whitebalance/redchannel/down

Response

Red channel value.

Response Type

number

Response Example

CODE
2.330984

/redchannel/up

Function

Red channel increment.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/whitebalance/redchannel/up

Response

Red channel value.

Response Type

number

Response Example

CODE
2.334948

/bluechannel/{value}

Function

Update the blue channel.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/whitebalance/bluechannel/{value}

Response

None

Response Type

Not Available

Response Example

CODE
Not Available

/greenchannel/{value}

Function

Update the green channel.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/whitebalance/greenchannel/{value}

Response

None

Response Type

Not Available

Response Example

CODE
Not Available

/redchannel/{value}

Function

Update the red channel.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/whitebalance/redchannel/{value}

Response

None

Response Type

Not Available

Response Example

CODE
Not Available

/custom

Function

Enable custom mode.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/whitebalance/custom

Response

Status code 200, for completed operation being preformed.

Response Type

none

Response Example

CODE
Response OK(200)

/delete/mode/{mode}

Function

Delete custom mode.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/whitebalance/delete/mode/{mode}

Response

None

Response Type

Not Available

Response Example

CODE
Not Available

/add/mode/{mode}

Function

Add custom mode.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/whitebalance/add/mode/{mode}

Response

None

Response Type

Not Available

Response Example

CODE
Not Available

/list

Function

GetPresetList.

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/whitebalance/list

Response

Preset List.

Response Type

object

Response Example

CODE
$body

/mode/{mode}

Function

Updates the white balance mode. (options: manual, auto).

Method

Get

Example

CODE
http://IP_ADDRESS:8080/api/whitebalance/mode/{mode}

Response

None

Response Type

Not Available

Response Example

CODE
Not Available
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.