Nokia 6680 J2ME still doesn't allow photos larger than 640x480?!?

Say it ain't so Nokia! It would be totally brain dead not to be able to take full resolution pictures (1.3 megapixel on the 6680 AFAIK) from Java. That was the case on the 7610 (which only seemed to allow 160x200 photos from Java even though the full resolution was 1 megapixel; if you requested full rez, it just did very bad extrapolation to full rez). I assumed that this would be fixed in future models like the 6680 (and perhaps in newer versions of the 7610 firmware).

From Fwing Photo Upload MIDlet for 6600 and 6680.:

QUOTE

I had heard that the image resolution for captured images on the 6600 had to be the same as the display resolution when you're working in Java. Not true. If you initDisplayMode() on the VideoControl with USE_DIRECT_VIDEO then just about any parameters you pass to getSnapshot() either cause an exception or get ignored. But if you init with USE_GUI_PRIMITIVE then you can getSnapshot() in the size you want. Well, not quite the size you want. I can't get a full rez 1.3 megapixel image from the rear camera on the 6680, and I REALLY WANT ONE! The code I started with came from a sample on the Nokia site.

UNQUOTE

Comments

re: Nokia 6680 J2ME still doesn't allow photos larger than 640x

Hey Roland, thanks for the pointer to HugginAndMuggin, I'll have to check that out too. The 6680 has two cameras in it, the high res 1.3 in the back and a 640x480 in the front (for video calls). As far as I can tell, not only is it impossible to choose a resolution better than 640x480, it's also impossible to select which camera to grab from. I've never found any documentation about either. - Mike

re: Nokia 6680 J2ME still doesn't allow photos larger than 640x

mike: i hope huginAndMugin source code helps you
and i hope that Java can take pictures greater than 640x480, i'll be watching anxiously
if not, Java once more comes up short but hopefully Python or other languages can do megapixel pics otherwise it's back to C and C++ :-(

re: Nokia 6680 J2ME still doesn't allow photos larger than 640x

no fair :-) its nothing to do with java per se and
everything to do with the native part of the jsr135
implementation

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <p>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options