2024-10-02 12:19 AM
Hi.
I am using the STM32H7S78-DK board.
In STM32CubeIDE, I checked the example for jpeg_encodingFromXSPI_DMA.
When the encoding is finished and the LD1 LED turns green, how can I retrieve the size of the encoded jpgBuffer as a variable?
What I've tried: I attempted to access the members of JPEG_HandleTypeDef hjpeg, but it didn't work as expected. Is this the correct approach?
I appreciate any help you can provide.