summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/module/camera.cpp
AgeCommit message (Collapse)Author
2022-01-05tracker/pt: clean up grayscale handling. add migration.Stanislaw Halik
The averaging mode is slower than the opencv SIMD implementation for BT.709. Remove it. Make it optional to perform hardware grayscaling using the ps3eye sensor with the open driver. Default to grayscaling using the CPU.
2021-10-19cv, tracker/pt: cleanup opencv includesStanislaw Halik
2021-09-04tracker/pt: don't use grayscale with color key selectedopentrack-2021.1.2Stanislaw Halik
2021-09-03tracker/pt: request single-channel image from cameraStanislaw Halik
2021-08-29tracker/pt, video/opencv: allow mjpeg media typeStanislaw Halik
2021-08-29tracker/{pt,wii}: pass camera options through bundleStanislaw Halik
2019-03-20tracker/pt: fix previous commitStanislaw Halik
2019-03-20tracker/pt: get rid of magic constantStanislaw Halik
2019-03-18video: add support for camera modulesStanislaw Halik
Issue: #910
2019-01-16tracker/{pt,wii}: allow float/double in cv/numericStanislaw Halik
2019-01-16clang-tidy fixes onlyStanislaw Halik
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever.
2018-12-24tracker/pt: fix logic errorStanislaw Halik
2018-12-24tracker/pt: don't hang the app on camera startStanislaw Halik
Move camera open to worker thread.
2018-12-24style/quality onlyStanislaw Halik
No functional changes. - add `override' everywhere where missing - almost pass clang's `-Wweak-vtables' - avoid some float/double conversions - remove unused private members - make signedness conversions explicit - put stuff in right namespaces to aid analysis
2018-12-24tracker/{pt,wii}: fix leading underscore identifiersStanislaw Halik
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