Skip to main content
kadir ustun1
Associate III
July 9, 2018
Question

How to play video on the stm32 ?

  • July 9, 2018
  • 1 reply
  • 2841 views
Posted on July 09, 2018 at 07:37

Hello everyone, I want to start a project. I will play video with stm32 in this project. How can I play video ? please help me ? Thanks.

    This topic has been closed for replies.

    1 reply

    Bogdan Golab
    Lead
    July 9, 2018
    Posted on July 09, 2018 at 08:17

    Look here to see what can be done also in video playing space:

    https://www.st.com/content/ccc/resource/technical/document/user_manual/27/cf/2a/c7/93/dc/46/5f/DM00190393.pdf/files/DM00190393.pdf/jcr:content/translations/en.DM00190393.pdf

     

    I would select STM32F7 for this purpose. There is a demo board for this:

    https://www.st.com/en/evaluation-tools/32f769idiscovery.html

     

    CubeMX software pack for high end STM32 boards like this includes examples/applications where you can see some implementation details.

    I would start with the first link to see what is possible and what library to use. Chapter 8.4 for example.

    kadir ustun1
    Associate III
    July 9, 2018
    Posted on July 09, 2018 at 08:20

    Thamk you vey much for answered.