Using two esp32 stereo cameras with Arduino mega

Is it possible to use two ESP32 cameras on the Arduino Mega? I want to open images from both of them at the same time and use them for distance determination.

Welcome to the forum

How will the image data be sent to the Maga and what format will it be in ?

Possible, but an extremely large amount of careful work would be required to align the cameras and perform the image processing required to get distance information.

Spare yourself the effort and consider the inexpensive, self-contained stereo cameras with built in distance processing, from Luxonis.

The OAK-D Lite is all you need and works amazingly well: OAK-D Lite – Luxonis

I'm using it with the dirt cheap Raspberry Pi Zero W. Works out of the box with the Luxonis example code.

I think I can obtain camera alignment and distance information mathematically, but I wanted to make sure that two cameras could work simultaneously. Thank you for your support.

Almost nothing in this world can be made to work simultaneously. Much easier to assume one is master and try to make the second operate as near as possible to the master.

Do you think this camera will do the job? Do you have any information?