I have a small task I need to try to accomplish. Circumstances here have left us with no real programmer so I need to try to find a solution.

I need to figure out how to take camera data from a frame grabber and write it to disk.

Code:
    'Acquire multiple images into the frame buffer  
   Call frmMain.DTAFGMON1.AcquireMem(0, 2, ContinuousAsync)
This seems to be where data is put into a buffer. I just need to write it to the HDD.
Since this is a continuous stream, I would need it to write to disk until the acquisition is manually stopped.

Thanks for any help.

SNT