Using Bookworm 64-bit Lite on a Pi5, with a V3 camera module attached, we can install libcamera using: We can then take a picture Copy (ftp) that test.jpg to a PC, we can see a picture OK.
Then we stream a videoThat 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 and try to run the above streaming we get the error h264 codec not found.
Code:
sudo apt install -y libcamera-apps
Code:
libcamera-jpeg -o test.jpg
Then we stream a video
Code:
rpicam-vid -t 0 --inline --listen -o tcp://0.0.0.0:8554
I will look at that later...
Note re libcamera-apps-lite if we install with
Code:
sudo apt install -y libcamera-apps-lite
Statistics: Posted by neilgl — Wed Apr 03, 2024 7:45 pm