I'm using an STM32H7A3IITxQ and trying to get an image (JPEG, 320x240) from a camera via DCMI, decompress it and display it on a screen via LTDC.It currently seems like I'm getting a valid JPEG picture from the camera, as there is "Start of Image" an...