How to Enable Raspberry Pi Camera Interface on Raspberry Pi 4 Model B with Camera Rev 1.3?
hi everyone
my raspberry pi is 4 model b
and my pi camera is 1.3 rev .. and there is no option 'camera' in the "interfaces option" to enable the cam
i try to update and upgrade and i try vcgencmd get_camera i receive this output :supported =0 detected=0 , libcamera interfaces =0
any help please
Solution:Jump to solution
Hi @406399 If you're using
bookworm
( Raspberry Pi OS ) with Raspberry Pi4 then in raspi-config
you'll not find option to enable the camera interface. For legacy camera versions like Camera V1.4 and V2. I'll suggest to use bullseye
version of RPi OS and then enable the camera interface. The only time you need to edit config.txt
file is when using latest Camera V3 which support libcamera API
. Let us know if you're camera module works with Bullseye verision of RPi OS.3 Replies
@406399 Try to check whether the camera is working properly. If it is faulty then the raspberry pi will not detect the camera.
Solution
Hi @406399 If you're using
bookworm
( Raspberry Pi OS ) with Raspberry Pi4 then in raspi-config
you'll not find option to enable the camera interface. For legacy camera versions like Camera V1.4 and V2. I'll suggest to use bullseye
version of RPi OS and then enable the camera interface. The only time you need to edit config.txt
file is when using latest Camera V3 which support libcamera API
. Let us know if you're camera module works with Bullseye verision of RPi OS.Hope your raspberry pi OS is up to date too,
@406399