Skip to main content
Visitor II
October 2, 2024
Question

About JPEG Encoder from STM32H7S78-DK.

  • October 2, 2024
  • 0 replies
  • 588 views

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.

    This topic has been closed for replies.