SeparateFrames.c is a modification of display.c (see /image/xil_examples/xil_display) written by Dr. Bebis. See /image/XIL_doc for documention regarding these examples (use XIL library). This is an example of running SeparateFrames: SeparateFrames -o tt -s 2 -C Jpeg -i 1 -f 100 (see the manual for a description of the various parameters of the program call). This call will capture 100 frames and save them in Jpeg format (the name of the files will be georxxx.ppm where xxx will be the sumber of the frame; see function "write_frames" in SeparateFrames.c; note that we use ppm although the images are actually jpg; this is to make the naming of the files easier when you convert them to ppm later). Note that you will not be able to see the images when they are actually captured. For this, run "SunVideoPlus" first to determine what you want to capture, then shut down 'SunVideoPlus" and run "SeparateFrames" (SeparateFrames will not work if SunVideoPlus -or any other program using the frame grabber- is alive). To convert the images in (actual) ppm format, move all the images in the subdirectory "images", and run the script "convert"