Hi all,
Im am facing problems activating outputs on a XProtect 2016 R3 installation using .Net lib.
The following code is used:
VideoOS.Platform.Messaging.Message msg = new VideoOS.Platform.Messaging.Message(MessageId.Control.OutputActivate);
EnvironmentManager.Instance.SendMessage(msg, output.FQID);
It throws ‘System.Web.Services.Protocols.SoapException: Method not supportedOutputActivate’ exception.
This works on a Corporate 2017 R1 installation. According to the introduction on controlling outputs, PTZ and Matrix in the MIP documentation,
the control command should be translated and forwarded either to the RecorderCommandService or ImageServer protocol (therefore I expected it to work across versions). Any help appreciated.
Regards,
Michael