VIDEO_WB_MODE
Description
Get or Set the VIDEO White Balance Mode configuration.
The availability of white balance and the mode in the video white balance depend on the capability of the sensor in the sensor. For video server, this feature is not available. In some camera sensors, the white balance and the video exposure have very strong link. Then video exposure might be adapted automatically as the white balance was changed. Please refer the Camera Setup Design Specification for further details.
The error message will be returned if the encoder does not support this URL.
Input Argument
AUTO, INDOOR1, INDOOR2, OUTDOOR1, OUTDOOR2, HOLD, MANUAL
Attribute
Return of Message
OK: VIDEO_WB_MODE='AUTO'
OK: VIDEO_WB_MODE='AUTO'
or
ERROR: VIDEO_WB_MODE='AUTO'
Applicability
Status
Valid
See Also
VIDEO_WB_GAIN, VIDEO_EXPOSURE_MODE, VIDEO_EXPOSURE_GAIN, VIDEO_AGC_GAIN, VIDEO_SHUTTER_MODE, VIDEO_SUHTTER_SPEED,VIDEO_MAX_SHUTTER, VIDEO_FLICKLESS
Example
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_WB_MODE
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_WB_MODE
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_WB_MODE=AUTO
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_WB_MODE=AUTO
Back to