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

Camera board • Dual Camera (Innomaker IMX327+ Camv2.1 IMX219) @ CM4

$
0
0
Hi there,
i am trying to use Innomaker IMX327 [1] + a official Camv2.1 IMX219 on a CM4 on a Waveshare Board[2].

Overlays

The IMX327 should use the IMX290 overlay as written in the innomaker manual (and states that dual IMX327 works) [4].

I tried to setup the overlays for the dual cameras as described in the wiki[3], and it works without problems for dual Camv2.1 when configuring the config.txt with

Code:

camera_auto_detect=1
But a mixed setup of IMX327+IMX219 causes some troubles. I tried following configs:
1. IMX327 @ cam1 + IMX219 @ cam0

Code:

camera_auto_detect=1
IMX219 detected - image taking possible

2. IMX327 @ cam1 + IMX219 @ cam0

Code:

camera_auto_detect=0dtoverlay=imx290,cam1,clock-frequency=74250000dtoverlay=imx219,cam0
IMX327 detected - no image taking possible

3. IMX327 @ cam0 + IMX219 @ cam1

Code:

camera_auto_detect=0dtoverlay=imx290,cam0,clock-frequency=74250000dtoverlay=imx219,cam1
IMX327 detected - no image taking possible



I2C Problems?
I suspect that the I2C setup might cause trouble.
1. reveals:

Code:

test@test:~ $ libcamera-hello --list-camerasAvailable cameras-----------------0 : imx219 [3280x2464] (/base/soc/i2c0mux/i2c@1/imx219@10)

3. reveals:

Code:

test@test:~ $ libcamera-hello --list-camerasAvailable cameras-----------------0 : imx290 [1920x1080] (/base/soc/i2c0mux/i2c@0/imx290@1a)

Questions


1. Do you have ideas why it doesnt work?
2. Is a mixed camera setup generally not possible? According to the RPI Wiki this should generally work [5]
3. Could it be that the Overlays for the cameras expect similar I2C busses and block each other or the IMX327 (with the IMX290 overlay)?





[1] https://www.inno-maker.com/product/cam-mipi327raw/
[2] https://www.waveshare.com/wiki/CM4-IO-BASE-A
[3] https://www.waveshare.com/wiki/CM4-IO-BASE-A#CSI_DSI
[4] https://github.com/INNO-MAKER/CAM-MIPI3 ... 1.1-EN.pdf
[5] https://www.raspberrypi.com/documentati ... era-to-use

Statistics: Posted by petrosilius — Thu Feb 22, 2024 5:41 pm — Replies 1 — Views 39



Viewing all articles
Browse latest Browse all 4397

Trending Articles