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

Compute Module • Re: CM5 Dual Camera OV5647 - CSI0 working, CSI1 not

$
0
0
Are they pi official cameras ?

What is in your /boot/firmware/config.txt?
No they are wavshare cameras.
To be specific:
https://www.waveshare.com/rpi-camera-g.htm
https://www.waveshare.com/rpi-camera-m.htm
I went with OV5647 because i needed a 200 degree camera and there aren't many available in my country.
I tried a few different configurations.

Code:

#conf1 - only csi0 workingcamera_auto_detect=0dtoverlay=ov5647,cam0dtoverlay=ov5647,cam1#conf2 - no cameras detectedcamera_auto_detect=0dtoverlay=ov5647dtoverlay=ov5647,cam1#conf3 - no cameras detectedcamera_auto_detect=0dtoverlay=ov5647dtoverlay=ov5647
The "standard" RPi baseboard for CM5 requires some links to be inserted if using the second camera. Possibly Waveshare require the same. (Have you got an RPi baseboard to try with, as a comparison?)
https://www.waveshare.com/cm4-nano-a.htm only shows one camera connector. How are you connecting two cameras?!

The Mini base board A appears to have 2 camera connectors https://www.waveshare.com/product/raspb ... base-a.htm, but is designed for CM4 rather than CM5. CM5 rerouted MIPI interfaces, so plugging into a CM4 baseboard will have some limitations or quirks. Actually that will apply to almost all of Waveshare's baseboards as they are targeting CM4.
Unofortunately I don't have the standard RPi baseboard to try out.
I'm using the waveshare CM5nano A https://www.waveshare.com/cm5-nano-a.htm
It is dedicated for CM5 and has 2 camera connectors.

Additionally, i checked the "i2cdetect -l" command:

Code:

i2c-10i2c       Synopsys DesignWare I2C adapter I2C adapteri2c-13i2c       107d508200.i2c                  I2C adapteri2c-14i2c       107d508280.i2c                  I2C adapter
As far as i know, the i2c-10 is for csi0, shouldn't there be i2c-11 for the second csi port?

Statistics: Posted by mg2002 — Thu Jan 29, 2026 8:50 pm



Viewing all articles
Browse latest Browse all 8374

Trending Articles