From 31bab22b5ee7bc18ad4bdb2fb74ed4948a900cc0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 6 May 2019 03:52:45 +0200 Subject: compat/camera-names: move to original location Issue: #946 --- tracker-kinect-face/CMakeLists.txt | 5 ----- tracker-kinect-face/camera_kinect_ir.cpp | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'tracker-kinect-face') diff --git a/tracker-kinect-face/CMakeLists.txt b/tracker-kinect-face/CMakeLists.txt index 31b52ff7..7ab62df2 100644 --- a/tracker-kinect-face/CMakeLists.txt +++ b/tracker-kinect-face/CMakeLists.txt @@ -7,9 +7,6 @@ if (WIN32 AND opentrack-intel) # Register our module otr_module(tracker-kinect-face) - target_sources(${self} PUBLIC "../video-opencv/camera-names.cpp") - target_link_libraries(${self} strmiids) - if(MSVC) # workaround warning in SDK target_compile_options(${self} PRIVATE "-wd4471") @@ -54,7 +51,5 @@ if (WIN32 AND opentrack-intel) target_include_directories(${self} SYSTEM PUBLIC ${OpenCV_INCLUDE_DIRS}) target_link_libraries(${self} opencv_imgproc opentrack-cv opencv_core opentrack-video) endif() - - endif() endif() diff --git a/tracker-kinect-face/camera_kinect_ir.cpp b/tracker-kinect-face/camera_kinect_ir.cpp index 75945d49..81357a6d 100644 --- a/tracker-kinect-face/camera_kinect_ir.cpp +++ b/tracker-kinect-face/camera_kinect_ir.cpp @@ -14,7 +14,7 @@ #include "compat/sleep.hpp" #include "compat/math-imports.hpp" -#include "video-opencv/camera-names.hpp" +#include "compat/camera-names.hpp" #include #include -- cgit v1.2.3