python-onvif-zeep-async
python-onvif-zeep-async copied to clipboard
ONVIF Client Implementation in Python 3 (using https://github.com/mvantellingen/python-zeep instead of suds as SOAP client)
wsdl ddl path error
Fix failing tests.
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.11.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.10...v0.11.0)
``` from onvif2 import ONVIFCamera import subprocess import os ffmpeg_path = "/usr/bin/ffmpeg" # Function to download recordings using ffmpeg def download_recording(ffmpeg_path, recording_url, output_path): try: print(f"Downloading recording from: {recording_url}") # Use...
Hello, I noticed that this library has several bug reports. But perhaps most of these bugs are directly related to the fact that the camera is not fully compliant with...
Is it planned to add a feature similar to this? Where the library doesn't return local IP address but natted ip/port for those accessing ONVIF cameras. via an external network...