Hello,
is it possible to control SmartWall via protocol integration?
I have found sample doing this via component integration but we will be switching to .NET 8 in near future (and component integration requires .NET Framework).
We would like to be able to send specific cameras to a given index on smart wall view.
Is there a way to achieve our goal?
Yes. The Video Wall Controller sample uses the MessageCommunication but behind the scenes this uses again the Rest API.
Most of the functionality you need is tasks on the Monitor object.. (There is no sample showing how to use this.)
https://doc.developer.milestonesys.com/mipvmsapi/api/config-rest/v1/#tag/Client/operation/postTaskForMonitors
You will find the Rest API documentation, including introduction, if you navigate around the page you reach with the link above.
As an alternative you can use the Configuration API protocol instead of Rest..
https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/intro_configurationapi.html&tree=tree_search.html?search=monitor
https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/configapiclient/readme.html&tree=tree_2.html