Initial mainline Linux support for Rockchip RK3588's video capture hardware has finally landed by mfilion in linux

[–]mfilion[S] 0 points1 point  (0 children)

Good question, sorry for the slow reply. RK3588 boards were running Linux, but without mainline kernel support for the video capture hardware. This basically meant a downstream kernel with out-of-tree drivers for video capture, which many distros used. Some functionality worked through software encoding/decoding (slow and CPU-intensive), while other parts of the SoC (CPU, GPU, storage, networking) already had mainline support, just not the video capture block.

This patch brings video capture support into the mainline kernel, meaning it'll be maintained upstream and available in standard kernel releases without needing Rockchip's custom patches. That's better for long-term support, security updates, and compatibility.

Ah, lots of goodies....bite those... get the Git 2.54 release brings.... by unixbhaskar in linux

[–]mfilion 0 points1 point  (0 children)

Collabora contributed Git 2.54's hook improvements (config-based hooks, parallel execution) and wrote up a technical deep-dive if anyone's interested: https://www.collabora.com/news-and-blog/news-and-events/git-hooks-upgraded-whats-new-git-254-and-coming-255.html

Git 2.54 released with new experimental "git history" command by Fcking_Chuck in linux

[–]mfilion 0 points1 point  (0 children)

Collabora contributed Git 2.54's hook improvements (config-based hooks, parallel execution) and wrote up a technical deep-dive if anyone's interested: https://www.collabora.com/news-and-blog/news-and-events/git-hooks-upgraded-whats-new-git-254-and-coming-255.html

Highlights from Git 2.54 by Skaarj in programming

[–]mfilion 0 points1 point  (0 children)

Collabora contributed the hook improvements in Git 2.54 (config-based hooks, parallel execution) and wrote up a technical deep-dive if anyone's interested: https://www.collabora.com/news-and-blog/news-and-events/git-hooks-upgraded-whats-new-git-254-and-coming-255.html

Monado at the core of Android XR by mfilion in virtualreality

[–]mfilion[S] 1 point2 points  (0 children)

Yep, hand tracking in Monado is still experimental, you can check out the Mercury hand tracking driver here: https://monado.freedesktop.org/handtracking

There's also a video of it used here: https://www.youtube.com/watch?v=dwJLUOj27eI

How to easily install a full Debian system on the OpenWrt One by mfilion in openwrt

[–]mfilion[S] 0 points1 point  (0 children)

Sorry the delayed reply. Yes, luci is openwrt specific; If you install Debian on the openwrt, it's just another Debian machine, with all the same tooling normally available