libcamera
libcamera copied to clipboard
NFC: ipa: rpi: Replace magic number (1
This certainly isn't ready for merging yet, but it might be worth starting to have a look at it. The digital gain calculation is moved out of prepare() and into...
Hi everyone, I want to add the following sensor support for: 1. IMX283 With driver from [https://github.com/will127534/imx283-v4l2-driver](https://github.com/will127534/imx283-v4l2-driver) + Tuning files 2. IMX585 With driver from [https://github.com/will127534/imx585-v4l2-driver](https://github.com/will127534/imx585-v4l2-driver) + Tuning files 3....
found a mistake in build readme i quess
Hi everyone, I am programming a Qt application that is based on the libcamera qcam application and I see a strange behavior as soon as I use a version of...
Having some issues with getting a RAW14 capable MIPI sensor working in Libcamera. The driver is currently under development such that it is possible there are issues on that end,...
Commit 82c5ea24b0e6120b75cd2f21075a3cdcb9d3d7a2 is the last common commit (i.e. the merge-base) between the [upstream `master`](https://git.libcamera.org/libcamera/libcamera.git/log/) branch and [your `main`](https://github.com/raspberrypi/libcamera) branch, after which API incompatible controls (`rpi::ScalerCrops`) were added in 554b2a55e347d6b6b44ba81c625ac94d9616d0f0. Having...
Hello Everyone, while using libcamera i have encountered one issue: munmap_chunk(): invalid pointer Kernel: Linux raspberrypi4-64 6.6.22-v8 [0:00:28.466082389] [406] INFO Camera camera_manager.cpp:313 libcamera v0.3.0+dirty (2024-08-31T15:09:42+00:00) [0:00:28.505386889] [408] WARN RPiSdn sdn.cpp:40...
Hi all, situation: I build latest libcam and rpicam-apps from scratch. commands like rpicam-hello work fine. However, the python binding is not working. ``` python -m venv --system-site-packages venv source...