How to get IP Address of Connected cameras through the code?

Hi,

We need camera IP for overlaying metadata. Now we are getting IP from Camera Name or Hardware name through the Multichannel Metadata Provider.exe code. But both of those fields are editable by user(User can also give name without IP address). Is there any other way to get IP address of cameras which are connected to milestone through the code?

Thanks,

4W Technologies.

You can get access to this information through the Configuration API. There is a number of samples and documentation under the Component Integration section of the SDK documentation.

Thanks Peter.