Using 4 arducam mini 2mp plus with Multi-Camera Adapter Board

Hello,
This is my first time posting here so sorry if I miss important info.

For a project, I'm currently trying to stream 4 camera inputs using 4 arducam mini 2mp with Multi-Camera Adapter Board (This link has general info).

ArduCAM provides a lot of example codes that do most functions needed on their github. I've gone through the library installation and was able to stream one camera input using the provided sample code "ArduCAM_Mini_2MP_Plus_VideoStreaming". Sadly they don't provide a sample code to stream all 4 arduCAM mini 2mp plus. They do have code for their other camera modules such as "ArduCAM_Mini_5MP_Plus_4CAM_VideoStreaming".

The main issue is that the code is very overwhelming and all of it is pretty incomprehensible to me. How can I go about translating "ArduCAM_Mini_5MP_Plus_4CAM_VideoStreaming" to be compatible with the mini 2mp plus?

Hi @athenaaegis,

Here is a helpful link I found for streaming four cameras:
https://www.arducam.com/docs/spi-cameras-for-arduino/multi-cameras-adapter-board-for-arduino/

Where the camera instances are created in the beginning of the 4 camera streaming code, change the camera model to that of the 2mp. I think that should work.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.