You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear,
I have an open-source Onvif integration for the Node-RED IOT framework, which is build on this onvif library.
I got yesterday a Github issue from somebody who has two problems with problems with his camera:
After some time getPresets suddenly starts return an empty array.
When a new preset has been added via the native app/webinterface of the ip camera, that new preset is not available in the output of getPresets.
So my first thought was that this library perhaps did some caching, which ran out of sync with the camera. But when I debug it, then it seems to me that there is no caching. Which means a request will be send every time to the camera. Can you please confirm that this is correct?
If so, then I think there is an Onvif implementation bug in his Chinese camera...
Thanks!!!
Bart
The text was updated successfully, but these errors were encountered:
Dear,
I have an open-source Onvif integration for the Node-RED IOT framework, which is build on this
onvif
library.I got yesterday a Github issue from somebody who has two problems with problems with his camera:
getPresets
suddenly starts return an empty array.getPresets
.So my first thought was that this library perhaps did some caching, which ran out of sync with the camera. But when I debug it, then it seems to me that there is no caching. Which means a request will be send every time to the camera. Can you please confirm that this is correct?
If so, then I think there is an Onvif implementation bug in his Chinese camera...
Thanks!!!
Bart
The text was updated successfully, but these errors were encountered: