Hey, I know that problems with Arducam hardware are best resolved on their forum. Indeed, I've asked this there (Multi-camera board and cm4: no cameras found) but their support haven't picked up on it.
Do I need to do any special firmware configuration for a CM4 for it to detect the Multi Camera Adapter Module? The config.txt setup that worked well on a Raspberry Pi 4 with 4× v3 Wide cameras:results in no cameras found and no mention of cameras or muxes in the dmesg output.
As far as I know, our CM4 carrier board is passing through all the correct signals to the 40-pin header, and is using the CAM0 port for the camera connection.
It's not a bad device, the 4-port multi-camera adapter. Gives you four cameras, sequentially available. Works with the stock (picamera2) infrastructure. Look elsewhere if you need simultaneous capture from multiple cameras, but I can certainly find uses for it that don't need simultaneous capture
Do I need to do any special firmware configuration for a CM4 for it to detect the Multi Camera Adapter Module? The config.txt setup that worked well on a Raspberry Pi 4 with 4× v3 Wide cameras:
Code:
camera_auto_detect=0dtoverlay=camera-mux-4port,cam0-imx708,cam1-imx708,cam2-imx708,cam3-imx708
As far as I know, our CM4 carrier board is passing through all the correct signals to the 40-pin header, and is using the CAM0 port for the camera connection.
It's not a bad device, the 4-port multi-camera adapter. Gives you four cameras, sequentially available. Works with the stock (picamera2) infrastructure. Look elsewhere if you need simultaneous capture from multiple cameras, but I can certainly find uses for it that don't need simultaneous capture
Statistics: Posted by scruss — Thu Mar 14, 2024 4:16 pm