Skip to main content
Skip table of contents

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
http://IP_ADDRESS:8080/api/whitebalance/add/mode/custom

Parameter(s):

֍ Mode: Custom mode name to be added. (Example name “custom”)

Response

None

/bluechannel

Description

Get blue channel value.

Method

Get

Example

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

Response

Blue channel value.

Response Type

Decimal

Response Example

CODE
2

/bluechannel/down

Description

Blue channel Decrement.

Method

Get

Example

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

Response

Blue channel value.

Response Type

Decimal

Response Example

CODE
1

/bluechannel/up

Description

Blue channel increment.

Method

Get

Example

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

Response

Blue channel value.

Response Type

Decimal

Response Example

CODE
2

/bluechannel/{value}

Description

Update the blue channel.

Method

Get

Example

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

Parameter(s):

֍ Value: Values between 0 to 3

Response

Result.

Response Type

Text

Response Example

CODE
bluechannel: 0

/custom

Description

Enable custom mode.

Method

Get

Example

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

Response

None

/delete/mode/{mode}

Description

Delete custom mode.

Method

Get

Example

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

Parameter(s):

֍ Mode: Custom mode name to be deleted.

Response

None

/greenchannel

Description

Get green channel value.

Method

Get

Example

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

Response

Green channel value.

Response Type

Decimal

Response Example

CODE
2

/greenchannel/down

Description

Green channel Decrement.

Method

Get

Example

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

Response

Green channel value.

Response Type

Decimal (expressed as percent of value 1-3)

Response Example

CODE
1.97

/greenchannel/up

Description

Green channel increment.

Method

Get

Example

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

Response

Green channel value.

Response Type

Decimal

Response Example

CODE
2

/greenchannel/{value}

Description

Update the green channel.

Method

Get

Example

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

Parameter(s):

֍ Value: Values between 0 to 3

Response

Result.

Response Type

Text

Response Example

CODE
greenchannel: 0

/list

Description

Get the list of custom presets.

Method

Get

Example

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

Response

Preset List.

Response Type

JSON list

Response Example

CODE
[custom1, custom2]

/mode

Description

White balance mode (options: manual, auto).

Method

Get

Example

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

Response

White balance mode.

Response Type

Text

Response Example

CODE
manual

/mode/{mode}

Description

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

Method

Get

Example

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

Parameter(s):

֍ Mode: manual or auto.

Response

mode ID.

Response Type

Text

Response Example

CODE
auto

/redchannel

Description

Get red channel value.

Method

Get

Example

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

Response

Red channel value.

Response Type

Decimal

Response Example

CODE
2

/redchannel/down

Description

Red channel Decrement.

Method

Get

Example

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

Response

Red channel value.

Response Type

Decimal (expressed as percent of value 1-3)

Response Example

CODE
1.97

/redchannel/up

Description

Red channel increment.

Method

Get

Example

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

Response

Red channel value.

Response Type

Decimal (expressed as a percent of value 1-3)

Response Example

CODE
1.97

/redchannel/{value}

Description

Update the red channel.

Method

Get

Example

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

Parameter(s):

֍ Value: Values between 0 to 3

Response

Result.

Response Type

Text

Response Example

CODE
redchannel: 0
JavaScript errors detected

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

If this problem persists, please contact our support.