This app takes a stored image file as input , I want to use a Mat Object from openCV as input for this deepstream pipeline , what can I do for this ? All I find are C++ references and no Python References
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
We do not have similar examples of such scenarios in python currently. You can try to achieve it yourself at present.
1.convert Mat Object to gstbuffer
2.use appsrc plugin with the converted gstbuffer as the source of the pipeline