Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5592

Graphics, sound and multimedia • Re: Live Video Feed on Headless Raspberry Pi 5

$
0
0
Using Bookworm 64-bit Lite on a Pi5, with a V3 camera module attached, we can install libcamera using:

Code:

sudo apt install -y libcamera-apps
We can then take a picture

Code:

libcamera-jpeg -o test.jpg
Copy (ftp) that test.jpg to a PC, we can see a picture OK.
Then we stream a video

Code:

rpicam-vid -t 0 --inline --listen -o tcp://0.0.0.0:8554
That fails, only showing the first frame - might be an issue with VLC.
I will look at that later...

Note re libcamera-apps-lite if we install with

Code:

sudo apt install -y libcamera-apps-lite
and try to run the above streaming we get the error h264 codec not found.

Statistics: Posted by neilgl — Wed Apr 03, 2024 7:45 pm



Viewing all articles
Browse latest Browse all 5592

Trending Articles