How to include opencv to deepstream-test5-app

Hi,
It works for us by adding/modifying

TARGET_DEVICE = $(shell g++ -dumpmachine | cut -f1 -d -)
CFLAGS += -fpermissive -Wnarrowing
CC := g++

Works for both opencv and opencv4.

2 Likes