jpeg compression implement on stm32f4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-10-20 3: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!- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-10-20 5: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.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-10-20 5:12 AM
Download the
extract and look in: Middlewares\Third_Party\LibJPEG- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-10-20 9: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!- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-10-20 9:31 AM
Thank you very much. i will study and if happen problem expect you help me. :)))
