VideoOS SDK v26 - redistributable?

the app uses SDK from Nuget, referenced by the project
What should we do for generating the installer?

The bin\debug folder contains massive amount of DLLs. Do we have to take all of them to the production environment, or just a subset would be sufficient?

The app utilises video streams and commands functionality of the SDK.

Much appreciated

The recommendation is to deploy all VideoOS SDK DLLs. While it is theoretically possible to use only a subset depending on the functionality used by your solution, there is no maintained overview mapping specific SDK features to the required DLLs. To avoid missing dependencies and ensure compatibility, we recommend including the complete set of SDK DLLs when deploying your application.

Do you have a redistributable installer comprising all relevant dlls inside below nugets?

1.MilestoneSystems.VideoOS.Platform

2.MilestoneSystems.VideoOS.Platform.SDK

Thanks a Lot.

No, there is no redistributable installer for the MIP SDK. When creating a MIP SDK based application, you should include the required SDK files as part of your own deployment, either through an installer or by distributing the necessary build output files with your application.