Hi,
We are trying leverage this code to add multiple camera.
List _cameraItems = new List();
var item = VideoOS.Platform.Configuration.Instance.GetItem(CameraId, Kind.Camera);
_cameraItems.Add(item);
We want to login to the server and get the videos for all the cameras GUID attached to that Server. We tried to add multiple GUIDs, but it gives us video for only one GUID at a time (the first GUID we added).
Is there a way where we can log into the server once and then fetch the video for all the GUIDs at once, instead of looping through the GUIDs and getting each video one by one.
We went through this documentation and we see the functions GetItem allows only one or top level nodes to retrieve videos. https://doc.developer.milestonesys.com/html/miphelp/class_video_o_s_1_1_platform_1_1_configuration.html
Can you please suggest us if there are any ways to fetch multiple videos at once. Any code snippet or any link should be helpful.
Thanks
Kaustub