Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-06 | compat/camera-names: move to original location | Stanislaw Halik | |
Issue: #946 | |||
2019-05-05 | Make sure Kinect IR sensor is not registered if no Kinect is found on the ↵ | Stéphane Lenclud | |
system. | |||
2019-05-03 | tracker/kinect: move #pragma once | Stanislaw Halik | |
2019-05-02 | Kinect IR camera was not listed any more. | Stéphane Lenclud | |
2019-04-29 | video: break camera API | Stanislaw Halik | |
2019-04-24 | video/kinect: don't list when device not present | Stanislaw Halik | |
2019-04-24 | Easy Tracker: Mostly code clean-up. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: Cheap way to dramatically improve CPU usage. Now displaying ↵ | Stéphane Lenclud | |
FPS info on frame preview. | |||
2019-04-24 | Kinect: IR camera now provides raw 16 bits buffer. | Stéphane Lenclud | |
Easy Tracker: Support for 16 bits and RGB frame buffers. | |||
2019-04-24 | Easy Tracker: Support for single channel camera frames. | Stéphane Lenclud | |
2019-04-24 | First 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-13 | tracker/kinect: set min dialog size, justify text | Stanislaw Halik | |
2019-04-13 | tracker/kinect: display license terms | Stanislaw Halik | |
2019-04-12 | Kinect Tracker settings now showing telemetry notice as per EULA. | Stéphane Lenclud | |
Closes #929 | |||
2019-04-06 | cv: fix variable scope | Stanislaw Halik | |
Issue: #926 | |||
2019-04-05 | cmake: install shared opencv libraries | Stanislaw Halik | |
Issue: #867 Requested by: @Slion | |||
2019-03-28 | tracker/kinect: kill magic number | Stanislaw Halik | |
2019-03-28 | tracker/kinect: fix IDE bug (no functional changes) | Stanislaw Halik | |
2019-03-28 | tracker/kinect: use C++11 style | Stanislaw Halik | |
2019-03-28 | tracker/kinect: get metadata only on first frame | Stanislaw Halik | |
2019-03-28 | tracker/kinect: avoid malloc | Stanislaw Halik | |
2019-03-22 | Fixing copyrights (#918) | Stéphane Lenclud | |
2019-03-19 | Kinect support for Point Tracker (#914) | Stéphane Lenclud | |
Kinect tracker now provides IR camera for Point Tracker to use. Closes #914 | |||
2019-02-17 | Kinect: Copyright fix and minor cmake changes. | Stéphane Lenclud | |
2019-02-17 | tracker/kinect: add missing override keyword | Stanislaw Halik | |
2019-02-11 | video/widget: externalize opencv code | Stanislaw Halik | |
2019-02-11 | cmake: reindent | Stanislaw Halik | |
2019-02-11 | tracker/kinect: remove tracker/test code | Stanislaw Halik | |
2019-02-11 | cv/video-widget: make it work without opencv | Stanislaw Halik | |
2019-02-10 | tracker/kinect: add CRT dependencies | Stanislaw Halik | |
2019-02-10 | tracker/kinect: no need for public compile option | Stanislaw Halik | |
2019-02-09 | tracker/kinect: pass msvc -W4 | Stanislaw Halik | |
Let's not change the code unnecessarily. | |||
2019-02-09 | tracker/kinect: fix cmake | Stanislaw 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-07 | Kinect: Removing unused coordinate mapper. | Stéphane Lenclud | |
2019-02-07 | Kinect: Tracker code cleaning. | Stéphane Lenclud | |
2019-02-07 | Kinect: Don't do video preview when not needed. | Stéphane Lenclud | |
2019-02-07 | Kinect: Limit actual frame rate to 30Hz. | Stéphane Lenclud | |
Fixing settings dialog. | |||
2019-02-07 | Kinect: Removing dead code. | Stéphane Lenclud | |
2019-02-07 | Kinect: CMake adjustments following code review. | Stéphane Lenclud | |
2019-02-07 | Kinect: Fixing tracking validity check. | Stéphane Lenclud | |
2019-02-07 | Kinect: Better body look-up algorithm that should allow someone to look over ↵ | Stéphane Lenclud | |
your shoulder without the tracker getting confused. | |||
2019-02-07 | Kinect: Renaming more files. | Stéphane Lenclud | |
2019-02-07 | Kinect: Renaming a few files. | Stéphane Lenclud | |
2019-02-07 | Kinect: Fixing massive memory leak after start/stop cycle. | Stéphane Lenclud | |
2019-02-07 | Kinect: Adding class to encapsulate Microsoft interface pointer. | Stéphane Lenclud | |
2019-02-07 | Kinect: now with basic video preview. | Stéphane Lenclud | |
We have a massive memory leak, could have been there before though. | |||
2019-02-07 | Kinect: Installing SDK binaries. | Stéphane Lenclud | |
2019-02-07 | Various fixes from code review. | Stéphane Lenclud | |
2019-02-07 | Kinect: Adding tracker icon. | Stéphane Lenclud | |
2019-02-07 | Kinect: Improved CMake configuration for Kinect SDK. | Stéphane Lenclud | |