I’m building a plugin to test PTZ functionality. Already have an application that does the same actions using the component integration.
So I copied the code to my plugin but it seems like it doesn’t work.
This code gets executed without errors:
System.Collections.ObjectModel.Collection before = EnvironmentManager.Instance.SendMessage(new VideoOS.Platform.Messaging.Message(MessageId.Control.PTZGetAbsoluteRequest),camera.FQID);
But in plugin the ‘before’ is not filled, it does not contain any data.