Export not showing custom plugin.

Hi,

We have multiple views with a custom plugin.

When we try to export in playback, the export window does not show views with a custom plugin(cameras) but only shows views with the native camera.

Thanks

Vikas

You can make sure your plugin is exported by implementing a ExportManager class that makes an overwrite of IncludePluginFilesInExport -

https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_client_1_1_export_manager.html&tree=tree_search.html?search=includepluginfilesinexport

The RGB Video Enhancement plugin sample implements this and you can see it get exported if you try it.

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/rgbvideoenhancement/readme.html&tree=tree_1.html

https://github.com/milestonesys