Hi,
We are experiencing the same issue. In our case error is happens in every try.
Our case is generation of snapshot. Exception details are:
PMException in generating snapshot : VideoOS.Platform.CommunicationMIPException: Unable to connect to toolkit! - —> VideoOS.Toolkit.NotConnectedException: Unable to connect to toolkit!
at VideoOS.Toolkit.SourceToolkit.Connect(ISet`1 requestedPropertyNames, ISet`1& availablePropertyNames, TimeSpan timeout)
at VideoOS.Toolkit.SourceToolkit.Connect(ISet`1 requestedPropertyNames, ISet`1& availablePropertyNames)
at VideoOS.Platform.SDK.Export.SDKInternalCommandService.ToolkitConnectWithExceptionHandling(IPlaybackSourceToolkit toolkit, ISet`1 properties, ISet`1& availableProperties)
— End of inner exception stack trace —
at VideoOS.Platform.SDK.Export.SDKInternalCommandService.ToolkitConnectWithExceptionHandling(IPlaybackSourceToolkit toolkit, ISet`1 properties, ISet`1& availableProperties)
at VideoOS.Platform.SDK.Export.SDKInternalCommandService.ImageExporterConnect(FQID deviceFQID, Int32 width, Int32 height, Boolean keepAspectRatio, Boolean fillSpace, Boolean allowUspcaling)
at VideoOS.Platform.Data.JPEGVideoSource.Init(Int32 width, Int32 height)
at VideoOS.Platform.Data.JPEGVideoSource.Init()
The code is compiled as x64 and all milestone binary are copied to bin folder of test application (x64 version too). Server version is: Expert 2016 R3 10.2a.
We tried with MIP 2016 R3 and then 2017R1 - same error appearing.
How we can fix this?