2024-04-17 03:35 AM
I'm exploring the new STM32U5G9 and I'm reading that the NeoChrom GPU supports MJPEG codec for video playback.
Is there a demo code/example on how to use it and load/reproduce a video on the the STM32U5G9J-DK2?
2024-04-19 05:23 AM
Hello @nico23 ,
It's enabled by default; you just need to create your TGFX project with your video. In case it's not enable, you just need to select hardware video decoding, in CubeMX.
Regards,