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 find valkka library in the pypy. How I can set up this library to my venv? Answer You have to install Valkka first. When you are using Ubuntu, then you can use apt-get
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: