summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/module/camera.cpp
AgeCommit message (Collapse)Author
2018-10-12tracker/pt: add more robust camera retryStanislaw Halik
Some cameras can't produce frames right after the capture is opened. Adjust the delay to something more sane. It has a strange effect of not crashing PS3 Eye as often, but that needs more testing (and crashes).
2018-10-12logic/pipeline: cleanup onlyStanislaw Halik
2018-06-26modernize C++ syntaxStanislaw Halik
No visible changes (hopefully).
2018-02-16tracker/{pt,wii}: simplify apiStanislaw Halik
Remove useless abstract member functions, simplify some. Issue: #718
2018-01-18tracker/pt: move impl bits away from pt-baseStanislaw Halik