Hello,
I have a device that sends video over a network using motion-jpeg2000 which is simply a stream of jpeg2000 photos received one after the other. I have created an iphone program that intercepts these photos and creates the video. I'm currently using the JasPer library to decode them into a bitmap which is displayed through an OpenGL subview, but it is very slow on the iPhone at about 1 frame every 2 seconds.
Is there another jpeg2000 programming library that was made for mobiles (or even better, the iphone) that is more efficient than jasper?
I have a device that sends video over a network using motion-jpeg2000 which is simply a stream of jpeg2000 photos received one after the other. I have created an iphone program that intercepts these photos and creates the video. I'm currently using the JasPer library to decode them into a bitmap which is displayed through an OpenGL subview, but it is very slow on the iPhone at about 1 frame every 2 seconds.
Is there another jpeg2000 programming library that was made for mobiles (or even better, the iphone) that is more efficient than jasper?