How to pass deepstream configs directly without configuration files

Hello,

we are searching for a good way to ship a deepstream app to customers without having to ship readable (and editable!) deepstream config files alongside it.

What would be a good way to pass deepstream config options similar to gstreamer options? Any known elegant workaround?

No options. No workaround. The nvinfer and deepstream-app are open source. You can modify them to remove all configuration file read and parse parts and add your own logic to pass parameters inside.

Thanks for the quick response!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.