Exception message: Server not found in configuration
Exception target site: set_CameraFQID
at VideoOS.Platform.SDK.UI.PlatformImageViewerWpfControl.set_CameraFQID(FQID value)
this error only occurs on the first attempt, upon closing the window and relaunching without exiting the application I am able to connect and view the camera feed
the error is thrown when trying to set the FQID like so
new FQID(this.CameraId);
where CameraId is a string that contains the camera FQID
Could you please help me pinpoint the source of this error?
We assume that there might be a timing issue and configuration might be not loaded correctly. Can you please provide a small sample for reproducing the same error that you mentioned?
This could actually be the answer for your observation. If it does not fit please outline in what environment your plugin runs and whether it runs on start-up, on event, timed or on user action?
This information might help us but ideally you could give us a mini project we could use to reproduce the issue in the Milestone test lab, that is the background for our request above.