VIDEO_EXPOSURE_MODE
Description
Get or Set the VIDEO Exposure Mode configuration.
Some sensors, like MT9V135 and MT9M131, the video exposure mode is associated with the video white balance mode. 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, MANUAL
Attribute
Return of Message
OK: VIDEO_EXPOSURE_MODE='AUTO'
OK: VIDEO_EXPOSURE_MODE='AUTO'
or
ERROR: VIDEO_EXPOSURE_MODE='AUTO'
Applicability
Status
Valid
See Also
VIDEO_WB_MODE, VIDEO_WB_GAIN, 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_EXPOSURE_MODE
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_EXPOSURE_MODE
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_EXPOSURE_MODE=AUTO
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_EXPOSURE_MODE=AUTO
Back to