How do I Retrieving Hardware Metadata (for a Camera)?

I found the example for importing a new camera from a csv file. What I am looking for is code to show me how to export all the camera information necessary for the import.

Looking to find the following:

camera login user

camera login password

camera hardware driver number

camera hardware name

camera recording server name

camera group name

Where can these pieces of informaiton be found using the SDK for a particular camera?

Thanks

This setup information can be retrieved by using the Configuration API. Try to explore the Config API Client. https://doc.developer.milestonesys.com/html/index.html?base=samples/configapiclient.html&tree=tree_2.html

(Configuration API is supported on c-code XProtect.)