Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.39 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.39 KB

OpenMV-ILI9341-Track-Object

This is an Automatic RGB565 Color Tracking Example project that comes with the OpenMV cam. It lets you track an object by color. I modified the provided code to support the inexpensive (less than $10) ILI9341 display. Using an OpenMV H7 cam it can track an object and drive the display at 40 fps! Check the video for more details.

OpenMV ILI9341

🎥 Video Tutorial on YouTube



| 📺 YouTube | 🌍 Website |

Parts Needed

🛒 OpenMV M7 ▶ http://educ8s.tv/part/OpenMV

🛒 OpenMV H7 ▶ http://educ8s.tv/part/OpenMVH7 💡 FASTER

🛒 ILI9341 Display ▶ http://educ8s.tv/part/28ILI9341

🛒 Prototyping Board ▶ http://educ8s.tv/part/PrototypingBoards

🛒 Soldering Iron ▶ http://educ8s.tv/part/TS100

💖 Full disclosure: All of the links above are affiliate links. I get a small percentage of each sale they generate. Thank you for your support!

Library for the display

💻 https://github.com/OutOfTheBots/OpenMV_TFT

Credits & Thanks

  • Kudos to OutOfTheBots for being the creator of ILI9341 MicroPython library without which this project would not exist.