Provide an open source camera stack for linux

Technologies
c/c++, linux kernel, qt5, gstreamer, v4l2
Topics
camera, image prcessing
Provide an open source camera stack for linux
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 is collaborating with the industry to develop a camera stack that is open-source-friendly while still protecting vendor core IP. libcamera was born out of that collaboration and offers modern camera support to Linux-based systems, including traditional Linux distributions, ChromeOS and Android.
2023 Program

Successful Projects

Contributor
Advait Dhamorikar
Mentor
epaul, uajain
Organization
libcamera
Integrating libcamera into OpenCV
This project aims to move the current V4L2 implementation of accessing and controlling cameras in OpenCV to libcamera, this will allow for better...
Contributor
Gabrielle George
Mentor
epaul, Vedant Paranjape, Kieran Bingham
Organization
libcamera
Adding UVC hardware timestamp support
Adding UVC hardware timestamp support to libcamera by replacing the timestamp sampled by the linux kernel when it completes a buffer. The goal would...