|
|
View previous topic :: View next topic |
Author |
Message |
tayoboy
Joined: 19 Mar 2010 Posts: 4
|
jpeg2000 compression algorithm for microcontrollers |
Posted: Fri Mar 19, 2010 2:17 pm |
|
|
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: 1615 Location: Central Illinois, USA
|
|
Posted: Fri Mar 19, 2010 3:45 pm |
|
|
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
|
what am trying to do |
Posted: Sat Mar 20, 2010 3:18 am |
|
|
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
|
|
Posted: Sat Mar 20, 2010 5:06 pm |
|
|
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: 19516
|
|
Posted: Sun Mar 21, 2010 4:00 am |
|
|
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: 1615 Location: Central Illinois, USA
|
|
Posted: Sun Mar 21, 2010 11:45 am |
|
|
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 |
|
|
|
|
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
|