Cannot get camera functional: init camera status = 4100

Hi,

 

I’ve followed the instructions on https://github.com/ArduCAM/MIPI_Camera/tree/master/RPI and I got no errors (but 2 warnings during compilation)

However, when I try ./arducamstill -?, I get this:

pi@raspberrypi:~/MIPI_Camera/RPI $ ./arducamstill -?
Open camera…
Hardware Platform: c03112
init camera status = 4100

in fact, all commands return this same result. I assume it does not init the camera properly for some reason.

The camera seems to be correctly attached and I2C is OK:

pi@raspberrypi:~/MIPI_Camera/RPI/utils $ ./camera_i2c
setting GPIO for board revsion: c03112
Raspberry Pi3B / Pi3B+ / 3A / 4B(1G/2G/4G)
Set state of 133 to 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: – – – – – – – – – – – – –
10: 10 – – – – – – – – – – – – – – –
20: – – – – – – – – – – – – – – – –
30: – – – – – – – – – – – – – – – –
40: – – – – – – – – – – – – – – – –
50: – – – – – – – – – – – – – – – –
60: 60 – – – – – – – – – – – – – – –
70: – – – – – – – –

Camera is OV9281, connected to RPi4 (4GB), 180MB GPU memory assigned.

Any ideas on how to proceed would be welcomed!

Thanks in advance.

Hi,

It seems the cable is not connected properly. Please try to reconnect.

If it still does not work, please try to change another cable.

Let me know if you need more help.

 

I’m having the same issue. I tried to reconnect but still

pi@raspberrypi:~ $ vcgencmd get_camera
supported=1 detected=0

Hi, I am also facing the same issue, any solution yet?