argus-xr / esp32-cam-driver

5 stars 1 forks source link

esp32-cam-driver

This project aims to provide a driver for streaming images from an ESP32-Cam over Wi-Fi for the purpose of SLAM processing on another computer. It is a work in progress.

The main design objectives are:

For information on how to set up and program the ESP32-Cam, please refer to https://github.com/argus-xr/argus-xr/wiki/Programming-the-ESP32-Cam.

To compile this project, use Eclipse or VS Code with their respective ESP-IDF plugins, and use ESP-IDF 4.0. Note that the VS Code plugin is kind of dumb and requires your tools folder to be in C:\users\.espressif, even though it allows you to choose where to put this folder.