2016-10-20 03:49 AM
Hi everybody,
I'm learning to do about the jpeg compression implement on microcontroller stm32f4. Could you help me if you did or know about this topic, please? Thank you very much for your enthusiasm!Best regards!2016-10-20 05:05 AM
You can easily find several portable lightweight JPEG codecs on the web (
https://sourceforge.net/projects/mb-jpeg/files/ejpgl-dev/ejpgl-dev-0.251/
is one). The question is - do you have enough RAM? You'll certainly need external RAM because the microcontroller's RAM probably wouldn't be enough to hold your decompressed image while it's being compressed.2016-10-20 05:12 AM
Download the
extract and look in: Middlewares\Third_Party\LibJPEG2016-10-20 09:15 AM
Thank you very much. I will find this. By the way, if you have the code of this thesis, can you send it for me? I will take it for reference.
Best regards!2016-10-20 09:31 AM
Thank you very much. i will study and if happen problem expect you help me. :)))