FalkTannhaeuser / python-onvif-zeep

ONVIF Client Implementation in Python 2+3 (using https://github.com/mvantellingen/python-zeep instead of suds as SOAP client)
MIT License
420 stars 137 forks source link

Metadata adquisition using the library #121

Open DavidCendan opened 4 months ago

DavidCendan commented 4 months ago

I saw that each service is used to extract a part of the information of the camera (media, events, analytics...), but in the ONVIF documentation you can see that there is also an xml file containing the information of the intellingt events (if there is any) programed in the camera. Is there any feature capable of obtaining this kind of information or its just simply not accesible by ONVIF/SOAP?