Save video file usb webcam

Hi forum,
Currently i have USB Logitech webcam which i will use for my project. I have successfully acquire the video image by using USB Acquisition. My question is: is it possible to save the video to an avi file while labview is acquiring the image from webcam? I have tried to look at Grab and Save to AVI which is in example but an error occured teeling me that no interface is found. How to solve this?

Hi Massi,
First off, this thread is quite old (2010). In the future, create a new thread so the community will be able to assist you better.
If your camera is DirectShow compliant, the IMAQdx drivers should allow you to capture fames in Measurement and Automation Explorer (MAX). Check first if you are able to perform a grab in MAX. You can also configure your camera’s parameters here as well (to make sure it is outputting at 30 fps).
To record the output in LabVIEW without missing any frames, there are a couple of examples that should provide the functionality we are looking for. In the NI Example Finder (found by in LabVIEW going to Help >> Find Examples) the first example is located under Hardware Input and Output >> IMAQdx >> High-level >> Grab and Detect Skipped Buffers. This VI will allow you to acquire from the camera and see if you are missing fames.
The next example is located under Hardware Input and Output >> IMAQ >> File Input and Output >> Grab and Save to AVI. This example uses IMAQ drivers (not the IMAQdx drivers that we need to use with the camera); the coding for saving to an AVI file is all we need. If you combine these two examples, you should be able to save to an AVI file and see if you are missing any frames.
Bill E. | Applications Engineer | National Instruments

