RootSoft / ONVIF-Java

A Java client library to discover, control and manage ONVIF-supported devices.
Apache License 2.0
135 stars 84 forks source link

Event / Alarm support working via custom #9

Open Skinah opened 4 years ago

Skinah commented 4 years ago

If anyone wishes to get events working you can see the code I am using over here..

https://github.com/Skinah/IpCamera/blob/master/src/main/java/org/openhab/binding/ipcamera/onvif/EventsRequest.java

metadevj commented 3 years ago

@Skinah the link is broken. Do u mind sharing it again?

Skinah commented 3 years ago

Look on the openHAB projects addons repo. It is called the ipcamera bundle. The code is released under open source license.