Hello,
I would like to know if ZM manage http notifications provided by netwoek cameras.
For example, on Axis cam, you can manage events (Motion detection for example). Events can put http notifications. Does ZM able to start recording when it receive this kind of information.
If yes, would you please indicate how it could be set up.
It would be a good way to decrease processor charge.
Thanks
http notifications
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
zmtrigger.pl might be overkill for you actually.
If you do perldoc 'ZoneMinder::SharedMem' you will see that there are various functions that control alarms such as zmTriggerEventOn etc. For a http connection your best bet may be to create a cgi script using these functions and get your cam to call out to that. The example script in the FAQ contains most of the preamble you will need.
If you do perldoc 'ZoneMinder::SharedMem' you will see that there are various functions that control alarms such as zmTriggerEventOn etc. For a http connection your best bet may be to create a cgi script using these functions and get your cam to call out to that. The example script in the FAQ contains most of the preamble you will need.
Phil