Skip to main content
Bluemelony
Associate II
January 8, 2020
Solved

Video Widget support possibilities

  • January 8, 2020
  • 1 reply
  • 687 views

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... :)

This topic has been closed for replies.
Best answer by Martin KJELDSEN

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

1 reply

Martin KJELDSEN
Martin KJELDSENBest answer
Principal III
January 8, 2020

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