-
With version 0.0.12 manual focus settings in libcamera no longer work correctly on the 64MP; the image is blurred no matter what it's set to. Blurry at zero and increasingly worse the higher you go. U…
-
Hello,
libcamera-apps-0.0.5-bullseye.deb and ibcamera-dev-0.0.5-bullseye.deb are not working with the imx519 driver
for Kernel 5.10.92-v7l+.
the Release libcamera-apps (0.0.4) and libcamera-dev …
-
The folks at Raspberry have updated Raspberry Pi with a new set of applications to interface with an onboard camera. The suite is called [libcamera](https://www.libcamera.org/).
I am curios to know…
-
Any chance of getting pipewie 1.2.3 for 24.04 ? Just a friendly request.
-
The webcam is being recognized correctly but it does not work. It seems that the drivers are correctly installed. The webcam cannot be found with `lspci` or `lsusb`. The weird thing is that there seem…
-
Please consider adding WebRTC support for mpv.
One use case here, possibly there are others:
WebRTC is used for streaming from local cameras on 3d printer related software
(OctoPrint, Klipper)…
arekm updated
6 months ago
-
```
pi@pi3:~/timelapses/TimelapsePy $ python timelapse.py
tlogger.py imported.
usersettings.py imported.
tutilities.py imported.
[2:07:28.607665408] [2178] INFO Camera camera_manager.cpp:297 …
-
There has been a new version of the Pi camera released (https://thepihut.com/collections/latest-raspberry-pi-products/products/raspberry-pi-camera-module-3?variant=42305752072387) which doesn't work w…
-
Thanks for the repo @rahul-thakoor However, in my case the camera is still not being detected. Do you have any idea what might be the issue? I'm using RPi 4 with balenaOS 2.94.4|supervisor 12.11.36…
-
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…