I was hunting around in the docs and came across this:
Code:
Image* cameraImage = frcCreateImage(IMAQ_IMAGE_HSL);
double timestamp; // timestamp of image returned
double lastImageTimestamp; // timestamp of last image, to ensure image is new
int success = GetImageBlocking(cameraImage, ×tamp, lastImageTimestamp);
int result = GetCameraMetric(CAM_NUM_IMAGE);
When you call that will the system automatically save that as IMG_Whatever on the cRIO for access with FTP later?