Skip to content

Commit

Permalink
Removed vlc stuff; decoding frames myself.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-jurewicz committed Jul 3, 2017
1 parent 4f5829a commit ab15ce6
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 1,237 deletions.
Binary file removed android/x86/libopencv_java3.so
Binary file not shown.
10 changes: 4 additions & 6 deletions eyetracker.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEMPLATE = app

QT += qml quick
QT += qml quick network
CONFIG += c++11

SOURCES += main.cpp \
Expand Down Expand Up @@ -32,17 +32,15 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target

ios {
INCLUDEPATH += "/users/matthewjurewicz/opencv/opencv-3.2.0/include"\
"/users/matthewjurewicz/libvlc/vlc-2.2/include"
DEFINES += "iosflag=1"
}

android {
#OpenCV
INCLUDEPATH += "/users/matthewjurewicz/opencv/opencv-android-sdk/sdk/native/jni/include"
LIBS += \
-L"/users/matthewjurewicz/opencv/opencv-android-sdk/sdk/native/libs/$$QMAKESPEC"\
-L"/users/matthewjurewicz/opencv/opencv-android-sdk/sdk/native/3rdparty/libs/$$QMAKESPEC"\
-L"/users/matthewjurewicz/opencv/opencv-android-sdk/sdk/native/libs/armeabi-v7a"\
-L"/users/matthewjurewicz/opencv/opencv-android-sdk/sdk/native/3rdparty/libs/armeabi-v7a"\
-libopencv_calib3d\
-libopencv_core\
-libopencv_features2d\
Expand All @@ -68,7 +66,7 @@ android {
-liblibwebp\
-libtbb\
-libtegra_hal
ANDROID_SOURCE_PACKAGE_DIR = "$$_PRO_FILE_PWD_/android/$$QMAKESPEC"
ANDROID_SOURCE_PACKAGE_DIR = "$$_PRO_FILE_PWD_/android/armeabi-v7a"
DEFINES += "androidflag=1"
}

Expand Down
Loading

0 comments on commit ab15ce6

Please sign in to comment.