Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
Integrating OpenCV library into C++ application
-
Hello!
I have a computer vision project that I am working on that utilizes the OpenCV library. I was wondering how I can add a new external library which I can then use in a new C++ application by including the respective header files. I looked through the externals directory to try to imitate how those libraries were integrated, but I wasn't able to figure out how I may be able to integrate OpenCV.
My other thought was to somehow build my project with CMake (which is what I'm currently doing) and somehow flash that onto the board. But I don't think that is possible.
Whatever the solution, I essentially want to utilize OpenCV in my C++ project and be able to run it on the Spresense board. How can I do this?
Let me know if there are any details that I may need to add and thanks for the help in advance!
-
Hi @naslevente ,
Unfortunately, it is not possible to integrate OpenCV with Spresense. OpenCV is too large to run on a microcontroller.
Best Regards,
Kamil Tomaszewski -
Thank you so much for the quick response!