onvif-java-lib icon indicating copy to clipboard operation
onvif-java-lib copied to clipboard

ONVIF (Open Network Video Interface Forum) is a community to standardize communication between IP-based security products (like cameras). I developed a Java library for the ONVIF spezification. It he...

Results 9 onvif-java-lib issues
Sort by recently updated
recently updated
newest added

Hi, I try to use [ipcamera binding](https://github.com/Skinah/IpCamera) for openhab develop by Skinah. It is about one week that I turn around without any progress about an issue. By trying to...

would it be possible to make this project into maven one? It would greatly improve this lib-s usability

How to debug the camera ptz, whether there is a test class

I may have found a bug. Code used is... onvifCamera = new OnvifDevice("192.168.1.50:80", "user", "password"); some lines of code removed... rtspUri = onvifCamera.getMedia().getRTSPStreamUri(profileToken); This returns the following: rtsp://192.168.1.50:80:554/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif Note the...

Hi, I would like to know if OnvifDevice methods can be called by multiple threads safely? Thank you.

When zoom function is called from ONVIF library. focus control is responding instead of zoom control. Is there way to control both zoom and focus control of axis camera(model no...

I try to get my Network Ip Camera RTSP uri through onvif, but failed due to SOAPException Exception handle, i try to handle exception using External javax.xml.soap.jar but android studio...