Ntsc video signal to image file with PXI-5114?

Is it possible to use a PXI-5114 digitizer to capture a NTSC video signal and reconstuct a single frame to be saved as an image file?

Hi Jason,
I think the example Kyle posted is for the NI 5112 digitizer, which has to use an IMAQ board to video trigger since it does not support video triggering. However, the 5114 is one of the boards that does support video triggering, including the NTSC format. More information can be found in the digitizers help manual (online here). If you are using LabVIEW, we have a basic video triggering example that you can take a look at and try out (the example is called "niScope EX Video Triggering.vi" and can be found from the LabVIEW Example Finder or by going to Start » Programs » National Instruments » NI-SCOPE » Examples from your Windows start menu). If you need to acquire the entire frame, that will probably require you to sample a very large amount of data, in which case you may or may not be able to stream it to disk. In the best case, you can acquire the entire frame in a single record without having to do any streaming to disk. Otherwise, you may need a digitizer that can stream high throughput to a hard drive RAID or something of the sort if you plan on acquiring a large amount of data. Worst case is that it is just too much data, too fast, and it cannot be streamed. Perhaps with more details of the signal and your expected sample rate, we may be able to provide some additional guidance on the possibilities of acquiring the entire frame. Hope this helps!
Daniel S.
National Instruments

