Search found 7 matches

by scapeghost
Wed Aug 19, 2009 1:45 am
Forum: User Contributions
Topic: Turn that old serial PTZ into an Network PTZ
Replies: 5
Views: 8120

:shock:
Nice! I haven't looked at the code yet, but it sounds great. I was planning to toggle motion detection too :)
by scapeghost
Sun Aug 16, 2009 9:26 pm
Forum: Hardware Queries
Topic: PictureTel
Replies: 7
Views: 4939

...I should mention that I haven't tried the APTZ-1N with ZM yet. It speaks the same protocol as a PTZ-4N, so it should work (if I remember correctly mrd made a control for it), but I'll try to report back when I do give it a shot. The APTZ-1N is basically a PTZ-4N built onto a Limelight base. The ...
by scapeghost
Sun Aug 16, 2009 9:20 pm
Forum: User Contributions
Topic: Turn that old serial PTZ into an Network PTZ
Replies: 5
Views: 8120

Well congrats and enjoy the honeymoon. Just don't hide any PTZs in the honeymoon suite. :oops: That'd be great if you could post some example code, but no rush. Go enjoy yourselves. :) I'm planning to put a script together to implement some timeouts, e.g. return to a preset (or sleep) after a period ...
by scapeghost
Sun Aug 16, 2009 5:17 pm
Forum: Hardware Queries
Topic: PictureTel
Replies: 7
Views: 4939

I've been playing with a few PTZ-2Ns and an APTZ-1N. Coming from ebay, be prepared to have to do some repairs, unless the auction specifically states that it's been tested beyond just powering up and outputting video. I had to repair the APTZ-1N's tilt mechanism, but luckily it didn't need any new ...
by scapeghost
Sun Aug 16, 2009 3:26 pm
Forum: User Contributions
Topic: Turn that old serial PTZ into an Network PTZ
Replies: 5
Views: 8120

Thanks!

Great idea, mrd! I'm already using your (and gneuf's et. al.) latest PTZ2N control script. I've got a couple questions for ya. 1) I'd like to use your GenericIPPTZ control script to control a PTZ2N connected to another machine running the daemon, but the video output of the PTZ2N is connected ...
by scapeghost
Thu Aug 13, 2009 12:25 pm
Forum: User Contributions
Topic: PTZ Control bug - Pan Left arrow button reversed, with fix
Replies: 2
Views: 3481

And here's a patch... :) --- control_functions.php 2009-03-20 12:07:05.000000000 +0000 +++ control_functions.php 2009-08-13 12:04:08.000000000 +0000 @@ -253,7 +253,7 @@ <div class="arrowBtn upLeftBtn<?= $hasDiag?'':' invisible' ?>" onclick="controlCmd('<?= $cmds['MoveUpLeft'] ?>',event,-1,-1)"></div ...
by scapeghost
Wed Aug 12, 2009 2:52 pm
Forum: User Contributions
Topic: PTZ Control bug - Pan Left arrow button reversed, with fix
Replies: 2
Views: 3481

PTZ Control bug - Pan Left arrow button reversed, with fix

I couldn't find any mention of this, so I apologize if this has already been covered. I'm using ZM 1.24.2 with some PTZ cameras. I noticed that the left arrow (Pan Left) button is reversed... that is, the image of the arrow is fine... but when using absolute or relative movement, the button is ...