summaryrefslogtreecommitdiffhomepage
path: root/video/camera.hpp
AgeCommit message (Collapse)Author
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: removing legacy point tracker camera architecture.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-03-28actually expand __COUNTER__Stanislaw Halik
2019-03-20video/camera: document stride == 0Stanislaw Halik
2019-03-18video: add support for camera modulesStanislaw Halik
Issue: #910