How to setup opencv c++ lib on arduino ide

Hi

I want to use opencv with amb82-mini
My build tool is the Arduino IDE for windows.
Can you tell me how to setup opencv c++ library on arduino ide?
I would appreciate any hints or advices on how to accomplish this feat.

thanks

Use #include to add library source code to your project source code.
The library can be in subfolder in your sketch directory, or in the various Arduino IDE library folders.

OpenCV is an extremely large package, so you might look around to see if anyone has been successful in using it with the amb82-mini.

I'll be to use it to edit camera images and to do some inference using OpenCV for eye tracking.
So, I am looking for hints for the below question.
(1) How to cross compile opencv for ARM device (ARM v8M MCU)?
(2) How to use opencv library to my arm device

This might be of interest:

https://www.embedded.com/benchmarking-opencv-on-stm32-mcus/

The very first hit to the search phrase "ambi82-mini opencv" turned up this:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.