Are you using LabVIEW? You may want to post this question on the MathWorks forum. LabVIEW can read a binary file but you have to know how to interpret the file. You must supply the datatype each byte is, then you can do whatever you want with it.
Doug M Applications Engineer National Instruments For those unfamiliar with NBC's The Office, my icon is NOT a picture of me 🙂
I have little knowledge of IMAQ, so I don't know your data type... sorry.
But in general you read the data in MatLAB. You save the image (only 1) 100 times in the same file. Each image is prepended by a I32 with the total byte count of the image. So that is one pointer for you. What you could do is convert your IMAQ image into a LV picture control (this must be possible) and then convert it into a U32 2D-dbl and read this with Matlab.
If you wouldn't mind explaining a little more about what it is you are trying to do it would help in understanding your situation. Can you separate out the images you are reading in and save them as separate bitmap or jpeg files? You could possibly then read an actual image into a 3rd party software if it has the support. Another idea is to write the binary pixel values into a text file and then parse the values into another software applicatoin. What exactly do you want to do with the images?
Regards, Mark T Applications Engineering | National Instruments