If your specimen doesn't move around much during the test, just display live video to an image window. Draw a line ROI that crosses your tic marks and press a start button. Have your program measure the initial distance between the tic marks (probably using peak detection like I suggested before). Your display can be in a loop that grabs an image, measures the distance, then loops to grab the next image. This should be a simple enough measurement that you will get 30 fps easily. If not, you should be able to get 15 fps without any trouble. There is no reason to save your images after you measure them, so you shouldn't have any memory problems.
If your part moves too much for the peak detection method, make two distinct marks on the specimen. Use patter
n matching to locate each mark, and calculate the distance between the two centers as the specimen is tested. This will be a little slower, but still should get about 10 fps or so.
Bruce
Bruce Ammons
Ammons Engineering