We are migrating some functionality from the our component integration plugin into Event Server plugin.
The existing standalone plugin takes snapshot using Milestone Media Toolkit - JPEGVideoSource class.
When we try to move our code to Event Server plugin - we are getting the exception from JPEGVideoSource class:
VideoOS.Platform.MIPException: Method not supported for this Environment
at VideoOS.Platform.Util.InternalCommandService.ImageExporterConnect(FQID deviceFQID, Int32 width, Int32 height)
at VideoOS.Platform.Data.JPEGVideoSource.Init(Int32 width, Int32 height)
Please confirm if JPEGVideoSource could/could not be used by Event Server plugin and what is the suggested way to retrieve camera snapshot by Event Server plugin
Thank you