1
Personal Java/Jeode/J2ME Personal Profile / Can Zaurus Handle This?
« on: October 15, 2004, 04:51:49 pm »
Another update:
The real culprit is this bad boy:
if(!mediaTracker.waitForID(0,2000)) {
System.out.println("Failed to load image");
}
If i put a timer around it, it takes 1900 milliseconds to complete load a 320x240 jpeg. Yay for 0.5 fps
I am using /opt/Qtopia/j2me/bin/cvm (J2ME PP 1.0) on the SL-6000, to reiterate.
If anybody knows how to speed this up please let me know.
Maybe there is a native library for writing to the graphics buffer.
If not, this means I have to scratch this whole application in Java and try Qtopia/C++. Please NO!
The real culprit is this bad boy:
if(!mediaTracker.waitForID(0,2000)) {
System.out.println("Failed to load image");
}
If i put a timer around it, it takes 1900 milliseconds to complete load a 320x240 jpeg. Yay for 0.5 fps
I am using /opt/Qtopia/j2me/bin/cvm (J2ME PP 1.0) on the SL-6000, to reiterate.
If anybody knows how to speed this up please let me know.
Maybe there is a native library for writing to the graphics buffer.
If not, this means I have to scratch this whole application in Java and try Qtopia/C++. Please NO!