This vi will first pause the video, retrieve an image from video and resume the video again. It also shows the image if "Show Image?" is true.

Create a new image with random value. It supports image type of binary, gray and RGB. For gray image, it supports 8U, 8S, 16S, 32S, 32F and 64F depth. Color image has only 8U per color channel, that means 24bit color image.

Creates a new image by clone.
![]()
Creates a new image from file. The supported image file format are:
Windows bitmaps - BMP, DIB; JPEG files - JPEG, JPG, JPE; Portable Network Graphics - PNG; Portable image format - PBM, PGM, PPM; Sun rasters - SR, RAS; TIFF files - TIFF, TIF.
![]()
Creates a new image from an image window. The image window has to be created by the "IVision_Create Named Window.vi".
![]()
Create new image from AVI file.
![]()
Creates a new image from the input array.
Image.width has to be the multiple of 4.
Use for 8U gray or RGB image(24bit). For color image the data order has to be: B,G,R,B,G,R...

Save an image to file.
Currently the following file formats are supported: Windows bitmaps - BMP, DIB; JPEG files - JPEG, JPG, JPE; Portable Network Graphics - PNG; Portable image format - PBM, PGM, PPM; Sun rasters - SR, RAS; TIFF files - TIFF, TIF.

Close a specified image or all images. Close image can free up some memory
storage.
![]()
Create image header. Low level vi.

Create a new image. This is a low level vi. It supports image type of binary, gray and RGB. For gray image, it supports 8U, 8S, 16S, 32S, 32F and 64F depth. Color image has only 8U per color channel, that means 24bit color image.

Currently the following file formats are supported: Windows bitmaps - BMP, DIB; JPEG files - JPEG, JPG, JPE; Portable Network Graphics - PNG; Portable image format - PBM, PGM, PPM; Sun rasters - SR, RAS; TIFF files - TIFF, TIF.
![]()
Get image window image data. Low level vi.
![]()
Release image header. Low level vi.
![]()
Release image. Low level vi.
![]()
Clone image. Low level vi.
![]()