summaryrefslogtreecommitdiffhomepage
path: root/tracker-kinect-face
AgeCommit message (Collapse)Author
2022-07-01compat: drop pre-C++20 macros.hpp headerStanislaw Halik
2022-04-28tracker/kinect: fix camera providerStanislaw Halik
Issue: #1461
2022-04-19fix i18n generationStanislaw Halik
2021-12-16many: switch from using std::unique_ptr<t>::get() to &*ptrStanislaw Halik
2021-10-18video/kinect: don't return the same frame twiceStanislaw Halik
Closes #1026
2021-09-26tracker/kinect: don't bother copying vc++ runtimeStanislaw Halik
It gets installed along with the driver anyway.
2020-03-07cmake: make install prefix path variables more clearStanislaw Halik
Pointed out by: @rvt
2019-05-06compat/camera-names: move to original locationStanislaw Halik
Issue: #946
2019-05-05Make sure Kinect IR sensor is not registered if no Kinect is found on the ↵Stéphane Lenclud
system.
2019-05-03tracker/kinect: move #pragma onceStanislaw Halik
2019-05-02Kinect IR camera was not listed any more.Stéphane Lenclud
2019-04-29video: break camera APIStanislaw Halik
2019-04-24video/kinect: don't list when device not presentStanislaw Halik
2019-04-24Easy Tracker: Mostly code clean-up.Stéphane Lenclud
2019-04-24Easy Tracker: Cheap way to dramatically improve CPU usage. Now displaying ↵Stéphane Lenclud
FPS info on frame preview.
2019-04-24Kinect: IR camera now provides raw 16 bits buffer.Stéphane Lenclud
Easy Tracker: Support for 16 bits and RGB frame buffers.
2019-04-24Easy Tracker: Support for single channel camera frames.Stéphane Lenclud
2019-04-24First solveP3P results that are looking consistent.Stéphane Lenclud
Translation vector in meters seems to be spot on. Rotation angles still need to be computed. Radial distortion still need to be taken into account.
2019-04-13tracker/kinect: set min dialog size, justify textStanislaw Halik
2019-04-13tracker/kinect: display license termsStanislaw Halik
2019-04-12Kinect Tracker settings now showing telemetry notice as per EULA.Stéphane Lenclud
Closes #929
2019-04-06cv: fix variable scopeStanislaw Halik
Issue: #926
2019-04-05cmake: install shared opencv librariesStanislaw Halik
Issue: #867 Requested by: @Slion
2019-03-28tracker/kinect: kill magic numberStanislaw Halik
2019-03-28tracker/kinect: fix IDE bug (no functional changes)Stanislaw Halik
2019-03-28tracker/kinect: use C++11 styleStanislaw Halik
2019-03-28tracker/kinect: get metadata only on first frameStanislaw Halik
2019-03-28tracker/kinect: avoid mallocStanislaw Halik
2019-03-22Fixing copyrights (#918)Stéphane Lenclud
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-17tracker/kinect: add missing override keywordStanislaw Halik
2019-02-11video/widget: externalize opencv codeStanislaw Halik
2019-02-11cmake: reindentStanislaw Halik
2019-02-11tracker/kinect: remove tracker/test codeStanislaw 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: pass msvc -W4Stanislaw Halik
Let's not change the code unnecessarily.
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: Removing unused coordinate mapper.Stéphane Lenclud
2019-02-07Kinect: Tracker code cleaning.Stéphane Lenclud
2019-02-07Kinect: Don't do video preview when not needed.Stéphane Lenclud
2019-02-07Kinect: Limit actual frame rate to 30Hz.Stéphane Lenclud
Fixing settings dialog.
2019-02-07Kinect: Removing dead code.Stéphane Lenclud
2019-02-07Kinect: CMake adjustments following code review.Stéphane Lenclud
2019-02-07Kinect: Fixing tracking validity check.Stéphane Lenclud
2019-02-07Kinect: Better body look-up algorithm that should allow someone to look over ↵Stéphane Lenclud
your shoulder without the tracker getting confused.
2019-02-07Kinect: Renaming more files.Stéphane Lenclud
2019-02-07Kinect: Renaming a few files.Stéphane Lenclud