Search results

  1. D

    Zoneminder trigger + HikVision motion sensing. "How to"

    Updated to support the built in line detection: #motion event, and you should see (below), along with a lot of other stuff. [05-25 14:39:02][pid:849][ALARM_EXP][DEBUG]excepCtrl: chan 1 motion start. [05-25 14:40:16][pid:849][ALARM_EXP][DEBUG]excepCtrl: chan 1 motion stop, time=1464187216. #Line...
  2. D

    Zoneminder trigger + HikVision motion sensing. "How to"

    Thanks for the note. I tested it and updated the "how to".
  3. D

    Zoneminder trigger + HikVision motion sensing. "How to"

    I have seen this question come up a few times. How can you use hikvisions internal motion sensing to trigger zoneminder to capture an event. It took a bit of doing and a lot of Linux hacking, but I got. Here is how I did it. If any one finds a cleaner way, please respond to this thread! My...
  4. D

    How do I trigger my custom code on a motion event?

    To be a bit more wordy for those who follow. Logged into the camera via ssh setDebug -m ALL -l 0 setDebug -m ALARM_EXP -l 7 outputOpen [05-25 14:39:02][pid:849][ALARM_EXP][DEBUG]motDetCtrl: chan 1 trigger rec start, chans = 0x2 [05-25 14:39:02][pid:849][RECORD][DEBUG]recordSchedule: receive...
  5. D

    How do I trigger my custom code on a motion event?

    [05-25 14:11:02][pid:849][ALARM_EXP][DEBUG]motDetCtrl: Chan 1 motion detected.
  6. D

    How do I trigger my custom code on a motion event?

    So I can see a path forward with both. ONVIF. I installed the python-onvif package on my zoneminder box and I can talk to the camera, but after that I am out of ideas. No clue how this ONVIF stuff works and google is not helping. The whole SOAP/ONVIF interface is WAY out side my skill set...
  7. D

    How do I trigger my custom code on a motion event?

    Very long story short, I am trying to use HikVision's built in motion sensing to trigger an event in ZoneMinder. Running firmware 5.2.5 on all my cameras. Have full command line access. Just need to figure out where to splice in my custom code when a motion event starts. Any ideas? For...
  8. D

    Hikivision firmware 5.3.0

    Here is full command line access. Its a really crude hack, but it works. :-) ssh root@<IP of camera> "ash -c 'mv /bin/psh /bin/old_psh'" ssh root@<IP of camera> root@<IP of camera>'s password: BusyBox v1.19.3 (2015-03-20 17:37:48 CST) built-in shell (ash) Enter 'help' for a list of built-in...
  9. D

    Hikivision firmware 5.3.0

    Got distracted by my English 5.3.0 interface.
  10. D

    Hikivision firmware 5.3.0

    I cant break out of "BusyBox v1.2.1 Protect Shell (psh)", but I can avoid it. :-) ssh root@<IP of camera> "ash -c 'ls /dav'" root@<IP of camera>'s password: ASC16.bin GBK IEfile.tar.gz WebComponents.exe _cfgUpgClass _cfgUpgSecPls ...