diff options
author | Wei Shuai <cpuwolf@gmail.com> | 2018-01-15 17:08:48 +0800 |
---|---|---|
committer | Wei Shuai <cpuwolf@gmail.com> | 2018-01-20 07:21:34 +0800 |
commit | 911e9deb712bafb5f622e215e286744696e90617 (patch) | |
tree | 9b6d365566a8a9934bb7b5dce7b924aa0bc8bbf4 /tracker-pt/CMakeLists.txt | |
parent | c49530ad99720fa638191db667610542bec3c696 (diff) |
add Wiimote supporting in point tracker
1. extrack point from wii frame
2. wii_camera outputs wii raw data, wii_extractor create preview
3. wiimote fov is about 42 degree
4. wii:change block functions to non-block function
"contains WiiYourself! wiimote code by gl.tter
http://gl.tter.org"
Diffstat (limited to 'tracker-pt/CMakeLists.txt')
-rw-r--r-- | tracker-pt/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tracker-pt/CMakeLists.txt b/tracker-pt/CMakeLists.txt index ebabd364..2e8446d5 100644 --- a/tracker-pt/CMakeLists.txt +++ b/tracker-pt/CMakeLists.txt @@ -6,3 +6,6 @@ if(OpenCV_FOUND) target_link_libraries(opentrack-tracker-pt-base opentrack-cv ${modules}) endif() add_subdirectory(module) +add_subdirectory(wiiyourself) +add_subdirectory(tracker-wii) + |