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`. | |||
2021-12-17 | video/ps3eye: set dialog attributes in the right place | Stanislaw Halik | |
2021-12-17 | video/ps3eye: set correct dialog fixed size | Stanislaw Halik | |
2021-12-17 | video/ps3eye: fix leak | Stanislaw Halik | |
2021-10-17 | video/ps3eye: allow consecutive `start()' calls without `stop()' | Stanislaw Halik | |
2021-09-03 | video/ps3eye: don't sleep too much | Stanislaw Halik | |
2021-09-03 | video, video/ps3eye: allow setting camera's channel count | Stanislaw Halik | |
2021-08-18 | video/ps3eye: add missing translation strings | Stanislaw Halik | |
2021-08-18 | video/ps3eye: switch to grayscale | Stanislaw Halik | |
2021-08-18 | video/ps3eye: fix frame drops at 83 Hz | Stanislaw Halik | |
2021-08-18 | video/ps3eye: throttle sensor reset | Stanislaw Halik | |
2021-08-18 | video/ps3eye: workaround qt bug | Stanislaw Halik | |
2021-08-18 | video/ps3eye: add missing graceful exit | Stanislaw Halik | |
This might fix LED problems. | |||
2020-07-01 | video/ps3eye: sleep less for full 75 Hz | Stanislaw Halik | |
2020-06-13 | video/ps3eye: fix lock contention on camera open | Stanislaw Halik | |
2020-06-13 | Revert "video/ps3eye: don't reset sensor that much" | Stanislaw Halik | |
Causes lag and eventually crashes in Qt timer subsystem. This reverts commit 58d857673ed0fdd801da53b7c7b6dec1dc26d60a. | |||
2020-05-31 | video/ps3eye: disable when system driver exists | Stanislaw Halik | |
The driver is enabled on Linux merely for testing purposes. | |||
2020-05-31 | video/ps3eye: don't reset sensor that much | Stanislaw Halik | |
2020-05-10 | video/ps3eye: fix crash in error path | Stanislaw Halik | |
2020-03-29 | video/ps3eye: make that 2 seconds | Stanislaw Halik | |
2020-03-29 | video/ps3eye: wait up to 1 second before stopping | Stanislaw Halik | |
2020-03-29 | video/ps3eye: sleep the right amount | Stanislaw Halik | |
2020-03-29 | video/ps3eye: enable auto gain | Stanislaw Halik | |
2020-03-29 | video/ps3eye: implement dialog | Stanislaw Halik | |
2020-03-08 | video/ps3eye: copy from memory mapping | Stanislaw Halik | |
2020-03-07 | video/ps3eye: buffer flush | Stanislaw Halik | |
2020-03-07 | fix qprocess race on unix | Stanislaw Halik | |
2020-03-07 | video/ps3eye: prototype open driver impl | Stanislaw Halik | |
2019-09-22 | video/ps3eye: buffer flush | Stanislaw Halik | |
2019-07-05 | video/ps3eye: stub | Stanislaw Halik | |
2019-05-06 | video/ps3eye: WIP | Stanislaw Halik | |