ESP32 CAM Based Stereoscopic Camera with Serial Interface
Below is the code corresponding to this video. For ESP32 C-code, start with Arduino sketches for the ESP32 Camera board as the template; this will make life much easier as the sketches will include the dependencies... you just need to modify the .ino file with the new code. Also, you will want to make sure you have the latest ESP32 files installed through the Arduino IDE boards manager - there may be some incompatibilities with the camera configuration options otherwise. Available from "https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json". ESP32 C-Code for upload using Arduino IDE: Master ESP32 Camera Code: // Tinker Foundry // Master camera device // C-Code for ESP32 Stereo camera example - this is Master device code // Connect to slave ESP32 camera device via Serial2 UART (RXD2 and TXD2) for device to device image data transfer // Takes serial input from Serial interface to capture images and read back #include <dummy.h> #inclu