Nvmedia add opencv in makefile

Hi there,

I’m currently aplying with nvmedia samples, but I’m having issues with adding opencv4 library in makefile. As the makefile seems to be messy, I have no idea where to add it, does anyone have idea for that?

Thanks so much!!

When I tried to add opencv with command:
CXXFLAGS += $(shell pkg-config --cflags opencv)
LDLIBS += $(shell pkg-config --libs opencv)

It shows the cross-compilation errors, skips all the packages saying they are incompatible, and tells me the packages are missing

How can I solve it?

This forum is for developers in NVIDIA DRIVE™ AGX SDK Developer Program. We will need you to use your account with corporate or university email address.
Sorry for any inconvenience.
Thanks

Okay, can I use my university email address to ask?

It’s OK if you want to ask question/support for your university, otherwise please use your corporate email.

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