Displaying the image from camera after processing

Hi,
Using NI vision assistant I captured the image from the camera in continous mode with inline processing. Then the image was proceesed (filter,threshold and particle analysis), then I created a bounding box and integrated that with the real time video. But, the image viewer is displaying the image in binary form rather than in RGB space.
I can't find any mistake.
Please help.
Thank you.

Hi illuminator,
                       Can you post your VI and provide some more information?
Thanks as kudos only

Similar Messages

  • How do i delete images from camera after importing

    how do i delete images from camera, ipad, iphone after importing the files into aperture3?

    Image capture will allow you to delete from the device after import, but I believe it is by design that Aperture does not do this as it is recommended (in the case of a camera) to use a device's own delete function rather than a 3rd party like Aperture. This also allows time for a proper backup before everything is erased from the device?

  • IPhoto preferences - delete images from camera after upload???

    Is there a preference setting in iPhoto 6 to delete images from my camera's card after upload? Can't find it...

    Hi, buzzworms. Yes, it's there — but don't use it.
    Too many users of iPhoto have selected that option and then had an import go awry for some reason, only to discover afterward that even though the pictures weren't successfully imported, the card was erased and the pictures were gone.
    Much better to leave that option deselected, so the contents of your card aren't changed by your Mac whether or not they've been imported successfully. It's free insurance against the loss of your pictures. Erasing the card in your camera only takes a moment after you've confirmed that the pictures are safely stored in iPhoto's library.
    Message was edited by: eww

  • Issue with exporting the image from camera and scanner

    Hello,
    When  importing JPG digital photos from my Conica Minolta SLR digital camera,  the file size is typically 3-4 megabytes. If importing
    and then  exporting the file out of Lightroom 2.6, the size of the file is not  changed (at least not very much).
    However, when scanning 35 mm color negative films using a  Plustek OpticFilm 7600i with SilverFast-SE the JPG file has a size of  abou
    t 5 megabytes (generated by SilverFast-SE). If I take this file  and import it to Lightroom and then export it out again, the size in
    crements to about 12 megabytes. What could be the reason for this?
    Browser:  Microsoft IE
    Operating System: Windows 7
    Scanner / driver  version: SilverFast-SE v6.6.0r6
    Has it ever worked? If so, what's  changed? (provide comments in description field): Not Applicable
    Same results with different file?: Not Applicable
    Same results with  different computer?: Not Applicable
    Recent System Hardware or  Software change?: Not Applicable
    Regards
    JPSingh

    It is the compression settings on export that will define the size of an exported image from LR, the amount of compression applied will produce differing file sizes according to the type of image, the amount of sharpening and many other factors.. To compare actual file sizes (rather than compressed sizes) see what it says when in Lightroom or when open in Photoshop. Two images with the same pixel dimension can have very different file sizes when compressed. When open, in PS for instance, the file size will be the same for images of the same pixel dimensions and bit depth. .

  • Displaying fullscreen images from camera via firewire

    I have clients that want to be able to see the image I take with my camera instantly after I take it. So I hook my camera to my MacBook Pro via firewire, take the shot at the camera and then I WANT the image to appear full screen or close to full screen size on my laptop. I had one poster on another forum say that Aperture can do this. I can't figure out how. Any ideas?

    You can absolutely do this - although depending on your camera it might more likely be via USB. What you're describing is tethered shooting. I do it all the time with my D300 and it works perfectly. You can set yourself up in fullscreen mode and watch your pictures come up within a few seconds of shooting.
    If your camera is supported you simply plug it in (via usb or firewire - usually usb), select File>Tether>Start Session and you're ready.
    When I'm shooting still life, I like to fire a shot or two, do a few quick adjustments to get the look I'm after and stamp the keepers as I go along and refine the setup. It's a great way to get a real feel for what you're attempting.
    There's a list of supported cameras on the Aperture site- I don't have the link handy though.
    Good luck!

  • Firefox can't load a Siemens Gigaset network camera but IE8 can. There is an error in the code from the cam. Could Firefox ignore this and display the image anyway ? eg. with Ignore / Abort.

    I run Windows-XP SP3 and I can't get the image from a Siemans Gigaset cam. There is an error in the cam code (a lacking rutine) . IE8 ignores this and displays the image anyway.
    Is it possible to get a notification like Ignore/Abort/ Continue ???

    Does the documentation for that camera, or for the software with it, say anything about ActiveX or about H.264?
    If so, it isn't compatible with Firefox - it doesn't do ActiveX and it doesn't support H.264 in the HTML5 standard. Microsoft just released a plugin for Firefox that adds H.264 support to Firefox, but IIRC that only covers Windows 7 - not WinXP.

  • HT4101 I discovered a fatal flaw in the iPad procedure for downloading images from camera to iPad: after selecting the images to be downloaded, an accidental touch of the "delete" button, wipes all selected images from the camera, with no warning?

    After downloading some 60 images from camera to iPad, I was "scrolling" down to select the last images, and inadvertently touched the "Delete" button that appears at the top right of the screen, when the "Select" option is chosen. I did not notice the warning "Delete 60 Images?", and continued scrolling down, when my finger touched the warning message. All my precious images were instantly deleted from the camera The sensitive touch screen feature makes this a real problem. Apple should "fix" this unacceptable feature, surely! I suggest that the images on the camera memory card should not be able to be deleted from the iPad, and this shpuld require to be done using the camera controls only. Similarly, the "Delete" or "Keep" options that appear after importing a selection from the camera, should NOT allow the images on rthe camera to be deleted, but only the imported (downloaded) images on the iPad. This unnecessary option could easily delete precious images from the camera!
    Apple should remove the option to delete images from the camera, and the iPad touch screen commands should olny delete images on the iPad. (Alternatively, the "delete option should be on a separatly accessed "page".)
    Surely enough users of the "Lightning to USB Camera Adapter" will agree with the above?

    No, I don't agree. Whenever you connect a camera to a computer you are given the opportunity to delete the photos on the camera after downloading in precisely the same way the iPad does this. The fact that you touched Delete and then ignored the Warning doesn't change anything.
    I've loaded thousands of photos on my IPad and never have had that problem.
    Don't blame a moment of carelessness on your device.
    If you want to make such a suggestion to Apple use http://apple.com/feedback

  • How to Snap/Grab Image from 1394 camera and display the Image in CWIMAQVIEWER in VC++ ?

    Hi,
    I have :  -  IMAQ1394 2.0.1
                  -  NI Vision 7.1
    In VB, I can Snap/Grab Image from 1394 camera and display the Image in CWIMAQVIEWER :
        Dim Image0 As New CWIMAQImage
        imaq1394SnapCW(sid0,Image0)
        CWIMAQViewer1.Attach Image0
    Now,How can I do this in VC++6.0?
        I tried:
                  C_CWIMAQImage m_imgViewer1;
                  m_imgViewer1 = m_CWIMAQVision1.CreateCWIMAQImage();
                  m_CWIMAQViewer1.Attach(m_imgViewer1);
                  imaq1394SnapCW(Sid,m_imgViewer1);  <--there is no "imaq1394SnapCW "function in VC++,why?
        Please help me!
        Thank you!

    For people looking back at these old posts regarding
    CWIMAQViewer - it was not made to be used in the C environments and is made
    for VB.
    Refer to the following locations for displaying images in C
    environments:
    Start»All Programs»National Instruments»Vision»Documentation
    Start»All
    Programs»National Instruments»Vision»Text Based Examples
    Make
    sure that you look at the examples and documentation that is in
    reference to the C environments not the VB environments
    Vince M
    Applications Engineer

  • After import, image from camera replaced with old (and incorrect) image

    i imported photos this morning.  maybe 200.  into Lightroom 5.6 (with
    camera raw 8.6, running on macosx 10.9.5; see below for "system info").  the images came from my
    Leica M Typ 240, and were in raw format.  after importing the images, i
    went through them in my first editing pass.
    going through, image 1867 ("L1001867.DNG") in LR was *not* the same as
    image 1867 on my camera, but was, rather, an image (no longer on the
    card in my camera) from 8 months ago in China.
    the image on the camera was from 07.10.2014 15:49.15 (following one
    taken at 15:49:07, which *did* show up in LR).  the *meta* data in LR
    appears correct for the image from the camera (i.e, shows a date of
    07.10.2014, has likely exposure information, etc.), but the image itself
    is the wrong image.
    the image in LR *may* have been one i deleted (in LR), though i don't
    know that for sure.  if i *did* delete it, i deleted it months ago.
    the LR image was shot on 22.02.2014 at 02:51-02:52 (i typically don't
    change the clock).  while i don't know for sure the image number of the
    image in LR, it *appears* to be image 1419.
    obviously, this is fairly worrying (as i count of LR to keep my
    inventory!).  what can i do to help you troubleshoot this?  what can you
    tell me about what is happening?
    here is what "help:system info" says:
    Lightroom version: 5.6 [974614]
    License type: Perpetual
    Operating system: Mac OS 10
    Version: 10.9 [5]
    Application architecture: x64
    Logical processor count: 4
    Processor speed: 2.9 GHz
    Built-in memory: 8192.0 MB
    Real memory available to Lightroom: 8192.0 MB
    Real memory used by Lightroom: 1673.7 MB (20.4%)
    Virtual memory used by Lightroom: 3555.8 MB
    Memory cache size: 1608.3 MB
    Maximum thread count used by Camera Raw: 2
    Displays: 1) 2560x1600
    Application folder: /Applications
    Library Path: /Users/minshall/Pictures/Lightroom/Lightroom 5 Catalog.lrcat
    Settings Folder: /Users/minshall/Library/Application Support/Adobe/Lightroom
    Installed Plugins:
    1) Behance
    2) Canon Tether Plugin
    3) Facebook
    4) Flickr
    5) Leica Tether Plugin
    6) Nikon Tether Plugin
    7) Photoshelter Archive Publisher
    Config.lua flags: None
    AudioDeviceIOBlockSize: 512
    AudioDeviceName: Built-in Output
    AudioDeviceNumberOfChannels: 2
    AudioDeviceSampleRate: 44100
    Build: Uninitialized
    CoreImage: true
    GL_ACCUM_ALPHA_BITS: 0
    GL_ACCUM_BLUE_BITS: 0
    GL_ACCUM_GREEN_BITS: 0
    GL_ACCUM_RED_BITS: 0
    GL_ALPHA_BITS: 8
    GL_BLUE_BITS: 8
    GL_DEPTH_BITS: 24
    GL_GREEN_BITS: 8
    GL_MAX_3D_TEXTURE_SIZE: 2048
    GL_MAX_TEXTURE_SIZE: 16384
    GL_MAX_TEXTURE_UNITS: 8
    GL_MAX_VIEWPORT_DIMS: 16384,16384
    GL_RED_BITS: 8
    GL_RENDERER: Intel HD Graphics 4000 OpenGL Engine
    GL_SHADING_LANGUAGE_VERSION: 1.20
    GL_STENCIL_BITS: 8
    GL_VENDOR: Intel Inc.
    GL_VERSION: 2.1 INTEL-8.28.32
    GL_EXTENSIONS: GL_ARB_color_buffer_float GL_ARB_depth_buffer_float
    GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers
    GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced
    GL_ARB_fragment_program GL_ARB_fragment_program_shadow
    GL_ARB_fragment_shader GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB
    GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_instanced_arrays
    GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query
    GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite
    GL_ARB_provoking_vertex GL_ARB_seamless_cube_map GL_ARB_shader_objects
    GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shadow
    GL_ARB_sync GL_ARB_texture_border_clamp GL_ARB_texture_compression
    GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map
    GL_ARB_texture_env_add GL_ARB_texture_env_combine
    GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_float
    GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two
    GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_transpose_matrix
    GL_ARB_vertex_array_bgra GL_ARB_vertex_blend GL_ARB_vertex_buffer_object
    GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_EXT_abgr
    GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate
    GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract
    GL_EXT_clip_volume_hint GL_EXT_debug_label GL_EXT_debug_marker
    GL_EXT_draw_buffers2 GL_EXT_draw_range_elements GL_EXT_fog_coord
    GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample
    GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB
    GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4
    GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float
    GL_EXT_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color
    GL_EXT_separate_specular_color GL_EXT_shadow_funcs
    GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture_array
    GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc
    GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic
    GL_EXT_texture_integer GL_EXT_texture_lod_bias GL_EXT_texture_rectangle
    GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB
    GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_EXT_transform_feedback
    GL_EXT_vertex_array_bgra GL_APPLE_aux_depth_stencil
    GL_APPLE_client_storage GL_APPLE_element_array GL_APPLE_fence
    GL_APPLE_float_pixels GL_APPLE_flush_buffer_range GL_APPLE_flush_render
    GL_APPLE_object_purgeable GL_APPLE_packed_pixels GL_APPLE_pixel_buffer
    GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_specular_vector
    GL_APPLE_texture_range GL_APPLE_transform_hint
    GL_APPLE_vertex_array_object GL_APPLE_vertex_array_range
    GL_APPLE_vertex_point_size GL_APPLE_vertex_program_evaluators
    GL_APPLE_ycbcr_422 GL_ATI_separate_stencil GL_ATI_texture_env_combine3
    GL_ATI_texture_float GL_ATI_texture_mirror_once GL_IBM_rasterpos_clip
    GL_NV_blend_square GL_NV_conditional_render GL_NV_depth_clamp
    GL_NV_fog_distance GL_NV_light_max_exponent GL_NV_texgen_reflection
    GL_NV_texture_barrier GL_SGIS_generate_mipmap GL_SGIS_texture_edge_clamp
    GL_SGIS_texture_lod

    it appears the actual image is probably in place, but the *preview* is incorrect.  clicking on the image to zoom in causes (the normal) "Loading...", followed by a zoomed in view of the *correct* image.  zooming back out gives the normal view of the correct image.  (*very* good to know!)

  • Deleting images from iPad after they were imported w/Camera Connector Kit

    so I loaded images on my iPad using the camera kit and subsequently copied those over to my Mac using Aperture. How do I now remove the images from the iPad itself? I see no way to delete the Last Import or All Imported albums. It's not practical to use the delete option in the Photo App as I would have to manually delete hundreds of pictures. Using Image Capture on the Mac does not seem to be a better option.
    Thanks in advance.

    I posted this on another thread, I hope it is of some help
    Firstly, I am assuming you have a copy of these images stored safely elsewhere ?
    What I am going to describe is not the most elegant way of deleting your images, it is a variation of deleting one at a time but much swifter.
    Open the photo app on the iPad, select the left hand photo button which should then display all the thumbnails of the images you have on your iPad, click the top right hand button with the arrow, on the left three buttons appear, one of which is delete. If you put your finger on the first image you want to delete the blue & white arrow is seen, without taking your finger from the screen run your finger over the other thumbnails and in succession the tick will be seen against the images, the delete button will show the number of images you have selected, when you are satisfied click the delete button.
    As I said not elegant !
    17" MBP ( late 2009 )   Mac OS X (10.6.4)   Photography, motoring, European travel  

  • In My iphone 5s,i have disabled automatic download from whatsapp app.So whichever images,video i feel is good i download them and then save them to my camera roll section.So i want to know how can i remove the images from cache of my phone.

    In My iphone 5s,i have disabled automatic download from whatsapp app.So whichever images,video i feel is good i download them and then save them to my camera roll section.So i want to know how can i remove the images from cache of my phone which are downloaded and not saved,but they remain in cache.
    Even in some apps i have data which i want to remove,but cant find a way to remove them and they are in my cache eating up my memory.

    Try assigning Queen as the Album Artist on the compilations in iTunes on your computer.

  • I am downloading from a Canon 650D to Photoshop CS5.1 AND Adobe Bridge CS5.1  do i need to download a  DNG convertor? if so how do i get the images from the camera to the convertor?

    I am downloading from a Canon 650d  TO Photoshop CS5.1  and Adobe Bridge CS5.1  Do i need to download a DNG convertor? if so how do i get the images from the camera to the convertor?

    Please check the list yourself and co,mare the necessary CR version with the one your version of Photoshop utilizes. 
    If the version os higher than yours you can use the free DNG Converter – as to how to use it please read up on that.
    Camera Raw plug-in | Supported cameras

  • Aperture does not recognize that there are images to be imported on an SD card. My workaround is to copy the images from the ST card to a folder and then import the images from the folder. Aperture also imports incredibly slowly after the update to 3.4

    Aperture does not recognize that there are images to be imported on an SD card. My workaround is to copy the images from the SD card to a folder and then import the images from the folder. Aperture also imports incredibly slowly after the update to 3.4

    Check your Import settings in the Import Panel, i.e. all that might exclude the image type you want to import:
    If you did not exclude any file types, and still Aperture will not import, remove your ImageCapture preferences fro your user library:
    To remove the image capture preferences:
    If Aperture is running, quit Aperture,  and log off and on again.
    Open your user library from the Finder's Go menu: Hit Command Shift G (⌘⇧G) and then type in: ~/Library/Preferences/  then hit return.
    In the window that opens remove "com.apple.ImageCapture.plist"
    and look into the subfolder "ByHost": if there are files named com.apple.ImageCapture  something .plist  remove them too.
    then try again.
    And if that still does not help, remove the Aperture preferences as well:
    ~/Library/Preferences/aperture.plist
    Regards
    Léonie
    P.S. in MacOS Lion and later the user library ~/Library is hidden by default.
    You can reveal it also  from the Finder's "Go" menu:
    Finder > Go,   then hold down the options ⌥ key, until the Library appears in the drop-down menu, select it and open the Library folder. Then go to the "Preferences".

  • I have my camera (Canon 5D MARK 2) set to take both JPEG Large and Raw files with each shot. I uploaded the images from the card to my Pro (Aperture 3) and while the import info said 1500 images were uploaded, I can't find the RAW images.  Aperture put ab

    I have my camera (Canon 5D Mark 2) set to take both JPEG Large and Raw files with each shot. I uploaded the images from the card to my Pro (Aperture 3) and while the import info said 1500 images were uploaded, I can't find the RAW images.  Aperture put about 700 images in an untitled project folder, but all the images are the JPEGs.  What am I missing?
    Thanks,
    upsjdris

    Have you checked your "Import" settings for "Raw&Jpeg" pairs in the "Import" panel?
    You can set Aperture to import raw, jpeg, or raw&jpeg.
    If you imported Raw&Jpeg, but have set Aperture to use the Jpeg as original, you will see the imported image as Jpeg image, not as a raw image, even if the raw has also been imported. You can switch between Raw and Jpeg originals for selected images from the Photos menu:
    Photos > Use Raw as original.
    Regards
    Léonie

  • Display scanned image from the image server in the browser in BW Reports...

    Hi All,
    I need to display a scanned image of invoice In BW Reports ,  the information about image ie URL Llink Present in the table TOA01
    u2022
    TOA02
    u2022
    TOA03
    u2022
    TOAHR
    u2022
    TOADL .  I have an idea that we can extract the information from above table to BW and can able to Display the image in WAD Reporting ................
           Can anybody help regarding this .............? 
    Give some idea or material regarding this will be help full ?

    Hi Guru,
      Check the below link, it will be useful for you:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0c8bfa4-7348-2c10-b9ae-bc1ff04a9aeb?QuickLink=index&overridelayout=true
    Thanks
    Pawan

Maybe you are looking for

  • XML page cannot be displayed - Servlet error

    Hi, I am trying to extract XML data from a source using a servlet.But i am getting this error when i run my servlet in IE : The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refr

  • Is there a way to make bookmarks in the video program?

    Hello everyone, I was wondering if there is a way to make bookmarks while watching a movie on my iphone. If not, is there a program that does? I have iphone 4 with IOS 5.01 on verizon Thank You Marco

  • Package disclosure not found

    hello, i'm running jsp pages on tomcat 4.0. the jsp page has.. import disclosure.*; when i run the page on IE, i got this error... org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated. C:\To

  • I just got a new macbook air, bored.

    I just got a macbook air, and im bored with it. What are some cool or interesting things to do on it? I feel like im missing something..

  • Ordered Sequences in RAC

    We are currently in the process of migrating a single database to a RAC database under an aggressive time line. One of the issues we're currently facing is the use of sequences by our application. Various components of our app require ORDERED sequenc