VIDEO_SHUTTER_MODE
Description
Get or Set the VIDEO Shutter Mode configuration.
Some sensors, like MT9V135 and MT9M131, the video shutter mode is associated with the video exposure mode. Please refer the Camera Setup Design Specification for further details. Therefore, this URL is not valid in the encoder which its sensor is MT9V135 and MT9M131.
The error message will be returned if the encoder does not support this URL.
Input Argument
AUTO, MANUAL
Attribute
Return of Message
OK: VIDEO_SHUTTER_MODE='AUTO'
OK:VIDEO_SHUTTER_MODE='AUTO'
or
ERROR: VIDEO_SHUTTER_MODE='AUTO'
Applicability
None
Status
Valid
See Also
VIDEO_WB_MODE, VIDEO_WB_GAIN, VIDEO_EXPOSURE_GAIN, VIDEO_AGC_GAIN, VIDEO_SUHTTER_SPEED,VIDEO_MAX_SHUTTER, VIDEO_FLICKLESS
Example
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_SHUTTER_MODE
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_SHUTTER_MODE
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_SHUTTER_MODE=AUTO
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_SHUTTER_MODE=AUTO
Back to