Multi_Adapter_Board_4Channel

Hello,

I am using Raspberry Pi 4B with the Multi_Adapter_Board 4channel and four IMX477 (HQ) camera sensors. I have built a prototype which only implements a single camera at a time. i.e. the user selects camera A and it grabs data continuously off the single camera in 15 second intervals. I have essentially written 4 identical python scripts which only differ by the gpio settings and the i2c command for cameras A, B, C, and D.

Testing the system I found after a period of time (<5hrs) the raspberry pi freezes. All operation halts until I do a hard reboot. I’ve spent about two weeks now troubleshooting the system and I have isolated the problem enough that I believe it may be the multi adapter board. I was hoping you could shed some light my conundrum.

I am happy to provide any further information you require.

Thanks in advance!

The sample python scripts are not working except for the capture. How can we display the camera previews?