-
Currently, we use libcamera + OpenGL for GPU acceleration but we limit it to Raspberry Pi only. OpenGL is supported by ARM Mali GPUs as well so we should be able to adapt the current driver to support…
-
After setting up a new RPI, it turns out raspistill is no longer installed by default.
```
ERROR: /bin/sh: 1: raspistill: not found
```
https://www.tomshardware.com/how-to/use-raspberry-pi-camer…
-
### What happened
When attempting to add in a ov5647 camera on mainsail, there is consistently a no-signal when adding via the mainsail UI. Tested the camera module via CLI and was able to receive p…
-
Importing picamera2 throws me an error:
Traceback (most recent call last):
File "/home/umut/Desktop/Raspberry_Roof_Robot/Tests/Camera/Camera.py", line 1, in
from picamera2 import PiCamera2 …
-
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, but also looking at s…
-
`Following from:
https://libcamera.org/getting-started.html
and
https://www.raspberrypi.com/documentation/accessories/camera.html#libcamera-and-libcamera-apps
Skip over Getting Started to install …
-
I believe this issue is NixOS-specific since I got it working on Arch with the same laptop. I am not sure if this is an issue with the kernel of libcamera though, so please tell me if this is the wron…
-
There are many options to debug code with the Linux kernel. Often, developers find themselves using printk and iterating building/test cycles to print messages and dig down - but other tools are avail…
-
**Is your feature request related to a problem? Please describe.**
NoIR cameras show slightly purple. This used to be resolved with a white balance mode called "greyworld", but now appears to need t…
-
Hello,
I'm very pleased to see development of rust bindings for libcamera.
I'm aware that there may be parallel developments ongoing, and that another implementation is at https://github.com/lit-r…