Our resaller is developing the MIP SDK plugin in “E Code”.
Their system builds the Master/Slave system.
They want to get the slave server’s camera’s information by MIP SDK.
They tried to get by using MIP SDK api “ReloadConfiguration” and “VideoOS.Platform.Hierarchy”.
But they failed to get.
Would you tell me the way to get the slave server’s camera’s information by MIP SDK?
What environment is this?
If it is a Smart Client plugin it should be automatic, your configuration (tree structure) should automatically hold cameras of both master and slave. You can visualize it using the Config Dump tool plugin sample run in the Smart Client.
Hi Bo.
Thank you for your reply.
Our resaller’s environment is XP 2017R2 Professional.
Can the Config Dump tool plugin sample run in XP Professional?
The Config Dump tool plugin sample will work in the Smart Client in any XProtect product and version.
All the tool samples requires no special XProtect product or version.
Hi Bo.
Thank you.
I understand.
We answer for our resaller.
Hi Bo.
I have an additional question.
Our resaller is developing the component integration of MIP SDK.
The Config Dump tool plugin sample which you told me previously is the plug-in integration.
Would you tell me the other sample of the component integration?
The ConfigAccessViaSDK sample is a standalone sample that does much the same as the ConfigDump plugin sample. Please explore ConfigAccessViaSDK.
Hi Bo.
Thank you for your rely.
I will check this sample.