Has anyone tried using the OpenCV library with an STM32?
Hi everyone, has anyone tried using the OpenCV library with an STM32? I just want to make sure it supports this library.
Solution:Jump to solution
I agree. Perhaps some STM32Mx that can run Linux can also qualify for the OpenCV. That should decide some embedded FW jockey.
6 Replies
It does not seem to be supported. The library needs CPUs with MMU.
More deets in this medium article: https://medium.com/@deryugin.denis/how-to-run-opencv-on-stm32-mcu-b581f42b0766
Medium
How to run OpenCV on STM32 MCU
In this article I’ll tell how I got OpenCV application running on STM32746G-Discovery and STM32F769I-Discovery.
OK, so it is somehow supported.
Yes, but… idk if it’s been proven in anything other than the STM32F7 board mentioned. Article says there is a lot of interest/requests for OpenCV on micros but this appears to be a GSoC project that hasn’t been touched in a while.
Solution
I agree. Perhaps some STM32Mx that can run Linux can also qualify for the OpenCV. That should decide some embedded FW jockey.