Difference between revisions of "Talk:D-Link"

From ZoneMinder Wiki
Jump to navigationJump to search
(+ D-Link DCS-5222L PTZ control URLs (talk instead of main page because it's not a usable script))
 
Line 14: Line 14:


--[[User:Bjornr1989|Bjornr1989]] ([[User talk:Bjornr1989|talk]]) 22:17, 30 April 2014 (BST)
--[[User:Bjornr1989|Bjornr1989]] ([[User talk:Bjornr1989|talk]]) 22:17, 30 April 2014 (BST)
Try the [[TV-IP672PI_Control_Script]] that I uploaded.  It appears to use the nearly the same command set.  Should at least point you in the right direction.  [[User:Thekorn|Thekorn]]  ([[User talk:TheKorn|talk]])

Revision as of 23:03, 30 April 2014

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)


Try the TV-IP672PI_Control_Script that I uploaded. It appears to use the nearly the same command set. Should at least point you in the right direction. Thekorn (talk)