Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/OpenHD/QOpenHD
QOpenHD App
https://github.com/OpenHD/QOpenHD
ff3fba644f4134f1fcc9c94fca048b42c14d65e9 authored almost 5 years ago
Not tested with a real telemetry source yet.
This does not require any setting to change the te...
918473d014e155f80b808f3fdfe8e9bdfac244de authored almost 5 years agoNot tested with a real telemetry source yet.
This does not require any setting to change the te...
8764206f58122bf4c3108216ff54375b916eaf02 authored almost 5 years agoNot tested with a real telemetry source yet.
This does not require any setting to change the te...
18f7fbf9551ad86c1da6ea1e82cfd2b0ba75517c authored almost 5 years agoNot tested with a real telemetry source yet.
This does not require any setting to change the te...
b9fa55bbda75caf01763da442daa57180c7046fa authored almost 5 years agob19bf25ba0f27e0ca111a7779b0acf8c1bf2e6d2 authored almost 5 years ago
f36027ee68962639a1d852a30752c9768c9188cf authored almost 5 years ago
bd03cd79cfc53b48c029c3f6c5925028d7806475 authored almost 5 years ago
089d3f772258cbea0c101707c68befb997863fb9 authored almost 5 years ago
90ad0fa823c2cde63e8779d76454889d6ae60265 authored almost 5 years ago
c32e9391461d450e2a15853291322a4075cf186a authored almost 5 years ago
8a0a7fe339b5f7041c82bd238b729a17a8ba54e4 authored almost 5 years ago
8d9321a5407c5374a3fbe85daa7125afeabe3e7d authored almost 5 years ago
d59f35d434c52cfea9c395136d6c2441cba4d629 authored almost 5 years ago
c76c538e06b2d279a23904c20b761b629e287817 authored almost 5 years ago
16d73cac6ad18de375ed8500fe17272ef8e25838 authored almost 5 years ago
ba760b67283288bc77988d213a92066dd13204f5 authored almost 5 years ago
18969436064622486edbadc4968d1156dc7fbce9 authored almost 5 years ago
We used to handle this by just letting the system change to tty12,
but Qt handles all keyboard e...
f459431c7c4209725c4081045797f9975bfc62a7 authored almost 5 years ago
Used for switching to the text console
7872e4cb928e7d33072a39238d60a707a96b59b6 authored almost 5 years ago933c0060632de455e8db27a1d475370712b0469e authored almost 5 years ago
47f2d86153669b33232babeccea7a67bfce98569 authored almost 5 years ago
783a5c7fd97e846857c1d71d26426cc8b5c362c4 authored almost 5 years ago
f27fec8d26dcd8d34dff771f4bbe509a9a69d679 authored almost 5 years ago
809bc53f82b11d92231cbf60390ac059930c0f79 authored almost 5 years ago
Resync again
a1fca326db3e53d73fba754bf40b766e8fa4df5a authored almost 5 years ago076de954bcde7d2cefa0be6620ba896b458fbc7c authored almost 5 years ago
When running at 1920x1080 on a Pi 3B, the Popup for some reason causes
Qt to allocate GL texture...
bdb9040a0f0813d41f3070f80c3fc2dbf9e4dbeb authored almost 5 years ago
45adc3f0595bf72ca2941e98930f8613154f5572 authored almost 5 years ago
e69afea845112fcc74a9afd57969f5da70c9dd37 authored almost 5 years ago
47005de7adf49e5c7894bd9dc67d798e99cba9b7 authored almost 5 years ago
06d882a77e649e41625fea2b26d0287535694fc6 authored almost 5 years ago
03cb7f93f176d20abb2053de2afdc99334bc214e authored almost 5 years ago
These aren't used by anything in QOpenHD at the moment, but any
unknown messages show up in the ...
The others in the StackLayout are all Item
2be1d97478e8edd5ec780bbbed79e7f0f05a21dc authored almost 5 years ago
A stack layout manages the size of the child items and can influence
them with the Layout attach...
It has a scaling setting now which is used on every platform not
just raspberry pi
Requires restarting the app to take effect, this seems to be more
automated in Qt 5.14 so should...
Resync
85f951776a9b6bfc697e43c4a7c82e16ecf357d2 authored almost 5 years agoc6575d93682c75bb9db8d2f977696ffd478b77d1 authored almost 5 years ago
7c0ef7a9b89cd38df9e95ad88a2c5f2c1ec6e457 authored almost 5 years ago
Prevents it from appearing on top of the full screen map
f2c9ad330bb06f8e195177ba53548d414a495d97 authored almost 5 years ago9c1324bb10b2166cc355fa78471d38768906b544 authored almost 5 years ago
We won't be using it much longer but it should still work for now
7ba6c3ba10cf4e71bddab27f10ba92b60728ae48 authored almost 5 years agoab6e81001b68cdfb3c2170b75e10db1d4ff18b43 authored almost 5 years ago
Makes it easier to see which elements are for GStreamer and which are
for the new rendering code.
We're using the same rendering code for multiple platforms, basically
everything except Android....
Implement zero-copy rendering on Pi, handle dynamic stream resolution changes
b356ba0465f851c8da534b0bf32e774d8a697116 authored almost 5 years ago
This is necessary to ensure that Qt really does run the destructor
on our video buffer and relea...
This value is one generally used by other projects since the decoder's
automatically chosen valu...
This reverts commit aa175de0adfa85b6fc6995598637d6ecbdc67c9f.
272c0f143111ef447ee0598fcee732d12faae826 authored almost 5 years ago
30x 1080p input buffer frames is a lot, the decoder complains about
it sometimes.
However we do...
9f5b34bcd56f1d887174c9634135269357b1b44d authored almost 5 years ago
This is required for most hardware decoders in order to support
dynamic stream changes, such as ...
This allows GPU-managed frame data to be used by the Qt VideoOutput
system without copying the f...
This allows the decoder to dynamically handle changes in the stream
such as resolution changes, ...
The pools are part of the decoder instance so we need it to stick
around a little longer.
The decoder will always be configured once the render loop starts
running, because it doesn't st...
We're using zero copy which requires allocating pools with the
port_pool_* commands, so they mus...
6fb6ec558007ce215898b4bf33d212b97929bb21 authored almost 5 years ago
The text is overflowing the edges of the GroupBox, which looks bad.
The padding is still being ...
77ecc9637f5bd12f3fce0ad8528a3807e4566289 authored almost 5 years ago26d4be16b6151e9f636e84588d963dfdf6e0b12e authored almost 5 years ago
resync with openhd
1a8c4cd0e50419ce73659b78b007856bf28cd7ee authored almost 5 years ago4748e97b0b71bc065147f9f3d3010b4622d10ed0 authored almost 5 years ago
Merge small and large maps
f832bfc9f123f4fe2529a5cce6aaeb2b9d225d7a authored almost 5 years agof782f7dbaa186117bdf3e089fdc28f7e5a5130ed authored almost 5 years ago
This changes the way maps work so that there is just one map now,
and the map can be made full s...
c12b077bce3339bce41d2d587492184985020ebb authored almost 5 years ago
Used for centering the map on the user location
ccdcc4e012585e62d3867080ea1f17fcb65ba036 authored almost 5 years ago
This allows widgets to declare that they want a small hand icon to
stay in the corner of the wid...
To use, the widget must currently manage the transition itself, by
calling setAlignment with the...
While h264 can handle certain kinds of stream changes, the hardware
decoders have different init...
The code was previously just restarting if the RTP setting changed,
but there are a variety of r...
Previously only parsed and stored it once, but it can change at any
time and we do not currently...
These replace the old GStreamer system on iOS and Mac, using identical
code on both platforms.
...
39ca48872b4e79359e1b9730115971aed4da2dd8 authored almost 5 years agoMight be due to a Qt bug
fa57c70f90194fe4d9453ba7fb95bb4ab38bb3a1 authored almost 5 years ago
QtMultimedia links against the code that can control the camera, so
the privacy string is requir...
OSD widget updates and map improvements
316bcf57d1522d2d65ddbe35a56cb8464dd9033f authored almost 5 years agobfa7c801baf35eb3956696e01827de89eb7506dc authored almost 5 years ago
fb94ef02f098a7dcef9c362105e5d62df07d5098 authored almost 5 years ago
9bfb1a1e8e341ac58f320b02db53519acaf2db5f authored almost 5 years ago
Used with icon creation apps to generate the various formats
527976a86e9b81edfe1eb718fdc5cbb71642dbe2 authored almost 5 years ago2bf92d91a083210dac4a71076ccb5ae175c85119 authored almost 5 years ago
ac45ff381fd84a55af01ad77a95a6674269399de authored almost 5 years ago
bf22f7f212f97e96354d8b655bf1cce33cd9efc4 authored almost 5 years ago
67dbe62a79426e1691818c707a8018e4b0e75bf6 authored almost 5 years ago
re sync
b0125cca7e95bf7d490bc750627383725514e8ec authored almost 5 years agoc092da038e24d459dcb9ad4cb054d9b081daeb9f authored almost 5 years ago
The ic.png file is 710x710, which is huge and has to be rendered into
an image for the GPU to us...
5482f8be89f2ce964ab663f459649a718247b237 authored almost 5 years ago
37982d189ece2f997e2c3a50a897e14f20479f4d authored almost 5 years ago
3e810a33f7c6a9ab156b9062151db023248a7f0f authored almost 5 years ago
64e9d13ed9ec8911d11ea588a1b49c31eb2d6ca5 authored almost 5 years ago
a94f51ca5b56e0769c96c766d597ca88f17e6673 authored almost 5 years ago
6b4211cfd8a9565b0765c5d87619dc08af4a3835 authored almost 5 years ago
Will be set as soon as the decoder starts and configures itself
8cdf9a7b47f48697950ace8dff42a7c939eaef3a authored almost 5 years ago
4096 * 1024 is a bit too big, but we need to configure the decoder
properly anyway so we should ...
f79a6ff3fdfca5bcdcb0582f880a1de7b0393339 authored almost 5 years ago
298a777c88e712749a461165a6ab593e5a59dcb4 authored almost 5 years ago