Quedale
Quedale
Please run the application with the PROBE_DEBUG environment variable set. This will print the entire soap message exchanged between the client and the camera(s). Share these messages and I should...
Instead of running the application like this `./onvifmgr` you run it like this `PROBE_DEBUG=1 ./onvifmgr` Alternatively, you can do it in two seperate line: ``` export PROBE_DEBUG=1 ./onvifmgr ```
Thank you so much for this. The key take away I get from this is that this isn't an ONVIF device responding. Or not a compliant one at minimum. Here's...
I expect those devices to show up on this software as well. I just didn't anticipate non-ONVIF response, but I should have. I should simply ignore invalid matches, which is...
Okay. It's finally fixed. I managed to reproduce the exact same crash and properly resolve it. Give it a shot now! :thumbsup:
Those autogen errors aren't really errors, since it should fallback and build the library from source. The good news is that it did go past the discovery stage and attempted...
I've made another big round of changes in order to properly support the demo camera. Hopefully this will resolve your issues. Looking forward to hear back
First, this warning is generated by the gstreamer library. Such warning can happen with unstable camera feed for instance. I'll dig further to possibly handle this more gracefully, but this...
Not yet, it would be too early to assume a faulty camera. Note that a slow camera isnt a faulty camera. (And it may not even be the problem) If...
Just to give a status update. I indentified a key issue related to the authentication mechanism. Simply put, I dont sync the clock between the client and the camera. A...