Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [libcamera]

The tag has no usage guidance.

libcamera
1 vote
2 answers
81 views

Is it possible to stop a pipeline when pressing a key in bash?

I am using a Rpi zero 2w and an old Rpi camera using Rpi OS (Legacy, 64-bit) Lite (i.e. a server linux) to stream a video through my local net. I want to stop the stream remotely from windows using ...
Pedro's user avatar
  • 21
0 votes
0 answers
86 views

Camera Index out of range when trying to use cv2.VideoCapture(0) for the second time

(On Raspberry Pi 5) I am using a python script (control.py) to start another python script (main.py) in a separate thread. main.py uses cv2 to get frames from a webcam attached to my Raspberry Pi. ...
joliver's user avatar
  • 17
0 votes
0 answers
69 views

Picamera2 does not display correctly

I've bought an Arducam Eagle Eye 64Mpx camera to connect to my Raspberry Pi 5 (Bookworm). I've installed the required drivers and everything seems to be working using the libcamera-still command line. ...
Manitoba's user avatar
  • 8,622
0 votes
0 answers
68 views

Failed to capture frame from picamera with V4L2 (Raspberry Pi 4B - Pi Camera v3)

I want to do live object detection with Raspberry pi 4B 8GB and Pi Camera v3 without using USB Accelerator. I want to do it with “Custom model” but first of all I wanted to test the example from ...
Mehmet Akif Aydemir's user avatar
0 votes
0 answers
168 views

How to speed up picture taking process using picamera2 on Raspberry pi Zero 2 w

I want to write a service for my raspberry pi zero 2 w to take a picture and save it to the filesystem. I wrote some bare-bone testing codes to see if everything is working. But I discovered two ...
EvanZ's user avatar
  • 11
1 vote
0 answers
98 views

Auto focus with the Picamera2 in python works much slower than the "libcamera"

Autofocusing with libcamera works faster than the Picamera2 python library; Even if I increase buffer-count to 4 it still takes some seconds to automatically focus on subject (not fast like it focuses ...
fwiz's user avatar
  • 21
0 votes
0 answers
182 views

Does anyone know how to configure libcamera-vid to work with imx519

Please could someone look over this and tell me where I am going wrong, or point me in the right direction? I have an Arducam camera (imx519) attached to a raspberry pi zero 2w and I am trying to pipe ...
Nigel's user avatar
  • 23
0 votes
0 answers
44 views

Display an video flux from libcamera and gstreamer to an Java JFrame

I need your help for an libcamera, gstreamer and java issue. I trie to display the libcamera video flux from a Pi Cam v3 connected to an Pi Zero 2 W to an Java JFrame on PC to order a rover. Minimal ...
BreizhDomino's user avatar
0 votes
1 answer
368 views

My Raspberry pi doesnt capture frames even though pi cam is detected in index 0

I'm using Raspberry Pi 4 Model B with Pi camera module v3, I'm trying to launch an RTSP stream server that streams camera feed, I've been using this RTSP library, when I run the server script : import ...
Yassine Benkhalouk's user avatar
0 votes
1 answer
560 views

Gstreamer and libcamera `WARNING: erroneous pipeline: no element "libcamerasrc"`

Running a gstreamer pipeline using libcamerasrc results in this error: gst-launch-1.0 libcamerasrc gives WARNING: erroneous pipeline: no element "libcamerasrc"
Brad Grissom's user avatar
  • 3,833