Where did you get the camera module(s)? Arducam.com
Model number of the product(s)?
B0444
What hardware/platform were you working on?
RPi 4 (bookworm) uname -a returns: Linux tracker 6.1.0-rpi7-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux
Troubleshooting attempts you’ve made? i2cdetect 10 returns a device UU on c0 address.
also
Replacing dtoverlay=arducam-pivariety with dtoverlay=imx462 detects this camera as imx290 but it doesn’t work in anyway.
also
I bought two cameras and the same result with both of them.
What help do you need?
How to make this camera work?
OK, it works with RPi4 but not with CM4. It’s the same problem as described above. I see it on i2c; it can be detected as imx290, but it doesn’t work in any way.
Hi,
First of all, you need to add dtoverlay=arducam-pivariety instead of dtoverlay=imx462 in the config.txt file if you want to access this camera module.
Get back to CM4, as we all know, CM4 has two camera ports. Little heads up that dtoverlay=arducam-pivariety is correct when connecting the camera module to the CAM 1 port and dtoverlay=arducam-pivariety,cam0 is correct when connecting the camera module to the CAM 0 port.
Could you see the video0 mode with the command ls /dev/video0?
Sorry that I didn’t bring details, but yes, I tried all different options, including dtoverlay=arducam-variety,cam0. It works just perfectly with IMX519 (dtoverlay=imx519,cam0), but not with IMX462. /dev/video0 is not listed.