esp32-opencv
esp32-opencv copied to clipboard
Shrinked OpenCV for ESP32
hi joachim Burket i want to use opencv library in esp32 but when i compile hello_opencv example i have this problem entry 0x400806ac I (27) boot: ESP-IDF v5.0-dev-2332-ge498209ed2 2nd stage...
The esp example like blink or hello_world works fine on my laptop, but when i was trying to run esp32/examples/esp_opencv/tests, i was failed. The error messages are as follows. ---------------------------------------------------------------------------------------------------------------------------------------------------...
Good work, but at final link stage, here is an error, can not find sysconf, platorm win10, idf 3.3/4.3, ttgo example
Hi Joachim, Thank You very much for this clone. I have successfully compiled it including 'objdetect' module, I just needed to add `#pragma GCC optimize ("-O0")` fix before `virtual void...
Hi there, Great project! I'm trying to compile the hello_opencv example for an ESP32-S2 and I'm stuck with the following error and can't seem to find a fix. Just wondering...
Bumps [junit](https://github.com/junit-team/junit4) from 4.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Which version of esp-idf do i use for the **ttgo demo example** to compile seamlessly. I've tried version 5 and there is a lot of component and api related error...
## Reason Opencv use `libjpeg-turbo` as the default option of jpeg library. However, according to the official page of `libjpeg-turbe` project, > libjpeg-turbo is a JPEG image codec that uses...