2020-03-18 10:58 PM
Hi experts,
We have a requirement of capturing the image from image sensor using DCMI interface and encoding it to JPEG.
DCMI interface we will be using is 8 bits. for encoding it to jpeg we can use libJPEG library. But I have 1 doubt like, when I will receive the image using DCIM interface, Do I need to store it in flash memory or I can pass the RAM buffer where image data is stored to the libJPEG library ?
And after encoding is complete, does libJPEG stores it in flash or ram ?