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:
Using
onvif-cli
, I am seeing some kind of serialisedOrderedDict
from a call tomedia 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:How can I get the raw response, or alternatively how can I get profile token from the existing data being printed?