You are here: Start » Programming Tips » Recording Images

Recording Images

Continuous Recording

Images can be recorded to a disk with this simple program:

The RecordAllImages program.

Recording Single Images

Sometimes it might be useful to have a simple HMI with a button triggering the action of saving the current image to a file. This can be done by conditional execution of the SaveImage filter:

The RecordSingleImages program.

The HMI for this program consists of an image preview and an impulse button:

HMI for recording single images.

Previous: Programming Finite State Machines Next: Sorting, Classifying and Choosing Objects