Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.39 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.39 KB

MD_Vision Project

School: University Of Western Ontario

Project Contributors:

  • Lazar Krstic
  • Steven Lim
  • Luka Labus

This is a repo for our 2024 Electrical and Computer Engineering capstone project: MD_Vision

This is the simplest buildable example. The example is used by command idf.py create-project that copies the project to user specified path and set it's name. For more information follow the docs page

How to build the project:

ESP-IDF projects are built using CMake. The project build configuration is contained in CMakeLists.txt files that provide set of directives and instructions describing the project's source files and targets (executable, library, or both).

Required Libraries and IDF-Components

Please clone the following libraries into the components folder using the commands: git clone https://github.com/espressif/esp32-camera ./components/esp32-camera git clone https://github.com/olikraus/u8g2 ./components/u8g2

Project Structure / Organization

├── CMakeLists.txt
├── main
│   ├── CMakeLists.txt
│   └── main.c
└── README.md                  This is the file you are currently reading