cancel
Showing results for 
Search instead for 
Did you mean: 

Video Widget support possibilities

Bluemelony
Associate II

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... 🙂

1 ACCEPTED SOLUTION

Accepted Solutions
Martin KJELDSEN
Chief III

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

View solution in original post

1 REPLY 1
Martin KJELDSEN
Chief III

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