python-onvif-zeep
python-onvif-zeep copied to clipboard
ONVIF Client Implementation in Python 2+3 (using https://github.com/mvantellingen/python-zeep instead of suds as SOAP client)
I wanna to draw a box in camera images, and move camera to locate it and zoom it.so ,how can i do this?
is it possible to add a audit/scanner mode where all the cameras in the local network are detected? (Just like [onvif-audit](https://github.com/RogerHardiman/onvif-audit) works)
I just established the connection to the camera (dahua and hikvision). I wonder if there is any advice or resource on how to get motion or movie files from the...
time_params = mycam.devicemgmt.create_type('SetSystemDateAndTime') time_params.DateTimeType = 'Manual' time_params.DaylightSavings = True time_params.TimeZone.TZ = 'CST-8:00:00' # time_params.UTCDateTime.Date.Year = 2014 # time_params.UTCDateTime.Date.Month = 12 # time_params.UTCDateTime.Date.Day = 3 # time_params.UTCDateTime.Time.Hour = 9 # time_params.UTCDateTime.Time.Minute...
This code is correctly executed on the client on the same subnet as the camera: `mycam = ONVIFCamera('192.168.0.105', 8999, 'admin', 'password', 'wsdl/')` `ptz_service = mycam.create_ptz_service()` `ptz_conf = ptz_service.GetConfigurations()` But this...
Hi when running python code This is an error that occurs, I checked the error message and thought it was a camera password problem, but it is not. Could you...
I just wanted to know how to create or which py code to run so that i can get all the data from events of a camera .
What's the function of "daemon=True" in ONVIFCamera? I tried modifying the tests/test.py, if enable daemon like below: cam = ONVIFCamera(CAM_HOST, CAM_PORT, CAM_USER, CAM_PASS, daemon=True) In update_xaddrs function (client.py), the following...
I'm unable to talk with my ip camera using the CLI tool of python-onvif-zeep: $ python3 onvif/cli.py -u 'admin' -a 'pwd' --host '192.168.1.10' --port 5000 ONVIF >>> cmd devicemgmt GetWsdlUrl...
There is problem with create ONVIFCamera object for chineese cameras 50X10_32M. They hangs up on create of event pullpount. `# onvif-cli --host 192.168.1.10 --port 8899 -u 'admin' -a '' --wsdl...