Running OpenCV on ESP32 as a standalone
Posted: Mon Aug 22, 2022 5:38 pm
by aseitasi
Introduction
This project is based on joachimBurket/esp32-opencv(
https://github.com/joachimBurket/esp32-opencv) Based on what he worked on, I try to not only upgrade all components but also make an OpenCV application for ESP32.
Github Repo
https://github.com/0015/ESP32-OpenCV-Projects
Running OpenCV on ESP32 Demo
https://youtu.be/7qPIRBY6C8c
RGB Pixel Detector & Histogram
https://youtu.be/DNQuCkPtzYA
Re: Running OpenCV on ESP32 as a standalone
Posted: Mon Aug 22, 2022 7:15 pm
by ESP_igrr
Hi aseitasi, thanks for sharing, looks really cool!
We are planning to release an officially supported OpenCV component for ESP-IDF soon. Hopefully that will make the build system integration smoother! I'll post an update when that is done.
Re: Running OpenCV on ESP32 as a standalone
Posted: Tue Aug 23, 2022 5:56 am
by aseitasi
Glad to hear that. That's gonna be awesome. I hope it supports all components of OpenCV.
Re: Running OpenCV on ESP32 as a standalone
Posted: Tue Dec 13, 2022 10:20 am
by crnewton
ESP_igrr wrote: ↑Mon Aug 22, 2022 7:15 pm
Hi aseitasi, thanks for sharing, looks really cool!
We are planning to release an officially supported OpenCV component for ESP-IDF soon. Hopefully that will make the build system integration smoother! I'll post an update when that is done.
I would be very interested in such component. I will keep an eye out for it!
Re: Running OpenCV on ESP32 as a standalone
Posted: Wed Dec 14, 2022 8:32 pm
by ESP_igrr
You can click the "subscribe" button at
https://github.com/espressif/idf-extra- ... ts/pull/94 to get notified when this component is released.