Kaburagi
Kaburagi
## Background When I started developing ONVIF components, I encountered a significant obstacle. ONVIF has many services, and one of the most important is Imaging. With the current Viseron implementation—where...
### Summary This PR enhances the `Any.parse_xmlelements()` method to improve the deserialization of `` elements by using schema-based type resolution where available. When child elements are found, the method attempts...
I use zeep as the main ONVIF library for my repo at [nirsimetri/onvif-python](https://github.com/nirsimetri/onvif-python). Since I also implemented it in PHP with native SOAPClient, the results are better in PHP like...