Usage

Assuming that you’ve followed the installations steps, you’re now ready to use this package.

Start by importing it:

import onvif_parsers

The module only has a single function, parse, which you can pass an onvif event to and receive a parsed event type.

Main Tester

There is also a main command line entry point in the module that can be used to test receiving events from a camera. Run the following for usage instructions:

python -m onvif_parsers --help