cancel
Showing results for 
Search instead for 
Did you mean: 

How to play video on the stm32 ?

kadir ustun1
Senior
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.

5 REPLIES 5
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.

Posted on July 09, 2018 at 08:20

Thamk you vey much for answered.

Posted on July 09, 2018 at 09:52

Hello again, Is it possible to do this with STM32F4?

Posted on July 09, 2018 at 13:00

 I used to use F7 boards for this purpose and have never played with STM32F429-discovery this way.

As always it depends on your requirements, video quality, movie storage size and access speed, etc.

Yes, it should be possible. The details (as mentioned above) matter.

Posted on July 09, 2018 at 13:41

Thank you