Display Images with NI Vision in LabVIEW and LabWindows/CVI

Updated Apr 10, 2026

Reported In

Software

  • Vision Development Module
  • LabVIEW
  • LabWindows/CVI

Driver

  • NI-IMAQ

Issue Details

What are my options for displaying images using NI Software? What are some common issues associated with displaying images?

Solution

There are several methods for displaying images using NI Vision software in LabVIEW and LabWindows™/CVI.

In LabVIEW you have the following options:

 

In LabWindows/CVI you have the following options:

  • UIR Image Control
    If you have the Vision Development Module, you can access the Image Control by right clicking in an empty space of the UIR panel » Custom Controls » NI Vision » Image Control. An included example where this is displayed is OCR (with Image Control).
    • imaqDisplayImage Function
      You may also choose to show your image in another window. The window becomes visible when you call the function. Furthermore, the window is associated with the image until you close the window, dispose of the image, or call this function again with the same window number. For more information regarding this function please consult page 6-11 of the IMAQ Vision for LabWindows/CVI Reference Manual

      Vision Examples for LabWindows/CVI can be found:
      <Program Files>\National Instruments\CVI2017\samples\More Samples\Vision
      which links to the following path:
      <Users>\Public\Public Documents\National Instruments\CVI\Samples\Vision

    Additional Information

    Make sure that you have installed Vision Acquisition Software (VAS) in order to acquire images from your camera. VAS includes the drivers needed to connect and take images into your IDE.