Add support for A8 remote control to opi_rtsp test app

This commit is contained in:
Your Name
2024-07-04 11:02:18 +03:00
parent a14e463989
commit dfe3c7c561
6 changed files with 32 additions and 9 deletions
+2 -2
View File
@@ -10,10 +10,10 @@ HEADERS = $$PWD/*.h
opi5 {
message("OPI5 build")
PKGCONFIG += opencv4 librga stb libturbojpeg
INCLUDEPATH += /usr/include/rga # not correct in pkg-config file
INCLUDEPATH += /usr/include/rga $$PWD/../../misc/camera/a8_remote
QMAKE_CXXFLAGS += -DOPI5_BUILD
LIBS += /usr/local/lib/librknnrt.so
SOURCES += $$PWD/src-opi5/*.c $$PWD/src-opi5/*.cpp $$PWD/src-opi5/*.cc
SOURCES += $$PWD/src-opi5/*.c $$PWD/src-opi5/*.cpp $$PWD/src-opi5/*.cc $$PWD/../../misc/camera/a8_remote/remoteControl.cpp
HEADERS += $$PWD/src-opi5/*.h
} else {
message("ONNX build")