Lillifee / raspiCam

RaspiCam, a simple web application to stream, take pictures or record videos from your raspberry pi camera.
82 stars 8 forks source link

ERROR: the system appears to be configured for the legacy camera stack #21

Closed KaTOxDev closed 2 years ago

KaTOxDev commented 2 years ago

how to solve this error

image

Lillifee commented 2 years ago

Hey,

Raspberry Pi is transitioning from a legacy camera software stack (raspivid, raspistill) to an open-source stack based on libcamera. please check if your raspberry pi is up to date, and disable the legacy camera.

Run sudo raspi-config Navigate to Interface Options and select Legacy camera and disable it. Reboot your Raspberry Pi and try again. Try to run one of the new camera apps like libcamera-still

Hope it helps!

KaTOxDev commented 2 years ago

Thanks , it work good now

Lillifee commented 2 years ago

Perfect 👍