summaryrefslogtreecommitdiffhomepage
path: root/tracker-rs/ftnoir_tracker_rs_controls.cpp
AgeCommit message (Collapse)Author
2016-11-04modules: make names uniqueStanislaw Halik
2016-05-26many modules: trivial cleanups onlyStanislaw Halik
- Remove "this->" where it's not needed. Possibly rename shadowed vars. - Don't reload the options bundle manually since `options::opts' exists for that very reason. - Remove '^ \+$' whitespace - :retab
2016-02-03tracker/rs: added camera preview, removed separate process and TCP socketXavier Hallade
the RS implementation still resides in a different DLL as it has to be compiled separately by MSVC compiler.
2015-11-26tracker/rs: updated RealSense SDK to R5-HF1Xavier Hallade
2015-11-19tracker-rs: updated RealSense SDK version to R5Xavier Hallade
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224