summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/camera.h
AgeCommit message (Collapse)Author
2016-12-16tracker/pt: refactor camera info handlingStanislaw Halik
- Pass `struct CamInfo' rather than several elements separately - Reformat - Return `struct CamInfo' together with the frame since then it's always valid - Move the focal length formula into `struct CamInfo' - Remove incorrect focal length formula rather than #if 0 - Pass some stuff by reference and not by pointer
2016-12-08tracker/pt: fix camera Hz always the default valueStanislaw Halik
2016-12-03tracker/pt: simplify pointless inheritanceStanislaw Halik
2016-10-19compat, tracker/pt: add warn_unused_result compat macroStanislaw Halik
2016-08-14tracker/pt: all callers are double, so float -> doubleStanislaw Halik
2016-07-31tracker/{pt,aruco}: don't include opencv highgui, videoio is enoughStanislaw Halik
2016-06-09tracker/pt: only reset camera input when neededStanislaw Halik
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224