ONVIF-Java icon indicating copy to clipboard operation
ONVIF-Java copied to clipboard

A Java client library to discover, control and manage ONVIF-supported devices.

Results 6 ONVIF-Java issues
Sort by recently updated
recently updated
newest added

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

When I search my ipcamera from this SdK it shows hostname="http://IPCAM.lan" instead of IP addresss.

Please move the package somewhere else.

Added Kotlin coroutines wrappers, moved publishing on Jitpack and rewrote the Gradle script in Kotlin, TraviCI setup. Scaffolding overhaul to match standard Gradle project.

This is my code (I've tested with different url's like 172.16.8.193 alone an so, and the result is the same): OnvifManager onvifManager = new OnvifManager(); onvifManager.setOnvifResponseListener(this); OnvifDevice device = new...