Record video using webcam in webapplication

HI all,
I have a requirement like, need to record video through webcam in my webapplication. can u please guide me how can do that. i dont know anything how to do this. please guide me in solving this requirement.
thanx in advance

API
[http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/apidocs/]
Examples
[http://www.cs.odu.edu/~cs778/spring04/lectures/jmfsolutions/examplesindex.html]
[http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/index.html]

Similar Messages

  • Can you record video usb webcam

    Can you record video using final cut pro from a usb webcam? you can do that with quicktime. Can you do that with final cut pro? i tried import video from camera but it only shows isight camera that is built in the macbook.

    You can record live video from the built-in iSight camera that is standard in most macs (in fact, all but the Mac Pro and Mini). From other cameras, I doubt it. Of course, you can record with Quicktime Player and use the recorded video inside FCP X. But beware, many webcams have very low quality, low frame rate and size, so don't expect to get great video.

  • Record video using iSight camera

    Hi all, I want to record video using my webcam on Mackbook Pro 17". How can I do that?

    Understand that the image quality will not be up to what a consumer DV camera will produce.

  • Record video using built in camera?

    Is there any way to record video using the built in camera on the 1.83gh macbooks, i know you can use photobooth with the newer macbooks, but on the older macbooks photobooth does not allow you this option.
    Any ideas?

    You need Quick Time Pro to record video. QT Player does not allow this.

  • Hi I want to broadcast recorded video using flash encoder?

    Hi I want to broadcast recorded video using flash encoder, or their is any other way for broadcating recorded media files as live tv?

    Hi,
    You can do server side play of the recorded media file. After that once any one connects to that application, that file will be played as live. Following is the code to do this:
    var streamname="stream_name.flv"; //Name of the recorded media file
    application.onAppStart=function(){
              application.onNCA();
    application.onConnect=function(clientObj){
              application.acceptConnection(clientObj);
              trace("***Connected : "+isConnected);
    application.onNCA=function(){
              trace("onCA "+streamname);
              streamObj=Stream.get("foo");  // foo will be the live stream name
                        streamObj.onStatus = onStreamStatus;
                        trace("here "+streamname.split(".")[1]);
                        switch(streamname.split(".")[1]){
                                  case "mp4":
                                  case "3gp":
                                  case "f4v":
                                            streamPlayName="mp4:"+streamname;
                                            break;
                                  case "mp3":
                                            streamPlayName="mp3:"+streamname.split(".")[0];
                                            break;
                                  case "flv":
                                            streamPlayName=streamname.split(".")[0];
                                            break;
                        trace(streamPlayName);
                        streamObj.play(streamPlayName);
    function onStreamStatus(info){
              trace("Stream "+info.code);
    application.onDisconnect=function(clientObj){
              application.shutdown();
    Anyone connecting to above app will be able to play "foo" as livestream name.

  • Recording video using external iSight and audio using wired input

    I would like to be able to record video using an external iSight camera I have from my old powerbook, but I don't want the audio to record through the internal microphone...I want it to record through a wired input coming off a mixer...is this possible?

    Welcome to iMovie Discussions.
    "..is this possible?.." ..I don't think so. By connecting an external FireWire iSight camera, iMovie expects both the vision and the sound to come in down the same FireWire cable.
    If you need to use a separate audio input, you may be able to do it by connecting a FireWire-capable camcorder (..a tape-based miniDV or HDV camcorder which uses a FireWire connection to attach to a Mac..) and then feeding your mixer's output to the camcorder's external-mic input ..at very low volume, of course, so that you don't wreck the camcorder's input.
    This entails using a camcorder which does have an external-mic (or line) input. That way, the picture from the camcorder will go straight into iMovie, as will the audio which is being fed into the camcorder ..thus both reaching iMovie via the camera's FireWire connection.

  • How to play recorded videos using FLVPlayback component?

    Hey Guys,
         I recorded videos using fms and i want to play them using FLVPlayback component. I've done some research but i cant find something
    useful, I tried this code :
         flvplayback.source = "rtmp://localhost/appname/instancename/video";
         this code is not working. Am i doing it wrong or something? Can anyone please point me on the right direction!
        Thanks in advance!
    Randy

    You may like to use this tutorial for your purpose:
    http://en.wikibooks.org/wiki/Beginner's_Guide_to_Adobe_Flash/Video/Using_The_FLVPlayback_C omponent
    Here, in the content path you need to put your URL, also make sure that the instance name exist and provide the FLV extension in the url.
    Hope that will help you.

  • Unable to play recorded video using BB multimedia api in other platform

    Hi all,
    I am new to Blackberry application development. The application I am developing it is required to record a video using multimedia api.
    I am using
    video encoding : MPEG-4
    audio encoding : AMR
    res : 320 x 240
    Device using Curve 8250
    It is the same encoding combination BB curve use to record a video from default recorder.
    _player = Manager
    .createPlayer("capture://video?encoding=video/3gpp&width=320&height=240&fps=12&video_codec=MPEG-4&audio_codec=AMR");
    After recording it from my application I am able to play the video in vlc even in BB devices. But when I am trying toplay in android,J2ME and iPhone platform. It is unable to play the video..Can anybody help me out in this regard.
    I am really in trouble. I need your help .
    Thanks in advance.
    Regards,
    Angan

    In my experience if windows media player plays it(the mpeg4), it will not be compatiable with quicktime. At least if you do not go installing the codecs to read ISO mpeg 4 (.mp4 is the standard extension that quicktime puts on the files). Another thing to check is if you are creating ISO compliant files. The mpeg4s that windows media reads by default are not ISO compliant. You also need to keep in mind that Quicktime is a simple profile mp4 and main profile mp4 player (although not all b frames are compatable with quicktime). See http://en.wikipedia.org/wiki/Quicktime for a basic overview of the profile support. I suggest that you try playing the media with free softwares such as vlc http://www.videolan.org/vlc/ and mplayer http://www.mplayerhq.hu/design7/news.html and check that the format and codecs are correct. Although they will play non standard files they will list the codecs in use (make sure that you are using ISO compliant standards as you can put more than MPEG 4 in mp4).

  • Record Video from Webcam to Local Directory

    I found an example using Flex and AIR to record a video file to a local directory (http://www.zeropointnine.com/blog/webcam-digital-video-recorder-for-air-updated/), but this was essentially a hack that took a snapshot from a webcam at a set interval, eventually cramming the shots together to produce a RAW video file.  While this app produces a decent video file, an audio stream is not captured and the final video file is silent.  The app is also over 2 year old.
    I recently learned that AIR now contains functionality that will allow you to record an audio stream to an MP3 file in a local directory.  Has anyone taken these two ideas and combined them to produce an AIR app that will create a file with both audio and video?
    Thanks.

    Yes! You can do it.
    iMovie 06 http://www.apple.com/support/downloads/imovieHD6.html has a time-lapse feature. (Why doesn't iMovie 08 have this simple feature? I don't know)
    Download iMoive 06 plug in your camera or iSight or use the built-in iSight, select the camera icon, choose time-lapse. Then choose "Capture 2 frames for every 15 frames of video."
    That should net you about 2 frames per second of time-lapse video. Make sure you have enough light out there...
    Have fun.

  • [AS3] AS3 record video with webcam & save?

    Dear all,
    I noticed that AS3 is able to take a snapshot out from a webcam & save it as a .jpg but is AS3 capable of recording a video with a webcam and save it to a local disk/network server? any video format is fine with me as long it can be played with window media player...
    -Zainu

    Hi dmennenoh - did you check the web version  only? Sorry didn't see your earlier post.
    The video encoding quality is x2 smaller there on purpose to achieve quick encoding in web Flash Player. So when encoding 800x600, it encodes at 400x300. This scaling can be set to any value though. The web version is really agressive to keep realtime encoding in Flash possible. You've got to realize that there is an entire video encoder almost in AS3 (more precisely its AVM2 bytecode which is more optimized than normal AS3 but executed by the same virtual machine as other Flash scripts). Even simple jpeg encoders in AS3 had problems with speed and had to be rewritten to Alchemy...so imagine how video encoder does in terms of performing.
    That's not the case of AIR extension though (which also my lib includes). The FlashyWrappers AIR extension is provided as ANE compiled into native code. So recording there is at full resolution(1:1) and much faster even.
    Naturally FMS / Flash webcam solution (if you're looking for webcam recording only) would be better using normal Flash Players libs, because they are calling native code, like my ANE, so therefore they are faster and can afford to record at higher resolutions etc. The reason I created the Flash plugin wasn't to be better than FMS but provide a video encoder which can be used to do anything, not only recording webcam. For example to capture Flash stage if you need to capture workflow/animation/gameplay in Flash game or feed it custom bitmaps etc. You can't do that with Flash / FMS, or even in AIR.
    As for the earlier question you asked about Canon camera API, not familiar with their API's, but sure, in theory it would be possible to create an ANE for that and send the images to Flash. Not sure why you're having crashes...if you're interested let me know at [email protected], I can take a look.

  • How do I change the settings in quick time player to screen record video using less hard drive space?

    how do I change the settings in quick time player to use less hard drive space when performing a screen record? When I screen record a video lets say from vimeo, QTP seems to use a lot of hard drive space.  Please help.  Are there settings some where to adjust to slim down the video size? Thanks for your input.

    I just did a short SR test, first I exported to 480p, then I saved the file. Now I have 2 files one 11.9mb (export) and the other 42.8mb (save). I then took the save file and performed an export on it to 480p.  Guess what, it saved at 11.9mb.  So it seemed to save me 3/4 of the space.  Lets see what happens with a 17 minute SR.  Thanks!
    Any suggestions on getting the sound louder with the SR?
    For anyone else ever seeing this post, for me the best was using an external speaker whether wired or bluetooth, facing the left side of the computer where the internal mic hole is.   Good Luck!

  • I want to record video using iphone5 but save direct to external hard drive

    I want to film an interview and for convenience I want to use my iphone5.
    But I only currently only have enough space on the phone to store a few minutes of video on my camera roll
    Can I somehow plug in an external hard drive or any other device and save direct to this (by-passing the phones' internal memory) so I can use the phone's camera to record over an hour's worth of video?
    Thanks

    Well, I am not aware of any smartphone device that is able to attach an external drive. I am aware of some that allow for the insertion of memory sticks, but I'm not sure that would provide you with the memory you would need for the project you are trying to do. And with them, you would have to see if it is possible to bypass internal memory and go straight to the external.
    You can provide feedbackk to Apple at www.apple.com/feedback and click on the appropriate link.

  • How I pick and record video using UIImagePickerController : iphone

    Hi All
    I want to pick a video from iphone for my application for uploading on web
    I am using the UIImagePickerController for it.
    for for opening picker
    <pre>
    UIImagePickerController *imagePicker = [[UIImagePickerController alloc] init];
    imagePicker.delegate = self;
    imagePicker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
    imagePicker.mediaTypes = [[NSArray alloc] initWithObjects:(NSString *)kUTTypeMovie, nil];
    [self presentModalViewController:imagePicker animated:YES];
    </pre>
    It open the Photo library and only show the movie type content
    Now I have question
    * and how we get the video when I select the video then it ready to play and then when I click on choose then its compression nothing happen .. even I am not able to cancel it.
    * As we have seprate folder in iphone then how we open video folder
    Message was edited by: amitbattan

    I don't want to capture video , I just want to pick video file from library
    Message was edited by: amitbattan

  • How to record videos by using s10-3s camera

    I am using Ideapad s10-3s.
    Let me know that how can i record videos using its webcam?
    How can i take screenshots ?
    My touch pad often hanging,how can i resolve this ? or wht is the reason for the same ?
    moderator edit: thinkpad > ideapad & subject edited.

    you need 3rd party software to record videos and take photos by using your camera. try to use youcam.
    http://consumersupport.lenovo.com/uk/en/DriversDownloads/drivers_show_2639.html
    about your touchpad issue, try to re-install/update drivers.
    http://consumersupport.lenovo.com/uk/en/DriversDownloads/drivers_list.aspx?CategoryID=708493

  • Recording live video using FME 3

    Hello..
    I'm using flash media encoder 3 to publish livestream to
    clients...
    I heard that using client side code, its impossible to record
    video,.that was for fms2.. i'm using FMS 3.5 is there any added
    feature in fms 3.5 to record video using FME 3..
    If possible please provide any links having exapmles or the
    server side code for recording video from FMS...
    Regards...
    Bijesh

    Thanks a lot for the reply nikhil...
    Im having a client application to initiate the record...
    For that i have to use the client.[function name]..
    i dont want the fme to start the recording in my server side
    code..
    But i'm not getting the H.264 encoded recording,, this is my
    code..
    application.onConnect = function( client ) {
    trace("on connect");
    application.acceptConnection( client );
    client.recordthis = function(streamName)
    trace("starting");
    s = Stream.get(streamName);
    trace("streamname");
    if (s){
    s.record();
    ///////s.play("clientStream");
    // Stop recording.
    //s = Stream.get("serverStream");
    //if (s){
    //s.record(false);
    i changed s=stream.get(mp4:streamName);
    then Fme is showing error while connecting to FMS...

Maybe you are looking for

  • How do I prevent the Lion boot partition from being reformatted when using boot camp?

    Under Windows 7, Computer Mgt, I shrink the C drive to create another drive.  When I right click on the unused drive to format it, 200MB Lion boot is formatted and assigned a drive letter F.  But I did not tell Windows 7 Computer Management to do tha

  • G?L Accounts for Taxes

    Dear SAP Experts, We can do the tax postings from the FI Accounting Under Taxes on Sales /Purchases. through account keys and the Tax codes. Please tell me now from the SD side Pricing : Do we agin need to define the account keys for the Tax posting

  • How to access SPECIFIC camera attributes tree (camera controls) located in MAX with Labview?

    How to access specific camera attributes tree (camera controls) located in MAX with Labview? I want to be able to access frame, trigger and grab properties. Does anyone know? Thanks. /Peter

  • Cannot complete iphoto Buy Book action

    I have problem ordering a photobook which took me a long time to create.  When the book is created, and after clicking the "Buy Book" button, everything went smoothly, i.e. I signed in with my Apple ID, provided my credit card and shipment informatio

  • Start routine from ODS to Info cube in bw 3.5

    Hi Folks,                  We have a code for START ROUTINE from ODS to Info Cube. we are doing FULL Load to ODS(0CRM_QUT1) and from ODS to INFO CUBE also we are doing FULL Load. Iam planning to change to DELTA Load from ODS to Info Cube to improve p