Get or Set the camera auto slowest shutter and manual shutter configuration capabilities.
The error message, ERROR: SHUTTER_CAP not found" will be returned if the camera does not support this URL.
None
The format of return message is
List_of_AutoSlowestShutter-List_of_ManualShutterList_of_AutoSlowestShutter:
It lists the available configurations of auto slowest shutters from slowest to fast shutter speed.
For example: 15,30,60,120,250List_of_ManualShutter
It lists the available configurations of manual shutters from slowest to fast shutter speed.
For example: 15,30,60,120,250,500,1000,2000,5000,10000Example: The return of message could be
SHUTTER_CAP='15,30,60,120,250-15,30,60,120,250,500,1000,2000,5000,10000'
Valid
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&SHUTTER_CAP
or
http://ip:port/cgi-bin/cmd/encoder?SHUTTER_CAP