Skip to main content
Visitor 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.

    This topic has been closed for replies.

    2 replies

    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 

     

     

    alpkaAuthor
    Visitor 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++?