STM32F7xx JPEG Encoder switches to green if input is extreme red color
Hello to all,
We encountered a strange behaviour of the ST32F7xx jpeg encoder.
We feed the encoder with RGB data like 0xFF0000 which is pure red.
However the resulting jgp image is green.
Then we gradually reduced the intensity of red like 0xFE0000, 0xFD0000, ..., still same error.
But from 0xFA0000 the red color is correct!!
What can be the reason for this?
We use the software based on the JPEG_EncodingFromFLASH_DMA from ST
Link: https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32F769I_EVAL/Examples/JPEG/JPEG_EncodingFromFLASH_DMA
Thank you for your help
Andy
