VIDEO_SHUTTER_MODE

 

Description

Get or Set the VIDEO Shutter Mode configuration.

The shutter mode has to be synchronized with exposure mode refer to VIDEO_EXPOSURE_MODE URL. This URL will not affect the camera exposure control if the camera has exposure mode configuration. The camera will set the change of shutter mode by this URL to its configuration but not change the sensor's shutter mode.

The error message will be returned if the camera does not support this URL.

Input Argument

AUTO, MANUAL

Attribute

Return of Message

VIDEO_SHUTTER_MODE='AUTO'
OK:VIDEO_SHUTTER_MODE='AUTO'
or
ERROR: VIDEO_SHUTTER_MODE='AUTO'

Applicability

Status

Valid

See Also

VIDEO_EXPOSURE_MODE, VIDEO_WB_MODE, VIDEO_WB_GAIN, VIDEO_EXPOSURE_GAIN, VIDEO_AGC_GAIN, VIDEO_SUHTTER_SPEED, MAX_AUTO_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

HOME, ENCODER CGI