Pls help check opencv making problem:

hi,
when i make opencv it is failed, pls help to check where is problem?

and this is my make file.

thank you very much!
Makefile (3.1 KB)

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi,
Please refer to this Makefile:

/opt/nvidia/deepstream/deepstream-6.0/sources/gst-plugins/gst-dsexample/Makefile

You should need to add this to your Makefile:

        PKGS+= opencv4

i added that, and so strange that mrcnn sample can be making and my app is lessing that file.
it can not enter /usr/include/ path to go on.

thank you

problem is deepstream_app.h can not find that.
how to solve it?

thank you

Hi,
This probably helps:
How to include opencv to deepstream-test5-app - #14 by DaneLLL
Please give it a try.

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