Trigger matrix to only display any camera based on event

Hi there,

I can currently switch only cameras that are associated in Rule i.e. Either all cameras or specific cameras to the matrix.

What i am struggling with is to switch any camera only via an external event, basically as a “spot monitor”.

How do i achieve this programmatically. Is there a way to send the camera i need to switch within the message structure?

Thanks in advance.

Please make a rule like this; select your user define event, then select Set Matrix “your Matrix” to view and select “Use devices from metadata”.

Please see this sample called ConfigurationAccess;

https://doc.developer.milestonesys.com/html/index.html?base=samples/configaccess_sample.html&tree=tree_2.html

When you run this sample and select your event which dedicates the matrix in the List of all defined items.

Then you click Trigger button at a bottom then your will see the images via Smart Client. This sample might be helpful for you.

Thank you Rie.

I will work through this and see if I can get the required result.

Much appreciated.