From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Example Code

Converting Vertically Interlaced Taps to Reconstruct an Image

Products and Environment

This section reflects the products and operating system used to create the example.

To download NI software, including the products shown below, visit ni.com/downloads.

    Software

  • Vision Development Module
  • LabVIEW

Code and Documents

Attachment

Overview

This VI can be used as a template for reconstructing vertically interlaced images where the frame grabber does not support the needed tap configuration of the camera.

 

Description

This example uses the image of a Full Configuration Camera Link Camera where the camera is sending 10, 12, 14 or 16-bits per pixel and 4 taps vertically interlaced. The framegrabber only supports an 8-bit and an 8 tap configuration. It is configured to accept these taps vertically interlaced. This VI reconstructs that configuration.
 
The example is configurable to run as a standalone example or a SubVI.

 

Requirements

 Software

  • LabVIEW Base Development System 2012 (or compatible)
  • NI Vision Development Module 2012 (or compatible)

 Hardware

  • No hardware is necessary to use this example VI

 

Steps to Implement or Execute Code

  1. Download and open the attached file
  2. Run the program

 

Additional Information or References

8bit 8Tap to 4Tap IntVert LV2012 NIVerified.vi - Front Panel.png

 

8bit 8Tap to 4Tap IntVert LV2012 NIVerified.vi - Block Diagram.png 

 

**The code for this example has been edited to meet the new Community Example Style Guidelines. The edited copy is marked with the text ‘NIVerified’. Read here for more information about the new Example Guidelines and Community Platform.**

Vince M
Applications Engineer

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.