2021-07-20 11:58 PM
Dear all, I have successfully implemented the example STM32CubeH7-master\Projects\STM32H747I-DISCO\Examples\JPEG\JPEG_DecodingFromFLASH_DMA with the image file given as C source there.
Now I wanted to change the image data, which however was not successful, so I tried the following:
Am I missing any jpeg features I need to avoid? Are there any other programs known to be working outside of MS Paint, preferably some where you can adjust the image quality vs. file size?
These are the images:
example.jpg (Original from example, working):example2.jpg (fails):
example3.jpg (working):
example4.jpg (working):
example5.jpg (fails):
2021-07-21 05:54 AM
After testing some more I found that the STM32H7 hardware JPEG Decoder does not support progressive jpegs (in use since >10 years). When selecting baseline instead of progressive the files work.
2022-02-15 06:41 AM
Thx.
This was my problem too.
After days of searching i finally found your answer.
Now i can use my pictures too.
2022-05-03 12:47 AM
can you share the cubeMX setting for it please