joachimBurket / esp32-opencv

Shrinked OpenCV for ESP32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VERSION of ESP-IDF for example of ttgo demo

ImranKhanPrince opened this issue · comments

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
also do u have any plan to migrate into the latest stable version of esp-idf?

Thanks.

I have the same problem.

Check down near the bottom of Issue #2 (Final link can not find sysconf) for the instructions on how to use a docker container to build with the required IDF. I'm no expert (especially with docker), but I just completed the esp-opencv build and the ttgo-demo builds using those instructions a couple of minutes ago (Feb 25th 2024).

One thing I would emphasize is that the "docker run" command line should end with -it espressif/idf:release-v4.2 (that final ":release-v4.2" is missing from the instructions and will cause docker to re-download the whole 1GB all over again, with possibly a non-working "latest version").

I'm using the esp-idf v4.4.3. There are many breaking changes in esp-idf v5.0