Page 1 of 1

Dual cam possibility

Posted: Mon Apr 14, 2025 4:31 pm
by BesozziAlberto
Hi, I'm looking for an ESP32 capable of handling a dual camera system to create a custom pcb design.

I would like something like an ESP32-CAM AI thinker module , which implement an ESP32-WROOM-32, to perform a stereo camera recording.

Please, tell me if you know:
1. An equivalent module to handle dual stereo camera
2. A chip to handle stereo camera in a custom pcb design

Thank you all!!

Re: Dual cam possibility

Posted: Tue Apr 15, 2025 6:48 pm
by Aria James
You can connect dual cameras to an ESP32 using modules like the OV2640 and I2S interface. Consider using the ESP32-S3 for better processing power and more GPIOs for stereo camera handling.

Re: Dual cam possibility

Posted: Thu Apr 17, 2025 11:59 am
by BesozziAlberto
Thanks, I just purchased an S3, I will try with that, the only problem is the interconnection, because the ESP32-CAM has the built in socket for the camera, the S3 don't. Do you know the name of the connector? It's a 24 pin but it is not a MIPI CSI.
Do you have any suggestions on how to connect them?
Thanks