You Are Here:

Community: Developer Discussion Boards

#1 Old Video Recording in J2ME?? - 2006-11-21, 16:03

Join Date: Nov 2006
Posts: 7
Aditya_Shri
Offline
Registered User
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.
Reply With Quote

#2 Old Re: Video Recording in J2ME?? - 2006-11-21, 18:24

Join Date: Apr 2003
Posts: 6,408
Location: USA, CA
hartti's Avatar
hartti
Offline
Nokia Expert
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
Reply With Quote

#3 Old Re: Video Recording in J2ME?? - 2006-11-22, 06:13

Join Date: Nov 2006
Posts: 17
shalini.mishra
Offline
Registered User
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...
Reply With Quote

#4 Old Re: Video Recording in J2ME?? - 2006-11-22, 07:58

Join Date: Nov 2006
Posts: 7
Aditya_Shri
Offline
Registered User
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.
Reply With Quote

#5 Old Re: Video Recording in J2ME?? - 2006-11-23, 00:42

Join Date: Dec 2005
Posts: 1,696
Location: Europe/Poland/Warsaw
peterblazejewicz
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
Reply With Quote

#6 Old Re: Video Recording in J2ME?? - 2006-11-23, 07:01

Join Date: Nov 2006
Posts: 7
Aditya_Shri
Offline
Registered User
So kind of you.
Thanks a lot Peter.

regards,
aditya.
Reply With Quote

#7 Old Re: Video Recording in J2ME?? - 2006-11-24, 01:13

Join Date: Dec 2005
Posts: 1,696
Location: Europe/Poland/Warsaw
peterblazejewicz
Offline
Super Contributor
hi Aditya,
try again, they seem to fix links
regards,
Peter
Reply With Quote

#8 Old Re: Video Recording in J2ME?? - 2007-01-11, 10:16

Join Date: Jan 2007
Posts: 3
kumar01
Offline
Registered User
Quote:
Originally Posted by Aditya_Shri
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.
how to record an audio using j2me ?????????
Reply With Quote

#9 Old Re: Video Recording in J2ME?? - 2007-01-12, 00:09

Join Date: Dec 2005
Posts: 1,696
Location: Europe/Poland/Warsaw
peterblazejewicz
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
Reply With Quote

#10 Old Re: Video Recording in J2ME?? - 2009-02-24, 20:57

Join Date: Feb 2009
Posts: 1
smartygirlola
Offline
Registered User
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
Reply With Quote

#11 Old Re: Video Recording in J2ME?? - 2009-02-26, 11:29

Join Date: Apr 2007
Posts: 1,758
Tiger79's Avatar
Tiger79
Offline
Forum Nokia Champion
hehe,
is it your graduation project or ours ? ;)
anyways if you find any code/info please feel free to share :D
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
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

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia