mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-23 01:46:35 +00:00
Add support for A8 remote control to opi_rtsp test app
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user