libcamera v0.2.0 released! (gitlab.freedesktop.org)
from joojmachine@lemmy.ml to linux@lemmy.ml on 10 Jan 2024 10:20
https://lemmy.ml/post/10347458

#linux

threaded - newest

lnxtx@feddit.nl on 10 Jan 2024 10:33 collapse

libcamera:

A complex camera support library for Linux, Android, and ChromeOS

Cameras are complex devices that need heavy hardware image processing operations. Control of the processing is based on advanced algorithms that must run on a programmable processor. This has traditionally been implemented in a dedicated MCU in the camera, but in embedded devices algorithms have been moved to the main CPU to save cost. Blurring the boundary between camera devices and Linux often left the user with no other option than a vendor-specific closed-source solution.

To address this problem the Linux media community has very recently started collaboration with the industry to develop a camera stack that will be open-source-friendly while still protecting vendor core IP. libcamera was born out of that collaboration and will offer modern camera support to Linux-based systems, including traditional Linux distributions, ChromeOS and Android.

iturnedintoanewt@lemm.ee on 10 Jan 2024 14:48 next collapse

Any idea on whether is there more devices supported now? Those release notes are quite gibberish to me. My Surface SP7 camera isn’t compatible as of yet :(

Molecular0079@lemmy.world on 10 Jan 2024 19:18 collapse

SP7 camera isn’t going to be supported until we get IPU4 Linux drivers, so it isn’t a libcamera issue.

github.com/linux-surface/…/Camera-Support

iturnedintoanewt@lemm.ee on 10 Jan 2024 22:36 collapse

Thanks for the clarification! I thought they were related.

kingmongoose7877@lemmy.ml on 10 Jan 2024 15:32 collapse

Thank you for that.