Querying Milestone for Camera Type/Model

Hi,

is there any way to get the camera type/model back when querying Milestone for configuration (using ServerCommandService.GetConfiguration)?

As far as I can tell I can only get the Camera Name (+ other info), but not the actual camera type (e.g. Bosch, Axis, Onvif etc. + type/model nr). Is there some way to retrieve this information?

You need to use Config API. See ConfigApiClient example, you can get all information about all Device

Freddy

Thanks a lot Freddy - Found it!