Can any NI/Labview DAQ hardware be used to input video? BNC, S-Video, RCA, etc?

Hello,
I am trying to manipulate digital video captured from security-type cameras and other devices.  I am just beginning on this adventure and would like to know if the National Instruments Suite has some possible solution.
Thanks!
M. Logan

Sure!  NI has a series of image acquisition products just for this.  Check out this link and I think the best one is the NI-1411.
http://www.ni.com/vision/hardware.htm 
Hope that this helps,
Bob Young
Bob Young - Test Engineer - Lapsed Certified LabVIEW Developer
DISTek Integration, Inc. - NI Alliance Member
mailto:[email protected]

Similar Messages

  • Can any one tell me when i use adobe flash media encoder how can i see my live vidoes on flash media

    can any one tell me when i use adobe flash media encoder how can i see my live vidoes on flash media server . thnx

    Flash Player version 10.1.102.64 is the last version available to PPC Mac users. However, this Flash version won't work for many videos on Facebook, YouTube and other sites. Adobe's latest version, 10.2.x or later, is only for Intel Macs. Adobe will not provide a newer Flash version for PPC Macs.
    The message requesting that you download Adobe Flash Player takes you to Flash Player requiring an Intel processor. Doesn't work on a PowerPC processor. I found a hack, installed it & it works with Firefox, TenFourFox & Safari.
    Download this http://www.steelbin.com/FPforFBPPC.zip to your desktop, unzip it, and replace the current Flash Player plug-in which is in your main/Library/Internet Plug-Ins folder, (not the user Library). Save the old one just in case this one doesn't work.
    Hack Allows PowerPC Macs to Access Flash 11 Content
    http://lowendmac.com/ed/royal/12sr/flash-11-and-powerpc.html
     Cheers, Tom

  • Can any one tell me how to use EXISTS clause inplace of IN operator.

    Hi All,
    Can any one tell me how to use EXISTS clause AND (JC.EMPL_ID, JC.EMPL_RCD) inplace of IN operator.
    SELECT COUNT (1)
    FROM SYSADM.OHR_PERS_CURR PC
    , SYSADM.OHR_JOB_CURR JC
    WHERE PC.EMPL_ID = JC.EMPL_ID
    AND (JC.EMPL_ID, JC.EMPL_RCD) in (
    SELECT HS.EMPL_ID, HS.EMPL_RCD
    FROM SYSADM.HU_SCRTY_JOB HS, ODSHR.OHR_SCRTY_USER_CFG OS
    WHERE HS.HU_SCRTY_CFG_ID = OS.HU_SCRTY_CFG_ID
    AND OS.DB_LOGIN = USER)
    Thank you.

    SELECT COUNT (1)
    FROM SYSADM.OHR_PERS_CURR PC
    , SYSADM.OHR_JOB_CURR JC
    WHERE PC.EMPL_ID = JC.EMPL_ID
    AND EXISTS (
    SELECT null
    FROM SYSADM.HU_SCRTY_JOB HS, ODSHR.OHR_SCRTY_USER_CFG OS
    WHERE HS.HU_SCRTY_CFG_ID = OS.HU_SCRTY_CFG_ID
    AND OS.DB_LOGIN = USER
    AND HS.EMPL_ID = JS.EMPL_ID AND HS.EMPL_RCD = JC.EMPL_RCD)
    But why ?
    Rgds.

  • Can any one tell me how to use Image Prompt

    Hi
    Can any one tell me how to use Image Prompt in Answers?
    Thanks
    Rahman

    Had a look at this already?
    http://download.oracle.com/docs/cd/E12103_01/books/AnyUser/AboutPrompts.html
    Cheers,
    C.

  • Can any body tell me how to use the TCODE:ABF1 ?

    Can any body tell me how to use the TCODE:ABF1 ?
    Can any body tell me the different of the ABF1 and FB01?
    Thank very much.

    Hi Jie,
    both Transaction codes are working are same.
    Both are working through program : SAPMF05A.
    Packages are different: FIDC & AB.
    FB01 : we can control objects through F_BKPF_BUK
    Hope its clear.
    Kishore K

  • Can any one suggest me how to use drawPixels method for 40 series devices

    Hello!
    I am using drawPixels method of DirectGraphics class the code I have written is :-
    Image offscreen=DirectUtils.createImage(width,height,0x00000000);// width and heights are integer value
    public final int MODEL=DirectGraphics.TYPE_INT_8888_ARGB ;
    Graphics offgra = offscreen.getGraphics();
    DirectGraphics directgraphics = DirectUtils.getDirectGraphics(offgra);
    directgraphics.drawPixels(imgData,false,0,width,0,0,width,height,0,MODEL); // imgData is a int array(int imgData[]) which contains required pixels of image.
    The above code is working fine with NOKIA 60 series device but when i use it with NOKIA 40 series device it gives java.lang.IllegalArgumentException.
    same time if i use :-
    directgraphics.drawPixels(imgData,false,0,width,0,0,width,height,0,DirectGraphics .TYPE_USHORT_4444_ARGB ) ;
    // imgData is a short array(short imgData[]) which contains required pixels of image. i have used different formet here.
    it works fine with 40 series device,
    can any one suggest me how to use drawPixels method for 40 series devices with format
    DirectGraphics .TYPE_INT_8888_ARGB .

    If Remote wipe is activated it can't be undone. And Once the Wipe is done, the device can nö longer be tracked.
    Sorry.

  • Can any budy tell me how i use FileDownload UI elements.

    Hi,
    Can any budy tell me how i use FileDownload UI elements.
    I need to Download pdf file to my local drive . If possible please provide me code for that also.
    Regards,
    Gurprit Bhatia

    Klaus,
    If you download from http://www.ilivid.com/ then you get a dmg file with the iLivid application and, oddly enough, VLC.
    I'm not about to open the application on my machine, however!
    To the OP: just download the disk image file, double-click it and it will mount like a disk and drag the iLivid application to your application folder. Do so at your own risk - it just looks fishy to me.
    Clinton

  • Why can I only open DAQ assistant properties using the windiws profile I registered labview on?

    I have Labview 7.1 installed on Windows 2000. When generating block diagrams for codes, the properties dialog box for the daq assistant can only be opened when logged into our system on the profile originally used to install the software or when logged in as administrator. All other properties dialog boxes open under any user profile.

    I do not use Windows 2000, but I expect that the folder in which this function is held does not have a 'Full Control' access setting for all users.
    See if you can change the folder profile to allow access and full control to all users.
    Hope this helps.

  • Can any one tell me how to use the BER in RF communication module

    I want to analyse the BER for digital modulation system. IN RF modulation tool kit i found the BER vi . But I didn't understand how to use it. I searched in the help, but it is of no use can any tell me how to use that under user defined funtion.

    SELECT COUNT (1)
    FROM SYSADM.OHR_PERS_CURR PC
    , SYSADM.OHR_JOB_CURR JC
    WHERE PC.EMPL_ID = JC.EMPL_ID
    AND EXISTS (
    SELECT null
    FROM SYSADM.HU_SCRTY_JOB HS, ODSHR.OHR_SCRTY_USER_CFG OS
    WHERE HS.HU_SCRTY_CFG_ID = OS.HU_SCRTY_CFG_ID
    AND OS.DB_LOGIN = USER
    AND HS.EMPL_ID = JS.EMPL_ID AND HS.EMPL_RCD = JC.EMPL_RCD)
    But why ?
    Rgds.

  • Can any anti-virus protection software be used with Mac?

    I was wondering how to protect my laptop from viruses etc and whilst looking i've found no software thats for Mac,
    Can anyone suggest anything or know of any software to help?
    Thanks,

    You can get Norton Anti-Virus for Mac here:
    http://www.symantec.com/home_homeoffice/products/overview.jsp?pcid=ma&pvid=nav10 mac
    Bear in mind that (as far as I know) there are no viruses that have been found to infect OS X. The Norton package above is intended to make sure that your Mac files are clean of PC viruses so that you don't infect your PC-based friends.
    Martin Bradford-Gago
    Life as an Apple Switcher: http://aurora7795.blogspot.com
    MacBook, Intel Mac Mini, iMac G3   Mac OS X (10.4.8)   Using Parallels Desktop to connect to Windows XP

  • Can Java Applications deal with hardware without use JNI

    Thanks!!

    No.
    The JVM deals exclusively with existing OS software. So, for example, even though the hard drive is hardware, the JVM uses the OS io routines to talk to it.
    If you have a custom piece of hardware then you will need something similar.
    If it is a serial/parallel device then you can look at the comm api.
    If it is really unusual then you could write a miny driver server than uses sockets. Then the java app would just use on box sockets to control it so no JNI would be needed. (But C/C++ still would be required for the server.)

  • Can any kind person help me connect using Netgear DGB111G

    Hi everyone, I would most appreciate somebody's help with this.
    I have Mac OS X 10.4.9 and have just bought a Netgear Wireless kit DGB111G. When I put the resource CD into my Mac and click on the autorun.exe file I get a message saying 'There is no default application specified to open the document'.
    I have tried a couple of things but nothing working yet.
    There is a Macusers note in the folder which says that an extension needed for Mac users that allows Joliet format CD-ROMs to be read correctly ~ however when I went to download that programme I got a message saying that was only for OS 9 and doesn't support OS X as it has Joliet reader built in.
    Can anyone help me? Please!
    Thanks.

    You can't use .exe for Mac. And you don't really need it.
    Internet Quick Assist
    Basic Internet and Network Setup

  • Can any body tell me when to use what Bean?

    Hi ,
    I am naive to EJB . I want to know when to use which bean . Pls quote with an example.
    Thanks in advance .
    Mahesh L.

    I would highly recommend picking up a book on EJBs
    Professional EJB - Wrox
    Enterprise JavaBeans - O'Reilly
    Mastering Enterprise JavaBeans - Sams
    These are all excellents books and will explain in great detail with sample code how to program EJBs

  • DAQ frequency measurement using anolog input channel

    Hello,
    I try to develop a DAQ application which run on a real time target.
    I want to measure frequency using anolo inpur channel of my DAQ card. I have a problem.
    Let me first try to explain what i trying to do. In the first loop i do sampling and show the result as double array.
    I need to show samples as double array so i can not read sample as waveform. With a shared variable i sent these samples to second loop.
    First loop reriod is msec and second loops period is 20 msec.So when the second loop run, 20 samples were alraady ready, frequency measurement is done.
    The problem is that i need to show frequency measurement as far as possible. Say frequency of my signal is about 100 hz, then this
    configuration gives correct frequency measurement. But if frequency of the signal is about 10 hz, this configuration fails since period of second loop is 10 msec and it is not enough time to measure a 10 hz signal. But if i adjust period of the second loop as 100msec,
    then i can measure 10 hz signal but then i can give measurement of a 100 hz signal  +90msec late. What can i do so i can measure frequency af signals ranges 0-100hz and give measurement result as far as possible?
    Attachments:
    measure_amp_freq.GIF ‏35 KB

    eesen,
    What you are doing doesn't make any sense to me. First of all, you should take multiple samples with the DAQmx Read and not one sample at time with the timed loop. Your frequency measurement will then actually be more accurate. You also should return a waveform. That includes timing information that the Freq & Amp function needs to determine the frequency. It cannot do it with a dbl array. If you have to display a dbl, then just use the Get Waveform Components to extract the y array. You can get rid of the second timed loop and use a regular loop for the DAQmx Read. If you just set the rate to be twice the highest input frequency and acquire enough samples for a couple of cycles, you should have a pretty accurate reading.

  • Software/hardware to use iMac as a TV and video recorder?

    Forgive me for asking her, but I could not (easily) find a forum more likely to give me an answer than this one.
    I have a DirecTV satellite receiver near to my iMac 2.8 GHz with 4 Gb RAM and i would like to be able to use my iMac as a TV monitor so that I can watch TV on it. I'd also need to be able to record from this satellite receiver.
    Today I bought Elgato's Video capture, form a local Apple store, but this doesn't meet my needs (it only lets me watch TV in a small window, while it is recording the picture to a file on my iMac.
    Does what I am looking for exist? To summarize, here are the features i am looking for:
    Watch live TV on my iMac, using the yellow, red & white RCA connectors, in either full screen or in a window.
    Can record what is being viewed to a file.
    Is able to deal with both regular definition and HD.
    Thanks.
    Peter

    You need the ElGato EyeTV Hybrid. This works great with a modern Mac. If you have a Power PC chip, you might need another ElGato model that offloads graphics processing.
    Check the ElGato forums to see how it works with DirectTV. It works great over the air for HD channels with a rabbit ears antenna. But some cable channels are scrambled, and the ElGato forums should help you sort through that.

Maybe you are looking for