Skip to content
Advertisement

Can not find library valkka

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:

from valkka.onvif import OnVif, getWSDLPath

but I can’t find valkka library in the pypy.

How I can set up this library to my venv?

Advertisement

Answer

You have to install Valkka first. When you are using Ubuntu, then you can use apt-get to install it. Otherwise you have to build libValkka and the python bindings yourself.

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement