Hello,
we have cameras integrated with the MS system. When trying to connect to the cameras, we can only connect using Device Name. When we try to connect with Device ID they are not found. What could cause this?
Hello,
we have cameras integrated with the MS system. When trying to connect to the cameras, we can only connect using Device Name. When we try to connect with Device ID they are not found. What could cause this?
My first idea is that you identify a camera by its ID, and find it using:
abstract Item VideoOS.Platform.Configuration.GetItem (Guid objectId, Guid kind)
Then you connect using the item like:
FQID VideoOS.Platform.Client.ImageViewerWpfControl.CameraFQID
To “connect” could have many meanings, please elaborate. Please include the source code method that you use now when you observe that the Device ID is not found..