joachimBurket / esp32-opencv

Shrinked OpenCV for ESP32
Other
346 stars 76 forks source link

esp32-opencv build error for ESP32S3 #21

Open simardeep272 opened 5 months ago

simardeep272 commented 5 months ago

Hi, hope you are doing well.

Has anyone tried to build opencv for esp32s3 with the latest toolchain?

I have been able to overcome the softfloat error but am unable to resolve the issues in resize.cpp

nopnop2002 commented 3 weeks ago

@simardeep272

Using this repository and esp-idf v5.3, I successfully built esp_opencv_tests with esp32/esp32s3.

https://github.com/joachimBurket/esp32-opencv/pull/23

But I don't know what resize.cpp looks like.