Hi, is possible to get the name of the view by camera selected?
By this code I have access to a camera
Item camera = Configuration.Instance.GetItem(FQID);
How obtain info about view name ?
Thanks
Hi, is possible to get the name of the view by camera selected?
By this code I have access to a camera
Item camera = Configuration.Instance.GetItem(FQID);
How obtain info about view name ?
Thanks
There are two samples that you might be interested in.
One is ConfigDump sample, you can either see what views the camera belongs to by using the ConfigDump sample in Smart Client.
Or you can subscribe to SelectedViewChangedIndication message in order to track what the current view is. Please explore Message Tester sample - https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/messagetester/readme.html&tree=tree_1.html