OpenCV on deepstream?

Hi, is there any tutorial on how to deploy OpenCV on deepstream app?

Hi m.billson16,

No, there is no any reference for how to deploy OpenCV on DeepStream app yet.

Hi,

Although we don’t have an official sample for OpenCV+Deepstream, here is a useful reply can give you some information:
https://devtalk.nvidia.com/default/topic/1047620/deepstream-sdk/how-to-create-opencv-gpumat-from-nvstream-/post/5397368/#5397368

It demonstrate how to use cv::cuda API within Deepstream app.
Thanks.