I am from IDEMIA and integrating Milestone XProtect Corporate into our Augmented Vision Product. How can I get details of a specific camera in XProtect ? Using ServerCommandService or Configuration Service?

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 -

https://doc.developer.milestonesys.com/html/index.html?base=samples/configapiclient.html&tree=tree_2.html

This gives you a good representation of the configuration information you can retrieve using the Configuration API

Configuration Access via SDK -

https://doc.developer.milestonesys.com/html/index.html?base=samples/configaccess_sample.html&tree=tree_2.html

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.