Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-10 | Revert "options/value: add `QObject::connect` wrapper" | Stanislaw Halik | |
This reverts commit a67e8630caf20e7f48151024e9e68dd9271d75c7. | |||
2022-07-01 | options/value: add `QObject::connect` wrapper | Stanislaw Halik | |
This is useful not just to save on complexity in call sites, but also because I plan on using the Verdigris library to remove needless `valueChanged()` and `setValue()` overloads from each `value<t>` instance. Also fix a bug in `options/tie.hpp` where `QComboBox::setCurrentIndex` was erroneously called as `Qt::DirectConnection`. | |||
2022-06-05 | bump CMAKE_CXX_STANDARD | Stanislaw Halik | |
2022-04-19 | fix i18n generation | Stanislaw Halik | |
2022-02-26 | tracker/aruco: allow use of mjpeg compression | Stanislaw Halik | |
Issue: #1431 | |||
2022-02-26 | tracker/aruco: fix bad cmake condition | Stanislaw Halik | |
2022-02-05 | tracker/aruco: remove logspam on pt-only opencv build | Stanislaw Halik | |
2022-02-05 | tracker/aruco: also check for opencv_features2d | Stanislaw Halik | |
2022-02-05 | tracker/aruco: don't build when opencv_calib3d is missing | Stanislaw Halik | |
2021-12-16 | many: switch from using std::unique_ptr<t>::get() to &*ptr | Stanislaw Halik | |
2021-10-04 | tracker/{aruco,easy,pt,wii}, video/opencv: allow dynamic opencv | Stanislaw Halik | |
2021-09-26 | compat: use std::clamp, remove own version | Stanislaw Halik | |
2021-09-04 | tracker/aruco: fix sleep with a lock held | Stanislaw Halik | |
2021-09-04 | tracker/aruco: fix same typo as in tracker/nn | Stanislaw Halik | |
Reported by: @DaWelter | |||
2020-03-29 | tracker/aruco: add 720p to dropbox | Stanislaw Halik | |
Fixes #1062 | |||
2020-03-07 | cmake: make install prefix path variables more clear | Stanislaw Halik | |
Pointed out by: @rvt | |||
2019-10-27 | fix clang warnings | Stanislaw Halik | |
2019-07-05 | tracker/aruco: fix snprintf(3) truncation | Stanislaw Halik | |
2019-07-05 | tracker/aruco: allow for 250 & 300 fps | Stanislaw Halik | |
2019-06-21 | tracker/{pt,aruco}: fix snprintf invocation | Stanislaw Halik | |
2019-05-02 | tracker/{aruco,easy,pt}: bail out when camera missing | Stanislaw Halik | |
2019-04-29 | cv: gather common init code | Stanislaw Halik | |
2019-04-24 | tracker/aruco: install if shared | Stanislaw Halik | |
2019-04-24 | tracker/aruco: fix compile test cache variable name | Stanislaw Halik | |
2019-04-06 | cv: fix variable scope | Stanislaw Halik | |
Issue: #926 | |||
2019-04-05 | cmake: install shared opencv libraries | Stanislaw Halik | |
Issue: #867 Requested by: @Slion | |||
2019-03-18 | video: add support for camera modules | Stanislaw Halik | |
Issue: #910 | |||
2019-02-28 | Revert "tracker/{aruco,pt}: enable ipp fast math mode with opencv" | Stanislaw Halik | |
Broken for old opencv on Linux | |||
2019-02-22 | tracker/{aruco,pt}: enable ipp fast math mode with opencv | Stanislaw Halik | |
2019-02-11 | video/widget: externalize opencv code | Stanislaw Halik | |
2019-02-11 | cv/video-widget: make it work without opencv | Stanislaw Halik | |
2019-02-03 | tracker/aruco: avoid busy-loop on camera failure | Stanislaw Halik | |
2019-01-16 | modernize only | Stanislaw Halik | |
- replace `static constexpr inline' with `static constexpr'. `inline' is implied. - use braced initializer lists where applicable - still missing `override' usages | |||
2019-01-16 | cruft | Stanislaw Halik | |
2019-01-16 | clang-tidy fixes only | Stanislaw Halik | |
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever. | |||
2018-12-24 | cruft | Stanislaw Halik | |
2018-12-07 | tracker/aruco: make fps change backward-compatible | Stanislaw Halik | |
Issue: #794 | |||
2018-12-07 | tracker/aruco: add more camera fps options | Stanislaw Halik | |
These coincide with power line frequencies. Fixes #794 Users will need to adjust existing settings. | |||
2018-10-05 | cv/tcal: don't count separate roll as sample | Stanislaw Halik | |
2018-07-10 | tracker/aruco: simplify abi test | Stanislaw Halik | |
The issue was that with LTO enabled, the `try_compile' call took way too long for a simple compile test. Rather, add a #define to Aruco to avoid the slow link. Bump aruco ABI version. Please update your opentrack/aruco and/or opentrack/opentrack-depends repos. | |||
2018-07-08 | modernize only | Stanislaw Halik | |
2018-06-26 | options/base-value: rename to `value_' | Stanislaw Halik | |
2018-06-26 | modernize C++ syntax | Stanislaw Halik | |
No visible changes (hopefully). | |||
2018-06-26 | tracker/{pt,aruco}: change cv::setNumThreads call site | Stanislaw Halik | |
2018-05-17 | tracker/aruco: switch back to 2.3.9 constants -- #770 | Stanislaw Halik | |
2018-05-17 | tracker/aruco: update i18n | Stanislaw Halik | |
2018-05-17 | tracker/aruco: add todo | Stanislaw Halik | |
2018-05-17 | tracker/aruco: fix build | Stanislaw Halik | |
2018-05-14 | tracker/aruco: remove some obsolete stuff | Stanislaw Halik | |
2018-04-28 | tracker/aruco: don't include headers in the module | Stanislaw Halik | |