python-onvif-zeep icon indicating copy to clipboard operation
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)

Results 101 python-onvif-zeep issues
Sort by recently updated
recently updated
newest added

Running the example continuous_move.py `>>> moverequest { 'ProfileToken': '0', 'Velocity': { 'PanTilt': { 'x': 0.57, 'y': -0.44, 'space': 'http://www.onvif.org/ver10/tptz/PanTiltSpaces/PositionGenericSpace' }, 'Zoom': { 'x': 0.0, 'space': 'http://www.onvif.org/ver10/tptz/ZoomSpaces/PositionGenericSpace' } }, 'Timeout': None...

Using commit aae3def4385b0f8922e0e83b9cdcd68b2263f739 The onvif device_service GetCapabilities reply has an extension section within it that zeep does not follow and parse and resolve into pythons objects attached to the result,...

working from commit: aae3def4385b0f8922e0e83b9cdcd68b2263f739 command python3 -mzeep https://www.onvif.org/ver10/device/wsdl/devicemgmt.wsdl fails The command fails while processing this code fragment of the file onvif.xsd: ``` ``` The exception message is as follows: ```...

First Thanks for sharing codes.I try on run samples of your codes and I got errors so I was disappoint from your code but after reading zeep document I found...

Hi ) This is code: forcePersistence = False ptz_service.SetConfiguration(ptzConfiguration, forcePersistence) ...and I get the mistake in header ((( PS. Debug printing - Ouuups: err = Missing element ForcePersistence (SetConfiguration.ForcePersistence) ,...

The spaces specified in the `Position` of `ptz.GetStatus` are not recognized (for some reason), changing them to an empty string fixes this. Also, I changed the loop in `if __name__...

I am trying to read the camera metadata in the RTP stream. Has anyone tried doing that ? If so how can i go about that ?

The bug is from Zeep: https://github.com/mvantellingen/python-zeep/issues/870 This fix helps python-onvif-zeep work with some China cameras, which require the SOAP Envelop to be like this: ```xml false ``` and rejects: ```xml...

I try to run continuous_move.py,has some problem ,please help me. runtime enviorment : python3.6 Use Ctrl-C to quit Your command: l move left... ERROR:asyncio:Exception in callback readin() at examples/continuous_move.py:114 handle:...

The latest code I downloaded can't be installed by setup.py and I would like to fix this issue but has no idea what it happened. Could you give any advice?...