Skip to main content
Associate II
April 28, 2025
Question

STM32MP OpenCV installation

  • April 28, 2025
  • 2 replies
  • 698 views

Hello,

My aim is to install OpenCV and use it's functionalities on STM32MP1 board. But I coulnd't find a proper documentation about it. Could you help me with this?

Thanks.

2 replies

Olivier GALLIEN
Technical Moderator
April 28, 2025

Hi @alpka 

OpenCV alone or as part of a complete AI solution ? 

Standalone package can be installed by apt-get 

Package repository for OpenSTLinux distribution - stm32mpu

Else OpenCV can be part of integrated AI solution :

How to run inference using the STAI MPU Python API - stm32mpu

or 

X-LINUX-AI tool suite - stm32mpu 

Hope it help 

Olivier 

 

 

Olivier GALLIEN In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
alpkaAuthor
Associate II
July 3, 2025

Hi Olivier,

Thank you for your support. I am now able to run OpenCV code as a part of a complete AI solution, but only in Python. How can I do it for stand-alone OpenCV C++?