How to call opencv code from deepstream app

Hardware Platform (Jetson / GPU) GPU RTX 2060
• DeepStream Version 5.0
• TensorRT Version 7.1
• NVIDIA GPU Driver Version (valid for GPU only) 450

Hi, I am new to deepstream and I want to use opencv c++ code for camera tampering detection from deepstream example(deepstream-test3) Can I achieve that?
Please reply as fast as you can

Please give me some example to do that

tampering.cpp (2.2 KB)
This is my Camera tampering code that I want to check in parallel with deepstream-test3 appI should check if there is tampering and display it on OSD

you can add these code in dsexample plugin

you could check dsexample code and doc -
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_sample_custom_gstream.html?highlight=dsexample

how I modify dsexample to add in pipeine?

please read the dsexample code and the doc.

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