Mixed programming languages of deepstream pipe

Hey,
I’ve created an algorithm using python and I understood that in order to use it inside the deepstream pipe I need to wrap it as a plugin. is that correct ? is there other way? how can I create this plugin?

  1. our deepstream pipeline is written in cpp, will be possible to use the python plugin inside the cpp pipeline?

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

1.If it is just an algorithm for processing data and does not consume too much performance, you can just add a probe function to process the data.
If you want write a new plugin, you should write a c/c++ plugin first and do some binding work for python.
2.No. We suggest you use the cpp plugin directly.

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