| Reply | « Previous Thread | Next Thread » |
|
Hello All,
I need to know is there any way to capture a video clip using MMAPI or else way in J2ME? I need to capture a clip not a single snapshot. Thanks, Aditya. |
| Aditya_Shri |
| View Public Profile |
| Find all posts by Aditya_Shri |
|
depends on which device you are using
http://forum.nokia.com/info/sw.nokia..._0_en.pdf.html check also other decuments here http://forum.nokia.com/main/resource...ultimedia.html and here http://developers.sun.com/techtopics...rticles/#mmapi Hartti |
|
hi.. try this code in ur mmapi..
use this in ur run method.. and create player public void showCamera() { try { player = Manager.createPlayer("capture://video"); player.realize(); videoControl = (VideoControl)player.getControl("VideoControl"); Canvas canvas = new VideoCanvas(this, videoControl); canvas.addCommand(back); canvas.addCommand(capture); canvas.setCommandListener(this); display.setCurrent(canvas); player.start(); } catch (IOException ioe) {} catch (MediaException me) {} } class Video extends Thread { VideoMIDlet midlet; public Video(VideoMIDlet midlet) { this.midlet = midlet; } public void run() { captureVideo(); } try it all the best.. Thanks Shalini... |
| shalini.mishra |
| View Public Profile |
| Find all posts by shalini.mishra |
|
Thanks a ton for your replies...:)
Anybody has this document: " MIDP_Mobile_Media_API_Example_Media_Sampler_v1_0.zip "..?? I found it on http://www.forum.nokia.com/info/sw.n..._v1_0.zip.html but couldn't download. Thanks again, Aditya. |
| Aditya_Shri |
| View Public Profile |
| Find all posts by Aditya_Shri |
|
Join Date: Dec 2005
Posts: 1,696
Location: Europe/Poland/Warsaw
Offline
Super Contributor
|
|
hi Aditya,
i've reported that unresolved link here for you: http://discussion.forum.nokia.com/fo...d.php?p=259801 it should took some time and it will be fixed, thanks, Peter |
| peterblazejewicz |
| View Public Profile |
| Find all posts by peterblazejewicz |
|
So kind of you.
Thanks a lot Peter. regards, aditya. |
| Aditya_Shri |
| View Public Profile |
| Find all posts by Aditya_Shri |
|
Join Date: Dec 2005
Posts: 1,696
Location: Europe/Poland/Warsaw
Offline
Super Contributor
|
|
hi Aditya,
try again, they seem to fix links regards, Peter |
| peterblazejewicz |
| View Public Profile |
| Find all posts by peterblazejewicz |
|
Quote:
|
|
Join Date: Dec 2005
Posts: 1,696
Location: Europe/Poland/Warsaw
Offline
Super Contributor
|
|
hi kumar*,
you need to use MMAPI (jsr-135) "audio" capture locator, #1 create player with "capture://audio" locator #2 obtain RecordControl from player use MMAPI docs for that, e.g. FN specific: Mobile Media API Developer's Guide v2.0 hth, regards, Peter |
| peterblazejewicz |
| View Public Profile |
| Find all posts by peterblazejewicz |
|
my graduation project Live stream APP for Mobile Device implemented in J2ME. Web Page to show the live broadcast on live.
Cellular record a live stream and a web page show the result on live The stream should also have the provision to be stored on the mobile as well as on the web server please reply me with codes if you have my mail:smartygirlola@yahoo.com |
| smartygirlola |
| View Public Profile |
| Find all posts by smartygirlola |
|
hehe,
is it your graduation project or ours ? ;) anyways if you find any code/info please feel free to share :D |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| J2ME video recording | winnieliang | Mobile Java Media (Graphics & Sounds) | 6 | 2007-11-21 14:00 |
| Issues whie video recording in Nokia 7610... | Adeesh | Series 40 & S60 Platform Feedback | 2 | 2006-10-25 07:46 |
| Video recording in j2me | habib117 | Mobile Java Media (Graphics & Sounds) | 2 | 2006-10-03 09:31 |
| J2ME fullscreen video or launch realplayer | anish_t | Mobile Java Media (Graphics & Sounds) | 2 | 2006-06-20 06:43 |
| Recording video with 6600? | tuomasjh | Mobile Java Media (Graphics & Sounds) | 4 | 2005-08-24 12:43 |