summaryrefslogtreecommitdiffhomepage
path: root/video-ps3eye
AgeCommit message (Collapse)Author
2023-02-28video/ps3eye: simplify false sharing protection codeStanislaw Halik
2022-11-10ps3eye: add experimental URB transfer retryStanislaw Halik
2022-10-10Revert "options/value: add `QObject::connect` wrapper"Stanislaw Halik
This reverts commit a67e8630caf20e7f48151024e9e68dd9271d75c7.
2022-07-01compat: drop pre-C++20 macros.hpp headerStanislaw Halik
2022-07-01options/value: add `QObject::connect` wrapperStanislaw 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-04-19fix i18n generationStanislaw Halik
2021-12-17video/ps3eye: set dialog attributes in the right placeStanislaw Halik
2021-12-17video/ps3eye: set correct dialog fixed sizeStanislaw Halik
2021-12-17video/ps3eye: fix leakStanislaw Halik
2021-10-17video/ps3eye: allow consecutive `start()' calls without `stop()'Stanislaw Halik
2021-09-04videp/ps3eye: fix buffer overflowStanislaw Halik
2021-09-03video/ps3eye: don't sleep too muchStanislaw Halik
2021-09-03video, video/ps3eye: allow setting camera's channel countStanislaw Halik
2021-08-29video/ps3eye: add missing vcrun14Stanislaw Halik
2021-08-18video/ps3eye: move number of channels to a constantStanislaw Halik
2021-08-18video/ps3eye: add missing translation stringsStanislaw Halik
2021-08-18video/ps3eye: update submoduleStanislaw Halik
2021-08-18video/ps3eye: switch to grayscaleStanislaw Halik
2021-08-18video/ps3eye: fix frame drops at 83 HzStanislaw Halik
2021-08-18video/ps3eye: throttle sensor resetStanislaw Halik
2021-08-18video/ps3eye: enable verbose error messages on stderrStanislaw Halik
2021-08-18video/ps3eye: workaround qt bugStanislaw Halik
2021-08-18video/ps3eye: add missing graceful exitStanislaw Halik
This might fix LED problems.
2020-08-25update submoduleStanislaw Halik
2020-07-01video/ps3eye: update submoduleopentrack-2.3.12Stanislaw Halik
2020-07-01video/ps3eye: sleep less for full 75 HzStanislaw Halik
2020-07-01video/ps3eye: don't install sdl testStanislaw Halik
2020-06-30ps3eye: update submoduleStanislaw Halik
2020-06-13update submoduleStanislaw Halik
2020-06-13video/ps3eye: fix lock contention on camera openStanislaw Halik
2020-06-13Revert "video/ps3eye: don't reset sensor that much"Stanislaw Halik
Causes lag and eventually crashes in Qt timer subsystem. This reverts commit 58d857673ed0fdd801da53b7c7b6dec1dc26d60a.
2020-06-13update submoduleStanislaw Halik
2020-05-31video/ps3eye: disable when system driver existsStanislaw Halik
The driver is enabled on Linux merely for testing purposes.
2020-05-31video/ps3eye: don't reset sensor that muchStanislaw Halik
2020-05-10video/ps3eye: fix crash in error pathStanislaw Halik
2020-04-18ps3eye-driver: updateStanislaw Halik
2020-03-29video/ps3eye: make that 2 secondsStanislaw Halik
2020-03-29video/ps3eye: wait up to 1 second before stoppingStanislaw Halik
2020-03-29fix buildStanislaw Halik
2020-03-29update submoduleStanislaw Halik
2020-03-29video/ps3eye: sleep the right amountStanislaw Halik
2020-03-29video/ps3eye: enable auto gainStanislaw Halik
2020-03-29video/ps3eye: implement dialogStanislaw Halik
2020-03-08video/ps3eye: copy from memory mappingStanislaw Halik
2020-03-07video/ps3eye: use portable barrierStanislaw Halik
2020-03-07video/ps3eye: remove stale includeStanislaw Halik
2020-03-07video/ps3eye: appease clangStanislaw Halik
2020-03-07video/ps3eye: update submoduleStanislaw Halik
2020-03-07video/ps3eye: fix cmakeStanislaw Halik
2020-03-07video/ps3eye: buffer flushStanislaw Halik