QOpenHD
QOpenHD copied to clipboard
QOpenHD App
OpenHD has an option to select a single dedicated card for all uplink & RC processes. This was added last year so that users could have 1 high power +...
There are parts of the UI layer, particularly the settings handling, that require long running functions or loops. These have the potential to interrupt the main thread and cause problems...
The setting to enable/disable widgets is "buried" in the settings panel at the moment. It's not hard to find and they're all in a nice list, but it would be...
Just requires using QSingleApplication or a simple shared memory check (3 lines of code) to prevent starting the app twice. This can't happen on Android, Mac, or iOS, it can...
The project could benefit from improved and mature recording features. It is openHD after all so should be all about image and image quality. 1) in qopenhd an actual "rec"...
v0.3.0 added tooltips for each ground station setting, the information for them comes from the settings model/mapping. Each setting in the mapping can include an optional field named "info". The...
The RC system is currently disabled on some platforms by a compiler flag due to differences in how joysticks work on those platforms and for safety reasons (it must be...
When settings are being loaded or refreshed, the activity indicator in the lower right corner of the settings panel starts animating. With pull-to-refresh added, this is unintuitive. The activity indicator...
The code that handles mapping the settings values and organizing them into models is currently in the QML layer. The code is pretty fast but by definition it's a loop...