From 0424a2802aec3600774ba9347c49312bb09b8cfe Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 1 Nov 2015 11:28:17 +0100 Subject: all: adjust options.hpp move to compat --- tracker-ht/ftnoir_tracker_ht.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracker-ht') diff --git a/tracker-ht/ftnoir_tracker_ht.h b/tracker-ht/ftnoir_tracker_ht.h index 1e3644565..0563fe1c0 100644 --- a/tracker-ht/ftnoir_tracker_ht.h +++ b/tracker-ht/ftnoir_tracker_ht.h @@ -12,7 +12,7 @@ #include "ht_video_widget.h" #include "opentrack-compat/shm.h" #include -#include "opentrack/options.hpp" +#include "opentrack-compat/options.hpp" #include "opentrack/plugin-api.hpp" #include "opentrack/opencv-camera-dialog.hpp" -- cgit v1.2.3 From 94ce93cf0ba816d5748244ae4ef740396956350d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 2 Nov 2015 12:11:45 +0100 Subject: ht: disconnect the face tracker from build It performs awfully, also needs run in subprocess since flandmark is GPL3. --- tracker-ht/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tracker-ht') diff --git a/tracker-ht/CMakeLists.txt b/tracker-ht/CMakeLists.txt index 248a113e2..cbbda1089 100644 --- a/tracker-ht/CMakeLists.txt +++ b/tracker-ht/CMakeLists.txt @@ -1,3 +1,4 @@ +if(FALSE) set(SDK_HT "" CACHE FILEPATH "Path to headtracker library") set(SDK_HT_FLANDMARK "" CACHE FILEPATH "Path to flandmark library for headtracker") find_package(OpenCV 3.0 QUIET) @@ -9,3 +10,4 @@ if(OpenCV_FOUND) target_include_directories(opentrack-tracker-ht SYSTEM PUBLIC ${OpenCV_INCLUDE_DIRS}) endif() endif() +endif() -- cgit v1.2.3