pyOnvif

Simple Onvif camera client


Keywords
onvif
License
GPL-3.0
Install
pip install pyOnvif==1.1

Documentation

pyOnvif

This package provides a simple client to interact with ONVIF compliant IP cameras. It contains the SOAP message encoding for the basic functions that are commonly needed.

There are no required dependencies. Optionally, if you want to use WS-Discovery to find your Onvif camera, you need WS-Discovery support.

WS-Discovery support can also be installed by including the 'discovery' extra, as in:

pip install pyonvif[discovery]

For command-line usage instructions run:

pyonvif -h