I understand that I can use the GetConfiguration to see camera guids. but I need to know all the metadata like ( resolution, its live stream url, mode, etc).
Which API can I use ? Is there any available example for the same ?
I understand that I can use the GetConfiguration to see camera guids. but I need to know all the metadata like ( resolution, its live stream url, mode, etc).
Which API can I use ? Is there any available example for the same ?
Let me introduce these two samples:
Configuration API Client -
This gives you a good representation of the configuration information you can retrieve using the Configuration API
Configuration Access via SDK -
This gives you a good representation of the information you get using the ServerCommandService GetConfiguration
Both samples are .Net MIP library samples but gives an understanding of the underlying data of the two methods you ask about.
Tip: See also - https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/intro_configurationapi.html&tree=tree_4.html
Thanks Rie. I am going through the examples and exploring the configuration API. The last link has been the most helpful in locating the camera specific details . I will post more specific questions if I have here.