VIDEO_SHUTTER_SPEED
Description
Get or Set the manual shutter speed.
This URL will not take effect if only of the VIDEO_SHUTTER_MODE is MANUAL and the shutter speed setting has to match the flickless configuration, refer to VIDEO_FLICKLESS. Please refer the Camera Setup Design Specification for further details.
The available
The error message will be returned if the encoder does not support this URL.
Input Argument
30, 60, 120, 25, 50, 100, 250, 500, 1000, 2000, 5000, 10000
where the shutter speed is the 1/(input argument). For example, the shutter speed is 1/30 sec when the input argument is 30.
Attribute
Return of Message
OK: VIDEO_SHUTTER_SPEED='1/60'
OK: VIDEO_SHUTTER_SPEED='1/60'
or
ERROR: VIDEO_SHUTTER_SPEED='1/60'
Applicability
Status
Valid
See Also
VIDEO_WB_MODE, VIDEO_WB_GAIN, VIDEO_EXPOSURE_MODE, VIDEO_EXPOSURE_GAIN, VIDEO_AGC_GAIN, VIDEO_SUHTTER_MODE, VIDEO_MAX_SHUTTER, VIDEO_FLICKLESS
Example
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_SHUTTER_SPEED
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_SHUTTER_SPEED
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_SHUTTER_SPEED=1/60
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_SHUTTER_SPEED=1/60
Back to