Enable or disable PTZ parking operation.
The PTZ camera is stopped scanning as a movement of camera was issued in scanning mode. The camera could resume the scan function when there is no other action in a certain period of time, so-called park time, if the PTZ parking function is enabled.
state,time
where
state: 0: Disable, 1: Enable
time: Park time in 1~255 seconds. It is ignored if the state is 0
PTZ_PARK_CONFIG='0,10'
OK: PTZ_PARK_CONFIG='0,10'
or
ERROR: PTZ_PARK_CONFIG='0,10'
or
ERROR: PTZ_PARK_CONFIG not found
Valid
PTZ_PRESET_SET, PTZ_PRESET_GET, PTZ_PRESET_GO, PTZ_TOUR_SET, PTZ_TOUR_GET, PTZ_TOUR_NAME, PTZ_TOUR_SCAN
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&PTZ_PARK_CONFIG
or
http://ip:port/cgi-bin/cmd/encoder?PTZ_PARK_CONFIG
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&PTZ_PARK_CONFIG='1,10'
or
http://ip:port/cgi-bin/cmd/encoder?PTZ_PARK_CONFIG='1,10'