Similar Messages

  • How to capture or  save video files or trailers in to apple tv thru intern

    hi
    i Hvw purchased apple tv .in that iam unable to see trailers only and iam unable o save the video file in the apple t.v every time has to connect the internet to see the video file is there any setttings to do plz tell me friends .iam waiting to ur reply how to capture or save video files or trailers in to apple tv thru internet

    when there is 40 gb h.d.d is it not possible to capture the videos or songs all the time i have to connfigure the dhcp settings or resetting to factory defaults
    then only iam able to play the trailers your answer is little clear to me my dear frnd plz dont mind can u help me some extra points to hti sappale tv

  • HT3775 I have a camera security system that when you save video files have either a mp4 or avi extension.  Is there an application to open these files?

    I have a camer security system that when you save video files have a mp4 or avi extension.  Is there an application that I can open these files with?

    Try VLC media player seems to play anything.
    http://www.videolan.org/vlc/

  • Capturing video using usb webcam in QTPRO

    I have a duo core mac mini and QTPRO 7. I am preparing a lecture for teachers to record their demonstrations and lectures and then play them back to students. I am trying to use QTPRO and usb webcam to keep cost down for teachers. I have installed Maccam 8.8 and can recognize and choose usb camera in QTPro. I can even change compression and setting and capture video and audio. The problem comes when I stop the recording in QTPro. The newly created movie opens and then....the spinning ball of death starts to spin and never quits. I try to force quit QT (which isn't responding) but it won't quit. I have to shut down my mini and restart. At which point the movie created can be openned and played and everything is fine, until I try to capture another movie. It works but this is combersome. This is really inconsiderate of Mac, to make it so you can only use firewire cameras, of which I think only the isight is left. Used to be you could plug almost anything into a Mac and it worked. That was something that Made them great. Now well, lets limit the buyers. This problem also occurs on my MacBook Pro.
    duo core mac mini   Mac OS X (10.4.8)  

    If you can afford it, use an iSight camera ( much better quality than most webcams, and AF as well) and Quicktime Broadcaster ( free) to record the video.
    If you search you will find a few articles on how to use QTB to record to your HDD. Very good quality in good light.

  • Save video file in local drive?

    Hi all,
    1)I want to upload some video in my project
    2) i want to save it in my local drive..
    please any one help me
    Thanks in advance

    What happens when you save?

  • HOW DO I RECOVER A WEBCAM VIDEO FILE DELETED BY ACCIDENT?

    HOW DO I RECOVER A WEBCAM VIDEO FILE DELETED BY ACCIDENT? I RECENTLY PURCHASED  SATELLITE  L775D-S7340 RECORDED MOTHERS BIRTHDAY PARTY WITH WEBCAM MORE THAN ONE HOUR WHEN I WAS DONE I CLICKED STOP REC BUTTON IN MENU IT FLASHED IN RED E.G. 1:00:05 THREE TIMES BUT VIDEO WAS NOT IN ALBLUM? PLS HLP.

    You can recover deleted video files from webcam with webcam recovery software, take a look at this guide:
     webcam data recovery
    Take note that you'd better stop using the webcam before you get back deleted files.

  • Problem with video files

    Hello,
    I'm looking for a PC software wich suport the N8 video files.
    When i try to import the movies made with my N8 in Adobe premiere pro, there not opening.
    The only way i found out was to convert them in quicktime the reconvert them in APP. But it's taking a very long time and a bit of the quality.
    Do someone know an editing software for PC which can DIRECTLY open movies filles from a Nokia ?
    Thx.

    Hi Kionoka1,
    The N8 saves video files as .MP4, so when you import, you will either get an "unsupported format" message or the audio plays with no visual.
    Have you tried to rename the file extension  from MP4 to MPG or M4V. This should invoke an alternate import module that  will correctly handle the file.
    Hope this helps,
    haZey
    If you find this post helpful, a click upon the white star at bottom would always be appreciated.
    If it also solves your problem, clicking ACCEPT AS SOLUTION below it will benefit other users!

  • Diff between "MPEG-4 Video File" & "MPEG-4 Movie" (PC) ?

    iTunes seems to play both video types. I have several dozen of each on my PC. Both are in my iTunes "Movies" folder and all are video.
    The "MPEG-4 Video File" icon is the little music note on top of a CD with "MPEG 4" under it.
    The "MPEG-4 Movie" icon is a little "Q" in what looks like a film frame with "MPG4" under the Q.
    Is there difference in the way iTunes handles either and should I save video files in one mode or the other? Why?
    Thanks!

    Handbrake includes a universal setting which makes the video compatible with the iPhone/iPod, Apple TV, and with iTunes on your computer. It also includes an iPhone/iPod compatible setting.

  • How can I capture live video and still image by a DirectX compatible USB webcam using LabView ?

    Dear forum members
       I'd like to design a user interface which shows a live video and capture still images for it by a DirectX compatible USB webcam using LabView or NI Vision Toolkit, how can I do this ? and If this is possible How can I reach the webcam DirectX filter properties and set them using LabView ? I would be grateful to anyone Who lead me to the correct solution.
        Sincerely
        Cem DEMiRKIR

    Cem,
        With our example programs you can acquire and save an image (IMAQ >> File Input and Output >> Snap and Save to File.vi) from one camera, if you double the VI's to create the image and the image task, you can easily have one program acquire and save for two cameras.
        I may need more information on what you mean by calibration.  Do you mean basic camera setup?  That can be done in Measurement and Automation Explorer by setting up the options within the IMAQ settings for each camera.  Or do you mean more complex calibration for special types of images?  The more description of what you mean, the better I will be able to help you get it done.  You mentioned zoom and motion parameters, what kind of motion?  Our vision drivers only control triggering the camera to acquire, then analyzing, processing and displaying the resulting image.
        If you have more details on exactly what you want to do, that would be great.  Let me know if you have more questions, thanks!
    -Allison S.
    Applications Engineering
    -Allison S.
    Calibration Services
    Product Support Engineer

  • Does anyone know how I can copy photo and video files from the Photo's app on my Macbook, to a USB stick or other external back-up?

    I've updated the software on my Macbook to the most recent version; regretting it now; and iPhoto has now become the Photo's app.
    The problem is I can no longer back up my photo and video files taken on my phone, saved to my mac, by copying them and saving them on a USB stick or other external hard drive.
    I could easily do this with iPhoto, but now Photos app does not let me copy the files when I select them.
    Does anyone know if there's a way to save, copy or back-up my photo's and video files: prefreably one that doesn't involve iCloud, as I don't feel like paying for more storage; there must be some way to access those photos/videos from my iPhone to save on another source?

    The problem is I can no longer back up my photo and video files taken on my phone, saved to my mac, by copying them and saving them on a USB stick or other external hard drive.
    Select the photos and videos in Photos and use the command "File > Export"  and select a folder on your USB stick to save the photos to.

  • How do you save videos from iPhoto to a USB flash drive?, How do you save videos from iPhoto to a USB flash drive?

    Hello! Could someone please help me? I am trying to save vidoes from iPhoto to a USB flash drive. After I export them, I open my flash drive to play them back and they are all zero seconds long in Quick Time Player. What am I doing wrong?

    How are you exporting?
    Try to export using the "File" menu and select "Kind > Original".
    Then drag the exported video file to your USB flash drive.
    This user tip explains the export options:
    https://discussions.apple.com/community/ilife/iphoto?view=documents

  • I had all of my video files that I work on in iMovie saved to an external hard drive exclusively to save space on my Macbook.  I had just finalized a project, went to work on another one and files couldn't be found, were not deleted how do I find them?

    I had all of my video files that I work on in iMovie saved to an external hard drive exclusively to save space on my Macbook.  The other day I had just finalized a project and went to work on another one and when I opened the project I could see what should have been there, but scrolling over the entire clip I would only see black and that the file was missing.  I did not drag anything on the hard drive to the trash or move anything.  How can I get those files?  These are videos of my kids and I am devastated and willing to try anything!

    Control click does not work - no option to find files.  I have no idea what to do.  When I look at the usage of the external drive the space is being used, but I cannot find the files.  I am going to try MacKeeper's Undelete and see if I can make any progress with it. 

  • Looking for Help on How To Save Video as Divx File

    Can someone help? I have iMoive 4.0.1 and I need to save video clips as a Divx file. I go to the "share" button and try to compress the clip for Quicktime and choose expert settings. This gives me a list of options including Divx AVI. When I choose this option, the file is turned into an .avi file not a .divx file. ANd there is no other Divx choice available. I have talked to another iMovie user (v4.0.1., too) and--the odd thing--on his option list he has Divx (not Divx AVI). So I need assistance in either finding another way to do this with my existing 4.0.1. or finding a plug-in that will allow me to save as a Divx file. Or--if no one can tell me how to do this--let me ask if anyone out there knows whether iMovie HD 5.0 or iMovie 6.0 would allow me to do what I need to do. Thanks.
    PowerBook G4   Mac OS X (10.3.9)  

    Divx isn't a standard option, so you have downloaded some third party support for Divx. Try the latest version.

  • I am having problems exporting my time lapses from quick time pro i need to save my files as photo jpegs but the standard video compression window will not open fully,

    i am having problems exporting my time lapses from quick time pro i need to save my files as photo jpegs but the standard video compression window will not open fully, it just keeps my mac (old 1.6Ghz 2.5 GB sdram G5 still good for most stuff i need) spinning for ever but i can see compression type H.264 selected and the other setting but i can not select any other options as it still thinking but never opens! why is this happening how do i get round it?
    my work flow is: 300 images shot on a 5d mark II medium jpegs opened in Light Room cropped to 16:9 then exported and opened in quick time i can save a .mov H264 giving me files sizes of 14 mb for a 16 second time lapse, mp4 9 mb. the only way i can get large files is saving as a self contained movie then i get 300mb files.
    i need to save my files 1920 x 1080 photo jpeg codec as i want HD quality.
    i am sure there is a simple way round this?
    thanks guys!

    It is very difficult to offer troubleshooting suggestions when the "os version" you are using is unknown as each os has their own troubleshooting solutions. 
    How large is your hard drive and how much hard drive space do you have left? 

  • Ipod too slow when reading video files via DVD player with USB port.

    Hi all, this is my first message in this forum.
    I've got a DVD player that has a USB port and reads all types of disks. When I use my IPOD 80 GB the files I read are somehow frozen and don't run properly (lack of sync between audio and video, etc). I've got version 1.2.1 and use it in disk mode otherwise the player doesn’t see it. Meanwhile a friend of mine uses it's 60 Gb IPO on the same player, version 1.0 and it doesn't need to go to disk mode, and the player reads perfect from it. Is this a problem of the ipod software version?
    Both ipods are in Fat32 format, but in his ipod the partition is set to active. I can't change mine to that, because windows is seeing my IPOD as a removable device, and my friend’s IPOD as a disk.
    Hope I haven't been too confusing, and I welcome any help anyone can give.
    Thanks.

    Sorry, but I don't even know
    what it is you are trying to do. Are you attaching
    the iPod to a stand alone DVD player? Are you trying
    to export stuff out of the iPod into the DVD player?
    Patrick
    Hi, I'm attaching the iPod to a stand alone DVD player, that has a usb input port. And then read video files from it.

Maybe you are looking for

  • [Solved] I can't get vim to save my selected colour theme

    Have pity upon a Vim acolyte!  I have looked through the Arch Wiki documentation and I have completed vim's excellent "vimtutor" program.  Both have been immensely helpful but I still have these issues and I'm not sure where to look for the solutions

  • How to Enable to vertical scroll bar in a table control

    Hi, I have created a table control with a wizard and later did some modifications on it. Problem I have now is that the vertical scroll bar is disabled on this table control. The end user wants to enter as many rows as possible, however as the scroll

  • Sony A700 compressed RAW lossless or lossy?

    Considering that ACR now supports compressed RAW files from the new Sony A700, can anyone at Adobe clarify if the cRAW (compressed RAW) files are lossy or lossless. I would ask Sony directly if I knew how.

  • Additional PDF file conversion

    HI All, I see that Adobe XI doesn't convert Outlook files (.PST), is there a way to buy bolt/add on's that would allow for the expansion of file types that XI will convert? Would you know if there are any other tricks/add ons that Adobe can do with r

  • AFAB enhancements in ecc 6.0

    Depreciation run is now capturing profit center blocked issue in error log. Is this an enhancement in ecc 6? This was not the case in 4.6. I just need to confirm this.