2020-01-08 12:14 AM
Hi !
I'm making a small project using Touchgfx and STM32F746.
I want to add video playback but I can't find any examples or projects to reference.
so, Can I get examples or projects of playing video using Touchgfx?
(like MjpegReader in STM32H7Cube..)
and Are there plans to add a video player widget in the Touchgfx designer?
I look forward to your good response... :)
Solved! Go to Solution.
2020-01-08 04:11 AM
Hi Lee,
At this point there's no plan to introduce a video player widget.
You have to decode frames using something like the Mjpeg reader and use a Dynamic Bitmap to pick up the pixel data to display on your screen. You've probably seen this done in various projects, like for the H7.
/Martin
2020-01-08 04:11 AM
Hi Lee,
At this point there's no plan to introduce a video player widget.
You have to decode frames using something like the Mjpeg reader and use a Dynamic Bitmap to pick up the pixel data to display on your screen. You've probably seen this done in various projects, like for the H7.
/Martin