This content is not available in your preferred language.

The content is shown in another available language. Your browser may include features that can help translate the text.

Can I Use My Third-Party Frame Grabber with Vision Acquisition Software?

Updated Dec 20, 2023

Reported In

Hardware

  • Frame Grabber Device

Software

  • LabVIEW
  • Vision Development Module

Driver

  • Vision Acquisition Software

Issue Details

  • Can I use NI-IMAQ from NI Vision Acquisition Software (VAS) to acquire images from a third-party frame grabber?
  • Does NI offer VIs to use with my third-party frame grabber?
  • Does VAS support CoaXPress frame grabbers?

Solution

NI-IMAQ supports NI hardware only and is not designed to be used with third-party frame grabbers.

Some companies have created their own VIs that make calls to their own hardware driver. These VIs sometimes get referred to as a "driver". NI does not write, maintain, or support these third-party VIs. Contact the manufacturer or vendor of your frame grabber to determine if they have created a set of LabVIEW APIs to interface with their hardware.

Additional Information

NI-IMAQ does not support third party frame grabbers because every frame grabber requires a board-level driver to communicate to the hardware (configure registers, handle data transfers, etc.). Therefore, every frame grabber manufacturer has a driver designed for their own hardware.

When NI-IMAQ is installed as part of VAS, application development support is added with LabVIEW VIs in the functions palette to interface with first party frame grabbers. These VIs do not constitute a driver, but they are wrappers for function calls to the NI-IMAQ driver. If you open up the IMAQ VIs at the lowest level, you will see that they consist of calls to the NI-IMAQ DLL, with some supporting code for error handling and other functionality.

NI Vision Development Module (VDM) is a separate software set from VAS and is an extensive library of LabVIEW image processing VIs. NI VDM can be used with images from an NI frame grabber, a third-party frame grabber, or from a file. The VDM VIs do require the images to be formatted into a proprietary data type called an IMAQ Image, which is the data type returned by NI-IMAQ. Other manufacture's frame grabbers often return an image as a 2-D array of data which can then be converted to the IMAQ Image format using the IMAQ ArrayToImage VI.