1

Currently, I'm trying to build image processing on ESP32 using OpenCV GitHub - joachimBurket/esp32-opencv: Shrinked OpenCV for ESP32. Then I want to put this library into Arduino IDE.

But, I'm having problem "Specified folder/zip file does not contain a valid library". Is there a file that must be deleted to be included in the Arduino IDE libraries? And, I previously also tried manual input. But, not everything was detected by the Arduino IDE.

Please give me a way out as I am new in this field.

timemage
  • 4,690
  • 1
  • 10
  • 24
had
  • 11
  • 1
  • it is not an Arduino library – Juraj Jan 29 '22 at 18:14
  • As Juraj wrote, this is not an Arduino library. It is meant to be compiled directly with the esp-idf toolchain, outside of the Arduino framework. To use it you would first have to port it to the Arduino framework, which is probably rather tedious. – chrisl Jan 29 '22 at 18:38
  • 1
    Thank you for your answer. what if i change or adapt to the arduino libraries and manually input to arduino ide libraries, is it possible? – had Jan 30 '22 at 15:14

0 Answers0