LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Forming images from 8-bit pixel data

I have an outside software program for a Mutech frame grabber that is continuously writing data to a buffer is system RAM. The data corresponds to 8-bit pixels in a 1D array, and I would like to know how to point to the buffer in RAM and reform the image for display in LabView. The software also creates interrupts for every time there is an end of frame or an end of transfer, so I need to use these to somehow synchronize LabView with the transfer. Mainly, I would like to know how to form and display an image in LabView using only the 8-bit pixel data. Thanks.
0 Kudos
Message 1 of 2
(2,638 Views)
If you know the height and width of the image, you can use "Draw Flattened Pixmap.vi" on the picture control pallete. I'm not sure how to retrieve the 1D array from RAM.

Daniel L. Press
PrimeTest Corp.
www.primetest.com
0 Kudos
Message 2 of 2
(2,637 Views)