How to access hardware "settings" like "HTTPS Validate Certificate"?

Hello,

I would like, in a Management Client MIP Plugin, to access a couple of “settings” associated to an hardware device, more specifically the “HTTPS Validate Certificate” and “HTTPS Validate Hostname”.

Those are not available as “Properties” of the camera Item.

I had a look at the SDK documentation and I tried the “ConfigAccessViaSDK” application but it does not seem to be able to retrieve those settings.

Is it possible? Someone already did it?

Thanks!

You will have to use the Configuration API for this. As you correctly found this is not part of the camera properties in the MIP Configuration class, but I was able to find the properties as part of the hardware object using the Config API Client sample.

Perfect. Thanks Bo!