| Reply | « Previous Thread | Next Thread » |
|
Hi all.
I've read MIDP_Mobile_Media_API_Support_In_Nokia_Devices_v1_0_en.pdf. By the way, only a small subset of devices are studied in this document. It seems that no S40 2nd edition support MMAPI image capture; well, ok. What about S40 3rd edtion phone that are not in the document ? Could some of you do image capture with 5200 ? 6125 ? 6131 ? 6136 ? 6233 ? If yes, did you use capture://image or capture://video ? Thank you. |
|
All the devices you list support image capture. Those devices are 3rd Edition Feature Pack 1 (or 2) devices and all of those support snapshots
capture://image Hartti |
|
Cool. Thanks ;-)
|
|
hartti,
I am trying to capture image on Nokia 6131 NFC. It supports JPEG Encoding. I am capturing image as: byte[] raw = this.vc.getSnapshot("encoding=jpeg"); and I get MediaException and it says that requested format does not support. where to use capture://image? while creating player? what could be the problem? |
|
Yes, you need to create the player (which you intend to use for taking snapshots) with capture://image
Hartti |
|
Thanks for your support!
that was the only problem! |
|
the answer is yes, you should use Manager.createPlayer("capture://image");
the parts left is the same as many example. but I tested a app on 5200 5300, which capture an image. my problem is that there are contents in the center, but on both sides no any image , only black. the following is part of my test: canvas width:240 canvas height:248 video display width:240 video display height:248 video source width:128 video source height:96 image width:120 image height:160 how can i modify the size of the video source? how to display full screen? I tried setDisplayFullScreen(true); no effective. I tried setDisplaySize(CAPTURE_WIDTH, CAPTURE_HEIGHT); No effictive. any body help me? best regards. byron lee |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Opening a JPEG Image | ummarbhutta | Mobile Java Media (Graphics & Sounds) | 8 | 2007-02-15 07:34 |
| Image capture in N90 | jini_1 | Mobile Java Media (Graphics & Sounds) | 3 | 2006-11-20 23:54 |
| Image capture midlet with Nokia 6020 | Gnanasekarcm | Mobile Java Media (Graphics & Sounds) | 3 | 2006-07-17 20:30 |
| Capturing the image from Nokia S40 3rd handsets. | salopge | Mobile Java Media (Graphics & Sounds) | 22 | 2006-04-12 23:56 |
| image capture on S40 3rd Handsets | salopge | Mobile Java General | 0 | 2006-02-28 08:13 |