User Activity

Hello,I am currently trying to play a video using the JPEG decoder on a STM32F76xx chip.Right now, I can play a video with HAL_JPEG_Decode in polling mode, but the it takes too long (~100ms) and the FPS is low.My objective, is to use HAL_JPEG_Decode_...