esp32-opencv icon indicating copy to clipboard operation
esp32-opencv copied to clipboard

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

Open ucfncouch opened this issue 1 year ago • 1 comments

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.

ucfncouch avatar Jun 22 '23 17:06 ucfncouch

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

vvs551 avatar Jul 13 '23 12:07 vvs551