Hi currently I working on the sample application in which is get details of server and cameras . It is easily to get the details of the server but in case of camera I could not get CameraIp, Port ,Username and Password
Kindly Help me out
Hi currently I working on the sample application in which is get details of server and cameras . It is easily to get the details of the server but in case of camera I could not get CameraIp, Port ,Username and Password
Kindly Help me out
Configuration Dump sample might be interesting for you.
You will be able to see the tree of your cameras with details when you run this plugin sample on Smart Client and Management Client.
Or perhaps easier explore the ConfigAccessViaSDK sample.
What is important for you to see is that the configuration is not a list, it is a tree structure. You can use a recursive method to turn it into a list. The structure that includes camera grouping is likely an advantage if you start integrating with bigger XProtect sites.
See also the FindCamera method in the CameraStreamResolution sample.
@Rio Kito thanks from your replay it really help out me