python-onvif-zeep
python-onvif-zeep copied to clipboard
onvif-cli: Python Serialised Data returned instead of raw response
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?