cancel
Showing results for 
Search instead for 
Did you mean: 

MPJEG video demo for STM32F746G-DISCO?

patrik.frey
Associate II

This post (https://touchgfx.zendesk.com/hc/en-us/community/posts/115000138705/comments/115000702685 ) mentions a demo for an MJPEG video player in TouchGFX.

The link is given as:

http://ftp.draupnergraphics.com/TouchGFX/demos/simple_video769eval.zip

Now when I open this in TouchGFX Designer 4.10 it first asks me to convert the project from 4.8 to 4.10. That seems to work ok, but the log says "Generate Assets Error" with the following output_GenerateAssets.log:

make[1]: *** No rule to make target 'generated/images/include/BitmapDatabase.hpp', needed by '_assets_'.  Stop.
simulator/gcc/Makefile:68: recipe for target 'assets' failed
make: *** [assets] Error 2

There is a .png file in assets/images/.

What might be the problem here? Or is there a more up to date example for a MJPEG video player available?

10 REPLIES 10

There's no project for the H750 so you'll have to port it, but the gui should run on anything because it uses libJPEG to decode jpegs in software.

/Martin