The sample app can use an AVI as the source of input for testing purposes. There are sample movies in the tests/ directory, and XML config files in the bin/ directory. Copy one of the AVI XML’s over config.xml and then run sampleapp. You seem to have to move the mouse over the window to get it to start, or maybe its looking for a keypress, I’ve not looked at the code.
You could modify sampleapp to use mouse input (mouse down = finger down, mouse move = finger update, mouse up = finger up) if required, but you’ll only be able to test single blobs. My plan was to test first with the supplied AVI’s and see if there was any obvious mods to the code for speed or accuracy, as these are nice canned examples to benchmark against. Then for ease I’m probably going to do some backlight IR onto glass before I consider building an FTIR table.