joachimBurket / esp32-opencv

Shrinked OpenCV for ESP32
Other
359 stars 76 forks source link

imwrite(), imencode(), imdecode(), and related functions do not work. #15

Open ucfncouch opened 1 year ago

ucfncouch commented 1 year ago

Attempting to use one of these functions with a working build of eps32-opencv will result in an error - undefined reference to `__wrap_longjmp'. I cannot figure out how to get around this issue. If someone smarter than me knows the solution, please post here.

vvs551 commented 1 year ago

There is impossible to export Mat to a file or to web server without any of that functions (