I am creating a Web API using the service reference ({hostname}:80/ManagementServer/ServerCommandService.svc) to create bookmarks. I have easy access to the camera names and ip addresses, but those identifiers don’t appear to be available to me through the ServerCommandService.
I have a cameraName that looks something like “BWB - 067 Back Dock 3 (xx.xx.xx.xx)”
in the snippet, c.Name actually corresponds to what appears to be a Guid. Is there a way to drill down to get to the REAL camera name/ip or a way to map the guid to the known camera name?