. ├── library/ # 根目录 │ ├── app.py # 应用工厂 │ ├── config.py # 配置管理(开发/测试/生产) │ ├── blueprint ...
I developed a Java library for the ONVIF spezification. It helps you with the basics (you don't need to learn SOAP e.g.) but you may need to learn a few basics about the ONVIF spezification. As far as ...