Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 7493

Camera board • Raspberry Pi Camera 3 Wide not working on Rpi3B+

$
0
0
Hello Everyone,

I am using a Raspberry Pi 3B+ with Raspbian 10 OS(Buster). I recently purchased Raspberry Pi Camera 3 Wide to interface with my Rpi 3B+ and I have tried everything available on the internet and on this forum to make it work but the camera is simply not working with it. I tried interfacing this camera on my Rpi4B+ board running Raspbian 11(Bullseye) and it is working just fine on Pi4. But i want to make it work on my RPi3B+ as it is running a custom OS with our own custom settings which we provide to the customer so I cannot really upgrade the OS from Raspbian 10 as many of the dependencies used to create some custom software's on Raspbian 10 will not work on Raspbian 11. I tried running the camera with legacy camera on and off and I even added the dt_overlay manually in config.txt file but nothing seems to work in this case.

When i set the camera_auto_detect=1 in config.txt then i get these errors:

libcamera-hello -t 0
Made X/EGL preview window
[0:01:01.442607944] [1453] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3406-e96d0201
[0:01:01.471925027] [1455] WARN CameraSensorProperties camera_sensor_properties.cpp:141 No static properties available for 'imx708_wide'
[0:01:01.472029090] [1455] WARN CameraSensorProperties camera_sensor_properties.cpp:143 Please consider updating the camera sensor properties database
[0:01:01.472096382] [1455] ERROR CameraSensor camera_sensor.cpp:551 'imx708_wide': Camera sensor does not support test pattern modes.
[0:01:01.501693048] [1455] ERROR IPAProxy ipa_proxy.cpp:149 Configuration file 'imx708_wide.json' not found for IPA module 'raspberrypi'
[0:01:01.501821694] [1455] ERROR IPARPI raspberrypi.cpp:187 Could not create camera helper for imx708_wide
[0:01:01.501870184] [1455] ERROR RPI raspberrypi.cpp:1206 Failed to load a suitable IPA library
[0:01:01.502106382] [1455] ERROR RPI raspberrypi.cpp:1138 Failed to register camera imx708_wide: -22
ERROR: *** no cameras available ***


raspistill -o image.jpg
ERROR: the system should be configured for the legacy camera stack

vcgencmd get_camera
supported=1 detected=0, libcamera interfaces=1

When i set the camera_auto_detect to 0 then I get these errors:

libcamera-hello -t 0
Made X/EGL preview window
[0:01:40.241841547] [1441] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3406-e96d0201
ERROR: *** no cameras available ***

raspistill -o image.jpg
mmal: mmal_vc_component_enable: failed to enable component: ENOSPC
mmal: camera component couldn't be enabled
mmal: main: Failed to create camera component
mmal: Failed to run camera app. Please check for firmware updates
vcgencmd get_camera
supported=1 detected=1, libcamera interfaces=0

I am using latest version of Raspbian 10 with latest firmware.

Nothing seems to work here. Please suggest what can be done or I am confused whether Raspbian 10 supports Pi Camera 3 or not.

Statistics: Posted by Harshit Kumrawat — Thu Jan 25, 2024 4:40 am — Replies 1 — Views 44



Viewing all articles
Browse latest Browse all 7493

Trending Articles