CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

jpeg2000 compression algorithm for microcontrollers

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
tayoboy



Joined: 19 Mar 2010
Posts: 4

View user's profile Send private message Send e-mail

jpeg2000 compression algorithm for microcontrollers
PostPosted: Fri Mar 19, 2010 2:17 pm     Reply with quote

Please I am working on implementation of jpeg2000 in microcontrollers, PICs to be specific. I need a working code, I have tried jasper, seems not compatible with pics. Thank you.
bkamen



Joined: 07 Jan 2004
Posts: 1611
Location: Central Illinois, USA

View user's profile Send private message

PostPosted: Fri Mar 19, 2010 3:45 pm     Reply with quote

So use that as an example to craft your own version for the PIC?

-Ben
_________________
Dazed and confused? I don't think so. Just "plain lost" will do. :D
tayoboy



Joined: 19 Mar 2010
Posts: 4

View user's profile Send private message Send e-mail

what am trying to do
PostPosted: Sat Mar 20, 2010 3:18 am     Reply with quote

my good friends what am really trying to do to write a program that can store pictures in pic microcontroller so as to be able to us it for diffrent application in electronics but not seen any working code for it
mbradley



Joined: 11 Jul 2009
Posts: 118
Location: California, USA

View user's profile Send private message Visit poster's website

PostPosted: Sat Mar 20, 2010 5:06 pm     Reply with quote

Just my 2 cents, not enough space inside a pic, rom, maybe, but not really a robust solution.

Connect a pic to a SD card, and much better robust solution.

If you are storing jpg's, then they are already compressed, so just copy the data.

Unless you are taking a raw image, and need to convert it, then the compression comes in.
_________________
Michael Bradley
www.mculabs.com
Open Drivers and Projects
Ttelmah



Joined: 11 Mar 2010
Posts: 19339

View user's profile Send private message

PostPosted: Sun Mar 21, 2010 4:00 am     Reply with quote

Seriously, I doubt if you will find anyone wasting their time trying to do this....

Even on the latter large PICs, this will use almost all the available ROM, and (of course), you would need a lot more RAM than the PICs handle. The performance would be frankly appalling.

The PIC, just is not really 'up' to this sort of work.

It might well be practical on the largest of the DSPIC family, but the cost of development, would be so much higher, than just adding a hardware jpg converter chip, that I'd doubt if anyone has bothered, or if they have, it'll be for a commercial application, and as such 'not distributed'.

Best Wishes
bkamen



Joined: 07 Jan 2004
Posts: 1611
Location: Central Illinois, USA

View user's profile Send private message

PostPosted: Sun Mar 21, 2010 11:45 am     Reply with quote

Ttelmah wrote:
Seriously, I doubt if you will find anyone wasting their time trying to do this....

Even on the latter large PICs, this will use almost all the available ROM, and (of course), you would need a lot more RAM than the PICs handle. The performance would be frankly appalling.

The PIC, just is not really 'up' to this sort of work.

It might well be practical on the largest of the DSPIC family, but the cost of development, would be so much higher, than just adding a hardware jpg converter chip, that I'd doubt if anyone has bothered, or if they have, it'll be for a commercial application, and as such 'not distributed'.


I agree... in the sense that the PIC could probably decompress and push to a display (that's buffered) just fine..

But the storage needs... definitely off-PIC on SD or some such.

-Ben
_________________
Dazed and confused? I don't think so. Just "plain lost" will do. :D
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group