Awawa
Awawa
Fixes the macOS software grabber issue: #814
Dropping QWidget with a lot of dependencies, which will make the application even more independent from the system heavy GUI and reduce unnecessary resource ballast. HyperHDR will start always as...
Implements https://github.com/awawa-dev/HyperHDR/issues/860
After we successfully removed other source of many unnecessary dependencies: QT Widget, which required writing our own Systray control, now it's time for another very unnecessary component with huge dependencies:...
The move away from QT towards specialized, lightweight C/C++ libraries is in full swing. This time the QT DBus module will be removed from HyperHDR. And this is definitely not...
Added support for "unicam image" device with non-standard (as for USB grabber) reporting capabilities in v4l2. Also added HyperHDR support for UYVY encoding. Resolves #888
Reorganize HyperHDR libraries for optimal structure, memory load in some scenarios and clarity
This PR is mainly a workaround for issues that occur after waking the system in some configurations. Symptoms are described here: #868
Flatbuffers had been updated to v24.3.25 version
The brightness compensation is not restored after HyperHDR restart. This PR fixes #859