How to fix Raspberry Pi OS raspivid: command not found
Problem:
When trying to run raspivid
on Raspberry Pi OS Lite, you will see the following error message:
bash: raspivid: command not found
Solution
In recent versions of Raspberry Pi OS, raspivid
has been replaced by libcamera-vid
. Therefore, use libcamera-vid
instead of raspivid
.