Best to use external Motion Dection signal via CAMERA Hardware or via Computer/ZM?

Forum for questions and support relating to the 1.29.x releases only.
Locked
777funk
Posts: 49
Joined: Thu Mar 31, 2016 8:53 pm

Best to use external Motion Dection signal via CAMERA Hardware or via Computer/ZM?

Post by 777funk »

I have an IP Cam (Axis 210) that has an input for a trigger (i.e. PIR sensor). I can easily trigger the camera to output upon motion but would it be better to send the signal to the computer (serial port, USB, another method???) instead and have it record that way? It would surely save on processing power (vs software MoDect) either way, correct?
User avatar
asker
Posts: 1553
Joined: Sun Mar 01, 2015 12:12 pm

Re: Best to use external Motion Dection signal via CAMERA Hardware or via Computer/ZM?

Post by asker »

If you use camera motion detection it reduces load a *lot*. I briefly used Foscam's hardware detection with ZM - but unlike Axis, Foscam does not have a hook - I had to poll.https://github.com/pliablepixels/ZoneMi ... mHDTrigger

If you go that route, use zm_Trigger
I no longer work on zmNinja, zmeventnotification, pyzm or mlapi. I may respond on occasion based on my available time/interest.

Please read before posting:
How to set up logging properly
How to troubleshoot and report - ES
How to troubleshoot and report - zmNinja
ES docs
zmNinja docs
777funk
Posts: 49
Joined: Thu Mar 31, 2016 8:53 pm

Re: Best to use external Motion Dection signal via CAMERA Hardware or via Computer/ZM?

Post by 777funk »

What's entailed to have triggers connect to the computer? I'd guess there'd be a way over ethernet?
Locked