Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-29 | video: break camera API | Stanislaw Halik | |
2019-04-28 | try fix warning in #726 | Stanislaw Halik | |
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: removing legacy point tracker camera architecture. | 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-03-28 | actually expand __COUNTER__ | Stanislaw Halik | |
2019-03-20 | video/camera: document stride == 0 | Stanislaw Halik | |
2019-03-18 | video: add support for camera modules | Stanislaw Halik | |
Issue: #910 | |||
2019-02-22 | video/widget: fix mutex starvation | Stanislaw Halik | |
Get rid of contention in `preview_size' and `set_image'. After switching the Qt mutex to non-recursive, turns out the writer thread preempts the UI thread to the point of freezing the entire thing. Mutex fairness is an implementation detail and we must assume unfair mutexes in the worst case. | |||
2019-02-21 | do less global memory fences in atomics | Stanislaw Halik | |
2019-02-17 | video/widget: fix wrongly-sized QImage | Stanislaw Halik | |
Reported by: @Slion Issue: #874 | |||
2019-02-11 | video/widget: externalize opencv code | Stanislaw Halik | |
2019-02-11 | video: remove Patrick's copyright | Stanislaw Halik | |
The file was completely rewritten some time ago. | |||
2019-02-11 | video: less namespace pollution | Stanislaw Halik | |
2019-02-11 | cv/video-widget: make it work without opencv | Stanislaw Halik | |