Hi guys,the sample I am using is deepstream_app,the structure is:
I am trying to add some custom function in deepstream_app.c,it need some opencv function to realize this.Can I just use C API of opencv in this sample?
For example the include file maybe:
Yes. There are many similar examples in our open source code.
For example: sources\gst-plugins\gst-nvdspreprocess\gstnvdspreprocess.cpp.
You need to add the relevant parameters to the Makefile. Please refer to the sources\gst-plugins\gst-nvdspreprocess\Makefile. You can take a look at the parameters associated with WITH_OPENCV macro.