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.