Trigger live video with Camera Name, Preset and Workstation

I am trying to use a Windows Services to trigger live video feed on Smart client with camera name, preset and workstation or active user. Trying to find the method, but wasn’t able to find through it from the .NET example.

Would you please let me know which integration, dll library and classes I should use in order to trigger the video live feed?

Thank you!

Either Smart Client has to be set up for Smart Wall or Matrix usage (check documentation on these) beforehand, in which case you can use messages to control what should be shown, or you will have to make a background plug-in for the Smart Client that controls this, and you can then use MIP message communication for communicating between your service and the plug-in (defining your own messages).

Appreciated for your information, it helps a lot. Thank you!