Stephen Rhodes
Stephen Rhodes
Thank you for your inquiry, I added a time sync flag to the command line so that the onvif-util program could be used to sync the time from a script....
Thank you so much for reaching out. I did some research on the GetNodes and SendAuxilliaryCommand operations in the ONVIF spec. As is often the case, it appears that the...
Hello, Thank you again for your efforts. I attempted to re-create the error, and I was able to observe it, but only once. For whatever reason, I could only observe...
Great news to hear that it is working. Are you using a GPU?
Looking at the trace, the point of failure seems to be line 2128 in onvif.c which is in the code block ``` 2122 char tmp[128] = {0}; 2123 char *...
Thank you for the heads up, the credential have been removed from the logs in version 2.2.9 released
I think where the issue lies is in trying to run the command twice in one call. The moveStop command is context specific depending on whether the continuousMove command was...
The first thing I would look for is that the stop command matches the move command
Some code was added to onvif-util.cpp that shows better how this command can work. It turns out that you can actually call stop twice to stop both pan and tilt...
@pele1410 Regarding [#116](https://github.com/sr99622/libonvif/pull/116), after looking at this, it occurred to me that it would be more convenient for users of onvif-util if they didn't have to set the profile themselves...