User Activity

I'm using software decoding with double buffer strategy, but the decoding takes too long (about 50ms per frame).I tried to change the video frame rate to 10fps, but for a video of size 216x530 with a length of 30 seconds, the video output length is a...
I tried using the Jpeg Loader here: Loading Images at Runtime | TouchGFX Documentationbut when I use it it causes a hardfault in JPEGFileLoader::readJPEGFile -> jpeg_start_decompress -> master_selection -> jinit_d_main_controller -> (line 482) main =...