14 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
145
views
Random audio/video sync issue with libcamera-vid + ffmpeg on raspberry pi 3a+
I have been working on camera software, which will stream live fullhd video to Cloudflare Stream via RTMPS protocol. Everything is mostly working nicely, but I have occasional A/V sync issues with the ...
0
votes
1
answer
103
views
How to set keyframe interval rpi camera with gstreamer
We are getting h264 video from rpi camera, but could not set keyframe interval. Is there a way? This is our command
libcamera-vid -t 0 --inline --bitrate 2000000 --width 1920 --height 1080 --framerate ...
0
votes
1
answer
319
views
Raspberry Pi 5 Camera Web Browser Integration Issue
Problem
I'm trying to stream Raspberry Pi 5 camera feed to a web browser using Next.js. While libcamera-hello works in terminal, I can't get the camera stream to work in the browser.
Current Setup
...
1
vote
1
answer
440
views
OpenCV's VideoCapture does not capture frames on my Raspberry Pi 5
My pc : Windows
My Pi5 : PiOs
my camera: rev1.3 ov5647
I used vscode SSH to remotely connect Raspberry PI 5 to develop debugging OpenCV program. The program I was thinking of was to achieve the ...
0
votes
1
answer
1k
views
Raspberry Pi Zero W RTSP Video Stream using OV5647 Camera Module
I am attempting to stream video from a Raspberry Pi Zero W with OV5647 Camera Module in H.264 via Real Time Streaming Protocol (RTSP). On the receiving end, I will be using a laptop with Ubuntu 24 to ...
0
votes
0
answers
189
views
Request is pending and exiting with a segmentation fault (C++ and Libcamera)
I'm working on software for a camera using C++ with libcamera library. All the camera configuration parts seem correct, but the continuous frame capturing function is not running and ends with a ...
1
vote
1
answer
221
views
Preferred video file format to prevent corruption in the event of unexpected recording interruption
I'm rigging up some additional security cameras for my home office, and while I have battery backup in case of power loss, and auto startup for the code I developed, I would like the video files to be ...
1
vote
2
answers
110
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 ...
1
vote
0
answers
383
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. ...
1
vote
0
answers
456
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.
...
1
vote
0
answers
399
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 ...
2
votes
0
answers
787
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 ...
0
votes
1
answer
567
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 ...
0
votes
1
answer
2k
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"