Anyone using Pir sensors with a PTZ?

Chust

Getting the hang of it
Nov 10, 2014
428
38
If you are, HOW? Brand? Something/LOL!!! Need to know if this is even possible.
 
Yes.. Some with there own alarm inputs, others with external sensors tied to home automation engine issuing API commands.. Dahua
 
  • Like
Reactions: Chust
for an external PIR your likely going to need to break out 12v, Ive been using PoE splitters like these with good success: http://www.amazon.com/iCreatin-ethernet-Splitter-Adapter-Compliant/dp/B00SM196AE/

here is my big black face dahua responding a couple of alarm inputs, one PiR motion sensor and one magnetic contact switch:


then I setup a home automation system, and when a sensor is triggered it sends a command such as this to say: Go to Preset #1, and of course I setup presets for different areas of interest and then do scripts, etc.. when mailbox opens, if any windows/gates/doors within view open/close/tampered with, etc.
Code:
http://username:password@nvr/cgi-bin/ptz.cgi?action=start&channel=1&code=GotoPreset&arg1=0&arg2=1&arg3=0

for things I need really fast response to I use local alarm inputs and also alarm inputs on my NVR.. I can tell my automation system to trigger NVR input #1 and that trigger preset to go to mailbox PTZ in about 1/4 the time as sending the same command via cgi-api.. for somethings that split second response is important, others its not really.. it still responds in about half a second to a second using the command above.
 
As an Amazon Associate IPCamTalk earns from qualifying purchases.
Thank You sooo much! I was just now looking on Amazon! You saved me a ton of time! Again, thank you!
 
for an external PIR your likely going to need to break out 12v, Ive been using PoE splitters like these with good success: http://www.amazon.com/iCreatin-ethernet-Splitter-Adapter-Compliant/dp/B00SM196AE/

here is my big black face dahua responding a couple of alarm inputs, one PiR motion sensor and one magnetic contact switch:


then I setup a home automation system, and when a sensor is triggered it sends a command such as this to say: Go to Preset #1, and of course I setup presets for different areas of interest and then do scripts, etc.. when mailbox opens, if any windows/gates/doors within view open/close/tampered with, etc.
Code:
http://username:password@nvr/cgi-bin/ptz.cgi?action=start&channel=1&code=GotoPreset&arg1=0&arg2=1&arg3=0

for things I need really fast response to I use local alarm inputs and also alarm inputs on my NVR.. I can tell my automation system to trigger NVR input #1 and that trigger preset to go to mailbox PTZ in about 1/4 the time as sending the same command via cgi-api.. for somethings that split second response is important, others its not really.. it still responds in about half a second to a second using the command above.


That is just plain cool.. Thanks for sharing..
 
As an Amazon Associate IPCamTalk earns from qualifying purchases.
  • Like
Reactions: Chust
@nayr u have the contact switch wired from doors to to the dahua cam?


Sent from my iPhone using Tapatalk
 
Last edited by a moderator:
from the gate to the dahua cam, yes.. no power nessicary.
 
  • Like
Reactions: mando209