Skip to content

nangs/ESP32CamAI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-CAM Simple AI Robot

Demonstration

ESP32-CAM: Simple AI Robot (Object Detection | Object Tracking | Lane Tracking)

Dependencies

Download https://github.com/Links2004/arduinoWebSockets as zip file and add this library to your Arduino Libraries by Sketch/Include Library/Add Zip...

Android application: https://play.google.com/store/apps/details?id=com.p4f.esp32camai

ESP32-Board

I configured my board as Tools/Board/ESP32 Wrover Module, and define CAMERA_MODEL_AI_THINKER for the pin definition. Because there are some different kind of ESP32-CAM modules, so please check your board and your pin definition respectively.

I clarified my module was trying to run the ESP32 example CameraWebserver first, then keep the setting for my other projects, but it maybe different from yours.

LICENSE

The part contains my code is released under BSD 2-Clause License. Regarding other libraries used in this project, please follow the respective Licenses.

About

ESP32-CAM streaming to Android and processing AI tasks on Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.1%
  • C 17.9%