I try to use this library to control my ptz cameras https://elsampsa.github.io/valkka-examples/_build/html/index.html instead of https://github.com/FalkTannhaeuser/python-onvif-zeep. In tutorial page, https://elsampsa.github.io/valkka-examples/_build/html/onvif.html I see the next example: but I can’t f…
Tag: zeep
ONVIF CreateOSD() returns ‘Configuration Token does not exist’
This is my whole code. When I call GetServiceCapabilities(), OSD returns True so I think my camera does support OSD. How can I fix this error? Answer Solved this by adding VideoSourceConfigurationToken. Final code: