Get or Set the manual shutter speed.
This URL will take effect if only of the VIDEO_SHUTTER_MODE is MANUAL and the shutter speed setting has to match the line frequency configuration if there is a line frequency configuration, refer to LINE_FREQ URL.
Please refer the Camera Setup Design Specification for further details.The error message will be returned if the encoder does not support this URL.
13, 15, 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.Note that the 1/13 seconds shutter is for PlatformK camera with 50Hz power line frequency. The actual shutter speed is 1/12.5 seconds.
When change to 1/13 seconds shutter, the video frame rate might not reach to the expected frame rate.
VIDEO_SHUTTER_SPEED='60'
OK: VIDEO_SHUTTER_SPEED='60'
or
ERROR: VIDEO_SHUTTER_SPEED='60'
Valid
VIDEO_WB_MODE, VIDEO_WB_GAIN, VIDEO_EXPOSURE_MODE, VIDEO_EXPOSURE_GAIN, VIDEO_AGC_GAIN, VIDEO_SUHTTER_MODE, MAX_AUTO_SHUTTER, VIDEO_FLICKLESS
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=60
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_SHUTTER_SPEED=60