-
Hey folks, stoked to see this project here. I have a use case for which I would like to start using this project, instead of directly using libcamera-raw/libcamera-vid.
In essence, I would like to …
-
Using:
picamera2 version 0.3.12
libcamera build v0.1.0+52-a858d20b
Trying to flip the image with the following code:
```
picam2 = Picamera2(camera)
transform = libcamera.Transform(hflip=True…
-
When cross-compiling a project using the `python3` dependency (e.g. `py3_dep = dependency('python3', required : get_option('pycamera'))`), meson incorrectly uses the Python headers from the host if th…
-
Has anyone gotten the CSI (ribbon cable connector) camera to work on Raspberry Pi 5 with this? I merged [#330393](https://github.com/NixOS/nixpkgs/pull/330393) in my personal copy of nixpkgs stable, a…
-
Trying to perform make and get the following error:
In file included from /home/pi/cpp-projects/LCCV/include/lccv.hpp:9,
from /home/pi/cpp-projects/LCCV/src/lccv.cpp:1:
/home/pi/cp…
-
Hello, the documentation has an example of how the modify and validate a `StreamConfiguration`, is there some way to modify `CameraConfiguration`, and more specifically, `sensorConfig`? I am trying to…
-
Is it possible to connect more than one camera to a single Raspberry Pi 4 that has been piped for multiple streaming instances?
-
Good afternoon Sebanc, I recently installed chromeos to my ms surface go 2, pyro recovery and it works very well but for the 2 cameras, as expected.
I supposed that brioche would be a viable workar…
-
**If you Completed all troubleshoot options, check below**
- [ ] Did you Follow all installation instructions carefully from [here](../wiki/#1-ppa-configuration)?
- [x] Yes
- [ ] Did you che…
-
A couple more questions, as there's no direct discussions form here:
- libcamera bindings to OpenCV are not specific to Raspberry Pi. This will work on any libcamera supported platform, including …