-
Hi,
I'd like to use the [global shutter raspberry pi camera](https://www.raspberrypi.com/products/raspberry-pi-global-shutter-camera/) with reacTIVision.
I just managed to compile reacTIVision o…
-
It appears the libraries have changed in the latest version of raspian and the code for the camera is no long functioning in the test code. I believe this change is due to the changing of the camera l…
-
**Project description**
Python library for managing raspberry pi camera.
**Metadata**
* homepage URL: https://pypi.org/project/picamera2/
* source URL: https://github.com/raspberrypi/picamer…
-
Hello everyone
My device and environment is Rasberry Pi 5 + Ubuntu 24.04 + ros2
I have built both the 'libcamera' and 'rpicam-apps' libraries, and 'rpicam-hello' is working.
```
Available came…
-
I tried out some simple code to save a picture with a rpi zero v2 and rpicam 2.1:
```
from picamera2 import Picamera2
picam2 = Picamera2()
picam2.start_and_capture_file("test.jpg")
```
And get t…
-
I’ve been having a little trouble getting our new picamera streaming set up going. It’s using a RaspberryPi 4B and the camera module 3. I have experimented with modifying the code but since updating t…
-
The legacy camera library no longer works on bullseye unless it is configured using raspi-config. That is a short term solution, but eventually most software will support the newer libcamera/picamera…
-
**Describe what it is that you want to accomplish**
Hey, I want to build a mobile camera.
After allowing per tuning file cranking up the range for AnalogueGain to 16 for the imx708 the shutter spe…
-
**Describe the bug**
When meson tries to identify the C/C++ compiler and linker, it runs various arguments checks depending on the compiler and linked. For LLVMDynamicLinker, it runs `x86_64-pc-lin…
-
After hours and hours of testing the following code is my working result, using a Raspberry Pi 5 with the modern video stack and a PiCamera.
My question: Is there a more elegant way dealing with th…