I'm trying to do an image capture on a high end Nokia phone (N95). The phone's internal camera is very good (4 megapixels) but in j2me I only seem to be able to get a maximum of 1360x1020 image out. I drew largely from this example http://developers.sun.com/mobility/midp/articles/picture/
What I did was start with 640x480 and increase...
Is it possible to implement a custom codec decoder and play a media file using JSR135? Actually I am interested in playing back a custom media file in J2ME. I think JSR135 is a good starting point but I am open to other suggestions. Thanks.
Update
I have not tried but I believe, if I open the file using JSR75 I will get an InputStream. ...
Im streaming video to my MIDLET. And while it is playing it, after 20 seconds (depends on a system setting) display on the phone goes to stand-by mode.
How can I prevent this so I can watch the video for 5 minutes for example without having to tap something to wakeup the display?
...
Hello
I am facing problem on playing recorded audio on S5233A.
As its supporting audio capture and encoding supported audio/amr.
From my application its successfully recording voice. but on play its not giving error but nothing happens.
I tried recording using following strings,
capture://audio
capture://audio?encoding=amr
capture:...
Hi Guys,
We are working on multimedia application which play both audio and video files with possibility of their cashing to SDCard. For such purpose we are using custom DataSource looks a little bit similar as BufferePlayback sample in Blackberry SDK.
And we found problem in video playing - when player is starting it's playing 2 sec a...
Does MIDP 2.0 say that this phone has at least GPRS capability?
I need to come up with a list of phones which has MIDP 2.0, and GPRS capability.
...