2018-07-08 10:37 PM
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.
2018-07-08 11:17 PM
Look here to see what can be done also in video playing space:
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.
2018-07-09 01:20 AM
Thamk you vey much for answered.
2018-07-09 02:52 AM
Hello again, Is it possible to do this with STM32F4?
2018-07-09 06:00 AM
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.
2018-07-09 06:41 AM
Thank you