Thanks for all the good ideas, everyone! I'll give some of them a try tomorrow- if one of them is easier than my method, I'll mention it. In the meantime, what I finally did was grab a copy of Scilab, save the data into a binary output file from FireSpy, grab the data from the file one byte at a time and load it into a matrix, then use SciLab's built-in grayplot function to plot the values. The plotting process is slow, but it works. Perfection of the image isn't necessary; I just needed to know whether it was getting garbled at the host end or the device end. Mike H. On 10/30/06, Mike Hord wrote: > I have raw image data, stripped from an isochronous FireWire > stream, that I'd like to view. > > Has anyone had any experience with making this happen? The > data is 8-bit grayscale- it should be amazingly easy to do this, > but it's turning out harder than I'd have suspected. > > Note that there isn't any file header data or anything- it's from a > 1024x768 pixel detector, and I have exactly 512 packets of 8-bit > data, 1536 bytes per packet. AIUI, it doesn't even match the > .raw image format. > > I'd hate to have to write a program to do this. > > Mike H. > -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist