summaryrefslogtreecommitdiffhomepage
path: root/tracker-rs/ftnoir_tracker_rs.cpp
AgeCommit message (Collapse)Author
2020-03-29tracker/rs: update to RSSDK 2016 R3Stanislaw Halik
2019-03-18tracker/realsense: fix installer pathStanislaw Halik
For now it's still SDK 2016 R2. Issue: #713
2018-04-05modules: now use i18nStanislaw Halik
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.
2017-12-09many: use otr_tr for non-qobject translationStanislaw Halik
I haven't even compile-tested Linux and OSX-specific bits.
2017-12-04api: add status check for modulesStanislaw Halik
2017-05-03revert msvc utf-8 source file encodingStanislaw Halik
cf. https://github.com/opentrack/opentrack/issues/605#issuecomment-298637288
2017-05-02tracker/rs: fix utf-8 string literals on msvcStanislaw Halik
cf. https://github.com/opentrack/opentrack/issues/605#issuecomment-298637288
2017-05-02tracker/rs: fixed SDK runtime installation cmdXavier Hallade
I thought the executable was looked for in workingDir when calling QProcess::startDetached but it's not the case. Providing full path instead. This method works even when there are spaces in the path, as long as a QStringList() of arguments is specified in the call to QProcess::startDetached.
2017-04-06tracker/rs: fixed SDK installer cmd pathXavier Hallade
2016-11-18gui, modules: add more translatable stringsStanislaw Halik
2016-11-05modules: make more strings translatableStanislaw Halik
2016-11-04modules: make names uniqueStanislaw Halik
2016-08-31tracker/rs: revert accidental reformat in 9040b187Stanislaw Halik
2016-08-12all: rename modules s#^opentrack-##. and opentrack -> apiStanislaw Halik
Adjust usages.
2016-07-18some: adjust install paths and invocationsStanislaw Halik
2016-06-01tracker-rs: updated to SDK 2016 R2. Added more debug information and safeguards.Xavier Hallade
2016-02-12tracker/rs: cleaned up preview widget setup and deletetion.Xavier Hallade
2016-02-11tracker/rs: updated runtime to 2016 R1.Xavier Hallade
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