Similar Messages

  • Save audio and video signals in diferents files

    Hi!!, How can i save the audio and video signals in diferent files?
    I get the signals with:
    for (int i = 0; i < tc.length; i++) {
            if ( (tc.getFormat() instanceof VideoFormat)) {
         this.VideoTrack= tc[i]
    }else{
         if ( (tc[i].getFormat() instanceof AudioFormat))
              this.AudioTrack= tc[i];
    Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Ok, I've separated the tracks and i've saved the Audio signal in a file, but it save the full audio track and i only want save 10 seg.
    I`m using
    DataSink dsink=Manager.createDataSink(procesor.getDataOutput(), ml);
                             dsink.open();
                             dsink.start();
                             this.procesor.start();
                             Thread.sleep(10000);
                             this.procesor.close();
                             dsink.close();Thanks!!

  • I still use Aperture 2.1.4.  I need to export an image file with a CMYK profile.  Whereas a generic CMYK profile is listed in ColorSync Utility, it does not appear on the list of profiles in the edit portion of the export preset dialogue.  Help?

    I still use Aperture 2.1.4.  I need to export an image file with a CMYK profile.  Whereas a generic CMYK profile is listed in ColorSync Utility, it does not appear on the list of profiles in the edit portion of the export preset dialogue.  Help?  Is there some way to add the CMYK profile to the list of choices that are available in the export preset dialogue such that I can choose it?

    leonieDF
    Thanks for your response.  My profiles are located within color sync utility as you can see here:   
    These profiles do not respond to clicking and dragging.  Since they are all in one place, more or less, I'm reluctant to make further attempts to relocate them.  Accessing the CMYK profile is the first difficult experience I've encountered with this arrangement.  I have never needed the CMYK profile until recently, and that need has now past.  However, it remains a mystery to me as to why it does not appear with all the others on the menu of export choices in Aperture 2, or on the menu of profile assignment choices in the Preview application (where again all the other profiles are listed as choices).  I'm beginning to think my current set up will permit me to view an image that was created in CMYK space, but does not easily assign, or convert to that space.  I don't face these restrictions with all the others, so it remains a curious circumstance for me.  I anticipate upgrading my computer and software in the near future which might alleviate this issue altogether.  Again, many thanks for your attention to this matter.  The reach of this community is astounding.

  • Image files with large pixel dimensions display out of focus in a Bridge viewer?

    I Create image files with pixel dimensions 2048x1365. When I display these files from Bridge on my Mac, either by pressing the space bar or in a slideshow, the images are out of focus. If I left click or click/hold and move the images slightly on screen they display in sharp focus. Unfortunately, although landscape-orientation images display correctly with no change in position or size, portrait-orientation files are enlarged and display with top and bottom off the screen. The pixel dimensions of my monitor are 2450x1600 so, yes, if portrait images are displayed at 100% they should display off screen, but this does not excuse the out of focus display of landscape files on this large screen. Nor does this explain why the portrait files are out of focus when they fit on screen. When the same files open in a Camera Raw window they are in focus. When they open in Photoshop at 100% the files are in focus.

    Hi, Clay. Photoshop.com has its own forum, so you might want to post this there:
    http://forums.adobe.com/community/photoshopdotcom

  • No video signal in remote connection with Mac mini when the display is off

    No video signal in remote connection with Mac mini when the display is off

    So you mean that Mac mini is different than other ordinary computer and is need an active display to avoid black screen in remote session!!!!!Oh my god, Steve would be embarrassed!

  • Is it possible to add a thumbnail to an image file with core graphics ?

    Hi,
    I'm writing a small image processing application.
    For image reading and writing I'm using core graphics (CGImageSourceRef / CGImageDestinationRef).
    Several image formats like jpeg or tiff provide the option to store a thumbnail in the file.
    To get this thumbnail I'm using
    CGImageSourceCreateThumbnailAtIndex( ... )
    which works fine so far. If there is no thumbnail in the image it is created
    with this function. Now, in the case there was no thumbnail in the image I would like to store
    the created thumbnail in the image file when I write it to the disk. So far I failed to find a function in core graphics
    to perform this task. In the CGImageDestinationRef documention it is only mentioned, that thumbnails
    are written into the output file, but not how to add these.
    I fear I'm overseeing something very trivial ...
    Regards,
    ingo

    normfb wrote:
    I believe that a Smart Object will solve your problem.
    place your original image in a new file as a smart object and do the same for the reflection (made by Transforming, reducing the opacity and introducing a mild horizontal motion blur) on its own layer, then:
    by double clicking on the smart object in the layers panel and returning to the original image, any change you make in the original and save, will automatically update the upright image and its reflection.
    Nice one Norm.  Five Kudos points to you.

  • Automation in saving a image file with a specific max file size

    Hi everyone,
    I hope someone can help me by this.
    Background info:
    We got several image files every 2 weeks which should be edited and mainly reduced in size for web purpose. This work needs 1 work day for one man/woman to do, because he/she has to open the file save for web and then set the quality to a value were the file is nearly about 150-200 KB in size.
    The images are different, some have few colors, some have a lot of colors and there are also different in resolution. But they should not be reduced in resolution, only in quality. All other specs of the image should be kept 
    Is there any possible script, plug-in or similar which can do the same (Saving with a specific max. file size) in some automatic and faster way?
    Any help is really appreciated!
    Thanks in advance!
    Kind regards
    Packesel

    *push*
    Hi everyone,
    I still need help with this. Is there any tool (OS X) or script for Photoshop who can fulfill this (see title).
    ANY help is really appreciated!
    Thanks in advance.
    Regards
    Packesel

  • Incoming Image file with XML payload processing

    Hi,
    We have PI 7.1 and the interface is from file to standard RFC scenario with ABAP proxy in ECC.
    2 incoming files need to be processed by the interface - xml file with transaction details and the corresponding Image file.
    These files have to be mapped to the standard RFC and then pushed into ECC.
    Can the Java mapping be used in message mapping to pass the image file in the RFC as I do not want to use the Java module?
    If yes, can someone please help with the code and the mapping aspects?
    Regards,

    Abhishek,
    Though I never worked with server proxy with attachments,
    In my opinio, when it is possible to send attachments from outbound ABAP proxy,  then logically it should be possible to read attachments in the inbound proxies.
    I just saw this link in forum,
    [Re: Inbound proxy with attachments.|Re: Inbound proxy with attachments.]
    Regards,
    Praveen Gujjeti.
    Edited by: Praveen Gujjeti on Apr 8, 2010 5:25 PM

  • Load JP2 image file with GeoRasterLoader

    Hi to all,
    We are trying to set up Oracle GeoRaster tools (stand-alone client-side java Executables found in %ORACLE_HOME%\md\...) in order to view and load JP2 image files to Oracle.
    Our test environment has Oracle 11g r2 (11.2.0.3.0) EE with Spatial Option on Microsoft Windows XP Professional 2002 SP3.
    Following the instructions for loading JP2 we download and install jai_imageio-1_1-lib-windows-i586.exe from: http://download.java.net/media/jai-imageio/builds/release/1.1/
    1.     Please find an example of the command we use to invoke GeoRasterLoader from command line:
    java oracle.spatial.georaster.tools.GeoRasterLoader SE004 ORCL 1521 RD RD thin 32 T OKXE_ORTHOS GEORASTER "blocking=true blocksize=(256,256,3) spatialExtent=TRUE" "C:\Temp\0458041985\0458041985.jp2,1,OKXE_ORTHOS_RDT,C:\Temp\0458041985\0458041985.j2w,2100"
    Got connection
    Loading image: C:\Temp\0458041985\0458041985.jp2
    java.lang.NullPointerException
    at oracle.spatial.georaster.rasterio.JGeoRasterAdapter.setSRS(JGeoRasterAdapter.java:4509)
    at oracle.spatial.georaster.rasterio.JGeoRasterAdapter.setMetadataStream(JGeoRasterAdapter.java:4520)
    at oracle.spatial.georaster.rasterio.JGeoRasterAdapter.storeFromStream(JGeoRasterAdapter.java:4921)
    at oracle.spatial.georaster.rasterio.GeoRasterAdapter.doImport(GeoRasterAdapter.java:632)
    at oracle.spatial.georaster.rasterio.GeoRasterAdapter.loadFromFile(GeoRasterAdapter.java:1863)
    at oracle.spatial.georaster.tools.GeoRasterLoader.load(GeoRasterLoader.java:458)
    at oracle.spatial.georaster.tools.GeoRasterLoader.main(GeoRasterLoader.java:243)
    java.lang.NullPointerException: null
    The georaster object is not loaded correctly!!
    Loader Finished.
    2.     When using the GeoRaster Viewer for retrieving jp2 file from file we get an error message “ Can’t load Image” The error messages that appear in the command prompt are as follows:
    C:\Oracle\product\11.2.0\dbhome_1\md\demo\georaster\java>java -Xms128m -Xmx564m oracle.spatial.georaster.tools.GeoRasterTool
    java.lang.RuntimeException: - Unable to render RenderedOp for this operation.
    at javax.media.jai.RenderedOp.createInstance(RenderedOp.java:827)
    at javax.media.jai.RenderedOp.createRendering(RenderedOp.java:867)
    at javax.media.jai.RenderedOp.getWidth(RenderedOp.java:2179)
    at oracle.spatial.georaster.tools.GeoRasterTool.actionPerformed(GeoRasterTool.java:1471)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1051)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1092)
    at java.awt.Component.processMouseEvent(Component.java:5517)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
    at java.awt.Component.processEvent(Component.java:5282)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3984)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3819)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
    at java.awt.Container.dispatchEventImpl(Container.java:2010)
    at java.awt.Window.dispatchEventImpl(Window.java:1791)
    at java.awt.Component.dispatchEvent(Component.java:3819)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    PS. He have no problems in viewing and loading other type of image files like tif
    TIA,
    George

    Hi Tomek,
    3 to 4 MB with the following image header. Anyway, we also tried jp2 image files from other sources
    Thanks,
    BR / George
    Output from Display Header
    File Name: I:\Okxe\Orthos_June\0438042165\0438042165.jp2
    File Information:
    Standard : : Jpeg 2000 File
    Format : Lossless JPEG 2000 compression
    Pixels per Line : 1600
    Number of Lines : 1200
    Samples per pixel : 3
    File bits per sample : 8
    Actual bits per sample : 8
    Untiled file
    Number of overviews : 5
    Overview sampling method: Gaussian
    Scanning device resolution : 84 : microns
    Orientation : 4 : Row major order, origin at top left
    NO scan line headers : non-scannable file
    Packet size (16-bit words) : 0
    Free vlt space (16-bit words) : 0
    Free packet space (16-bit words) : 0
    Raster to UOR matrix:
    Identity Matrix (ones on the diagonal, zero otherwise)
    Raster to World Matrix:
    Units: Unknown or Unspecified
    amx[ 0]= 0,25, amx[ 1]= 0, amx[ 2]= 438000
    amx[ 3]= 0, amx[ 4]= -0,25, amx[ 5]= 4216800
    438000 , 4216800
    438400 , 4216800
    438400 , 4216500
    438000 , 4216500
    Geotiff_Information:
    Version: 1
    Key_Revision: 1.0
    Tagged_Information:
    ModelTiepointTag (2,3):
    0 0 0
    438000 4216800 0
    ModelPixelScaleTag (1,3):
    0.25 0.25 0
    End_Of_Tags.
    Keyed_Information:
    GTRasterTypeGeoKey (Short,1): RasterPixelIsArea
    End_Of_Keys.
    End_Of_Geotiff.
    Corner Coordinates:
    Upper Left ( 438000.000, 4216800.000)
    Lower Left ( 438000.000, 4216799.750)
    Upper Right ( 438000.250, 4216800.000)
    Lower Right ( 438000.250, 4216799.750)
    Center ( 438000.125, 4216799.875)

  • Is it possible to submit an image file with PDF form?

    Hello,
    I know that Acrobat does not offer a field for image file submission.
    whether there are workarounds to solve this problem?
    I have found suggestions regarding place an image to button icon:
       event.target.buttonImportIcon();
    but I can't understand is it possible to submit this image to server (Reader supports PDF only).
    Any advices?
    Yury

    Hi Yury,
    Yes, that's correct you can create a button and add a script to it that would prompt the user to select an image file when that button is clicked. Then that image can be displayed using the same button (buttons can show either an image or text).
    The script in question is:
    event.target.buttonImportIcon();
    You need to add it as an Run a JavaScript-action to your button, triggered by the MouseUp event, and of course set the button's layout.
    Please refer to this link : https://acrobatusers.com/tutorials/how-to-create-a-button-form-field-to-insert-a-pdf-file
    On submitting the image it gets embedded with the PDF.
    If the users are using Acrobat they will be able to view the image in the PDF, however if they are using only Reader, you will have to create the form using LiveCycle & then save it in a Reader Extendable Format.
    Regards,
    Aadesh

  • Associating image files with Photoshop

    I'd like to associate jpg or raw files with Photoshop, whereby I can click on the image file and it will launch directly into Photoshop.  When I try to associate through Windows 8 it fails to find Photoshop CC as an option to open any form of graphic files, yet I can open PS CC directly and then open the files, or go through Bridge.   Thanks.

    I find in windows two thing need to be set correctly for that to work like you want. First the file extension associations must to set to ypir Photoshop version and the windows registry keys for photoshop.exe shell commands open and edit must be set correctly. 
    File associations may be checked and changes with the control panels default programs file association application and the registry keys can be checked. and modified with regedit.

  • How can I take raw image files with my iPhone?

    I want raw image files from my iPhone so that I can process them with ACR.

    The phone only works in one resolution. You cannot reduce it. The back camera has a higher resolution than the front camera. That is in the specifications. You can check the camera information in the User Guide here. http://manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf

  • Print image file with at least 150 DPI

    Happy NI Week everyone!  I couldn't make it this year, but I am working to encourage the pruchase of lots of NI hardware.
    We know about printing the front panel of a VI as a quick and somewhat dirty way to generate a report.  I know DIAdem would be the superior solution here, but I wonder if there's a middle ground.  Recently, a customer requested some minor changes to an application and one of the requests was to "clean up" the way their logo looks on a printout.  They supplied us with a high resolution version of their logo, and we tried converting it to various formats before pasting it on the front panel, but the printout seems to always be rather blocky and low resolution looking.  My thought is that the front panel is rendered at 72 DPI (dots-per-inch) and the data sent to the printer is at that resolution.  I know we can save an image of a front panel.  So what I would like to do is make an oversized front panel, save it as an image file, and print that image file at 150 or 300 DPI.
    So the question is:  How do I print an image file at a different DPI than what it was originally saved with?  What is a good method to print image files for that matter?
    Thanks,
    Dan Press
    PrimeTest Automation

    Hi Photon Dan,
    Here is a possible solution. It requires some photo editing. You could take a normal screen shot of your front panel and then import it into a photo editor such as IrfanView. From that point you could resize the image and make it very large. This will make the image quality very poor. At this point you could import the high resolution image from your client and paste it over the poor quality image in the screen shot. Then resize it back to its normal size. You should then be able to select what DPI you would like to print it at and will have a high quality logo. Lots of photo editing but it could give you what you want. 
    Regards, 
    Josh Brown
    Applications Engineer
    National Instruments

  • Old Image Files (with hidden extenion name) won't open.

    Recently upgraded from 0s 9.2 to 10.4.
    All of our file extensions that were just hidden in OS 9.2 are now missing...
    I'm looking at a folder full of image files, some are .tif, some are .eps but they now display a unix executable file icon and the extension is missing...
    Is there any way to fix this?

    Crappy workaround but at least you can see the ics info...
    • open the mobileme web client
    • click on the message with the calendar item in it
    • click on the forward message button
    You'll see all the code for the ics attachment in the view. It's ugly, but at least you can see what date and time you're scheduled for your hernia surgery

  • Matching IOS capwap flash image file with Wlc image file

    Hello to all Wireless Expert
    My question will perhaps seems a little bit obvious for some of you, but here it is :)
    I'd like to understand the relation between the Capwap IOS image file that I can see while typing 'dir flash' on an AP, and the version a WLC gives to that AP when joining it. My wlc is running 7.4.100 and on the AP's flash (2602i):
    MYCAPWAPAP#dir flash:
    Directory of flash:/
        2  -rwx       75095  Oct 23 2014 07:54:43 +00:00  event.log
        3  -rwx         280  Oct 23 2014 07:57:35 +00:00  lwapp_officeextend.cfg
        4  -rwx       49372  Oct 23 2014 09:37:14 +00:00  lwapp_non_apspecific_reap.cfg
        5  -rwx       95008  Oct 23 2014 07:54:34 +00:00  lwapp_reap.cfg.bak
       10  drwx        2048  Oct 23 2014 07:54:33 +00:00  ap3g2-k9w8-mx.152-4.JB6
       51  drwx         128  Oct 23 2014 07:57:38 +00:00  configs
       52  -rwx          64  Oct 23 2014 07:54:34 +00:00  sensord_CSPRNG0
       53  -rwx          64  Oct 23 2014 07:54:34 +00:00  sensord_CSPRNG1
       77  -rwx       95008  Oct 23 2014 07:57:55 +00:00  lwapp_reap.cfg
        7  -rwx        7192  Oct 23 2014 09:36:56 +00:00  private-multiple-fs
       56  -rwx           0  Mar 26 2014 14:37:17 +00:00  ce
       13  drwx         448   Nov 9 2013 19:06:17 +00:00  ap3g2-rcvk9w8-mx
        8  -rwx       75303  Oct 22 2014 16:30:26 +00:00  event.capwap
       76  -rwx         230  Oct 23 2014 07:57:34 +00:00  env_vars
    31739904 bytes total (10376704 bytes free)
    Does it mean that the 7.4.100 image file is included in the ap3g2 file? In other word, where is stored the wlc firmware image on the AP? As an AP has a primary image and a backup one, it must be stored somewhere on it, or maybe I'm missing something here!
    Thanks,
    Theo

    Hi Theo,
    If you read this post you will understand the ap3g2 represent the AP platform.
    https://supportforums.cisco.com/document/77131/understanding-access-point-ios-images
    platform-featureset-tar.version.tar
    ap1g1 - 700 series (702w beginning with 15.2(4)JB5)
    ap1g2 - 1600 series
    ap1g3 - 1530 series
    ap3g2 - 3700/3600/2700/2600 series (3700 supported beginning with 15.2(4)JB; 2700 beginning with 15.2(4)JB5)
    ap3g1 - 3500/1260 series
    In lightweight mode, there is Recovery Imange & Full-image. (Recovery image has min files to boot the AP & discover a WLC, then  WLC will push the full image according to the software code running on WLC.
    ap3g2-k9w8-mx.152-4.JB6
    ap3g2-rcvk9w8-mx
    In this case you can see some directories with the above name on your AP. So corresponding image should be within these sub-directories.
    HTH
    Rasika
    **** Pls rate all useful responses ****

Maybe you are looking for

  • How to: Make a border around a text

    In word or OpenOffice, when i have a line of text I can click on an icon to select it's border... but I don't seem to be able to find how to do that in Pages. Is it possible?

  • PGA memory problem - Oracle 10.2.0.4 on windows 2003

    Hi, I have recently started work at a new company and we are running Oracle 10g (10.2.0.4, Enterprise Edition) on Windows 2003 (Standard Edition). The server has 4Gb of RAM (and we have modified boot.ini to inclue the /3Gb switch). RE: SGA/PGA, we ha

  • N82 Firmware

    E71, E66, N96 and even N85 got a firmware update! Why Nokia is not releasing one for the N82? It still have battery problems! Damn that Nokia! I think am going for a SE.

  • I get this error message when I try to open my google calendar:

    We've detected a problem with your cookie settings. Enable cookies Make sure your cookies are enabled. To enable cookies, follow these browser-specific instructions. Clear cache and cookies If you have cookies enabled but are still having trouble, cl

  • Error: �ould not create the java virtual machine

    Hello I am trying to open the following web application [http://studio.xyleme.com:11180/studio/] but getting the above error. I have tried uninstalling & re-installing the latest java RE but doesn't seem to have fixed the issue. I can open this web a