To download NI software, including the products shown below, visit ni.com/downloads.
Overview
Perform a software trigger to grab a specific image from the camera.
Description
This example uses IMAQdx to continuously acquire (grab) images from an IMAQdx camera. The example also uses a user push button 'trigger' to transfer an image to a buffer, thus creating a snapshot.
Requirements
LabVIEW 8.6 "or compatible"
Vision Acquisition Software 8.6 "or compatible"
Steps to Implement or Execute Code
-Open and run the exmple.
-Follow the instructions listed on the block diagram
Additional Information or References
This example requires that you have the IMAQdx driver installed
**This document has been updated to meet the current required format for the NI Code Exchange. For more details visit this discussion thread**
Description-Separate-2Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
If I'd like to do processing on the 'snap' inside of the case structure, how do I transfer the snap image data back out of the case structure? Basically, in this example the snap image is transferred into a buffer, but how would I get that same image back out?