summaryrefslogtreecommitdiffhomepage
path: root/tracker-kinect-face/CMakeLists.txt
AgeCommit message (Collapse)Author
2019-04-06cv: fix variable scopeStanislaw Halik
Issue: #926
2019-04-05cmake: install shared opencv librariesStanislaw Halik
Issue: #867 Requested by: @Slion
2019-03-19Kinect support for Point Tracker (#914)Stéphane Lenclud
Kinect tracker now provides IR camera for Point Tracker to use. Closes #914
2019-02-17Kinect: Copyright fix and minor cmake changes.Stéphane Lenclud
2019-02-11cmake: reindentStanislaw Halik
2019-02-11cv/video-widget: make it work without opencvStanislaw Halik
2019-02-10tracker/kinect: add CRT dependenciesStanislaw Halik
2019-02-10tracker/kinect: no need for public compile optionStanislaw Halik
2019-02-09tracker/kinect: fix cmakeStanislaw Halik
- fix bogus sdk warning - quote paths that can contain spaces - use opentrack-{intel,64bit,hier-pfx} - shorten module name - don't use EXISTS with pathname, it should fail at build time
2019-02-07Kinect: CMake adjustments following code review.Stéphane Lenclud
2019-02-07Kinect: now with basic video preview.Stéphane Lenclud
We have a massive memory leak, could have been there before though.
2019-02-07Kinect: Installing SDK binaries.Stéphane Lenclud
2019-02-07Various fixes from code review.Stéphane Lenclud
2019-02-07Kinect: Improved CMake configuration for Kinect SDK.Stéphane Lenclud
2019-02-07Kinect: First draft.Stéphane Lenclud