raspiCam
raspiCam copied to clipboard
libcamera-vid *** unrecognised option '--libav-format' ***
Hi, I try to install the package with a fresh and up to date raspi-os-bookworm-arm64 with the tar ball and the clone method but I get always the error
root@raspberrypi:/usr/local/src2/raspiCam/build>node server.js
[server] version 2.1.2
[server] starting services...
[control] starting Stream ...
[process] libcamera-vid --nopreview --width 1280 --height 720 --framerate 25 --bitrate 6000000 --codec H264 --libav-format h264 --timeout 0 --inline --output -
ERROR: *** unrecognised option '--libav-format' ***
[server] server listening on 8000
[control] starting Stream ...
[process] libcamera-vid --width 1280 --height 720 --framerate 25 --bitrate 6000000 --codec H264 --libav-format h264 --timeout 0 --inline --output -
ERROR: *** unrecognised option '--libav-format' ***
libcamera-vid don't know about the option "--libav-format".
libcamera-vid --width 1280 --height 720 --framerate 25 --bitrate 6000000 --codec H264 --timeout 0 --inline --output -
runs fine.
I have seen this has addressed in the recent past. But I don't know to suppress this option.
Juergen