Skip to content

lazeeeer/MD_Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published