2023-05-30 05:27 AM
Normally, it's possible to activate LibJPEG in CubeMX to enable software decoding for MJEPG videos in TouchGFX. Is this also possible for STM32U5 (I'm using the STM32U5A9J-DK), as this option doesn't seem to be available in CubeMX?
2023-05-30 06:57 AM
Hello @JWill.11
First let me thank you for posting.
By checking the UM2883 STM32CubeU5 main features ,the STM32CubeU5 MCU package doesn't contain the LibJPEG (an open source implementation on STM32 for JPEG images encoding and decoding ).
In the other hand and by checking the UM2204 STM32CubeH7 main features, the STM32CubeH7 MCU Package contains the LibJPEG .
Thx
Ghofrane
2023-05-30 08:55 AM
Thanks a lot for your answer. Do you see any possibility to activate this feature in STM32U5, so I can enable video decoding for TouchGFX? Maybe generating a CubeMX package.
2023-05-31 07:30 AM
Thanks a lot for your answer. Do you see any possibility to activate this feature in STM32U5, so I can enable video decoding for TouchGFX? Maybe generating a CubeMX package.