python-onvif-zeep icon indicating copy to clipboard operation
python-onvif-zeep copied to clipboard

onvif-cli: Python Serialised Data returned instead of raw response

Open sshaikh opened this issue 2 years ago • 0 comments

Using onvif-cli, I am seeing some kind of serialised OrderedDict from a call to media GetProfiles. This isn't a huge deal except this data seems to be missing some attributes to be found in the original XML response, in particular the token in the Profile section:

<trt:Profiles token="h264_ulaw_1920x1080" fixed="true">

How can I get the raw response, or alternatively how can I get profile token from the existing data being printed?

sshaikh avatar Jun 01 '23 18:06 sshaikh