2022-10-13 03:56 PM
CM7/TouchGFX/generated/gui_generated/src/screen1_screen/Screen1ViewBase.cpp:6:10: fatal error: videos/VideoDatabase.hpp: No such file or directory
#include <videos/VideoDatabase.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~
Using the .ioc file, I have rebuilt the project with the CubeMX, but still get the same issue.
2022-10-14 04:16 AM
Hello,
To work with the video widget you also need to enable either software or hardware decoding in the TouchGFX Generator in your STM32CubeMX project (.ioc file). You can find more information in the online documentation on how to do this in the Video decoding article.
However I have some doubts about if the video decoding actually works on dual core boards like the STM32H747 eval. For sure the current version of the TouchGFX Board Setup for this board does not initially support it.
/Romain