Talk:D-Link

From ZoneMinder Wiki
Revision as of 17:17, 30 April 2014 by Bjornr1989 (talk | contribs) (+ D-Link DCS-5222L PTZ control URLs (talk instead of main page because it's not a usable script))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

These URLs might be of interest to owners of a D-Link DCS-5222L PTZ ip camera.

move to preset #0:                                /cgi/ptdc.cgi?command=goto_preset_position&presetId=0
move to home position:                            /cgi/ptdc.cgi?command=go_home 
pan left by 10 units:                             /cgi/ptdc.cgi?command=set_relative_pos&posX=-10&posY=0
pan right by 10 units:                            /cgi/ptdc.cgi?command=set_relative_pos&posX=10&posY=0
tilt up by 10 units:                              /cgi/ptdc.cgi?command=set_relative_pos&posX=0&posY=10
tilt down by 10 units:                            /cgi/ptdc.cgi?command=set_relative_pos&posX=0&posY=-10 
auto pan:                                         /cgi/ptdc.cgi?command=pan_patrol
auto pan/tilt between user configured positions:  /cgi/ptdc.cgi?command=user_patrol
stop auto:                                        /cgi/ptdc.cgi?command=stop

When given command to pan further than possible, the cam will refuse to do so.

--Bjornr1989 (talk) 22:17, 30 April 2014 (BST)