You are here: Start » Program Examples » Two-camera application - single thread

Two-camera application - single thread

Aim

The aim of the project is to find defects on a bottle cap. The application shows how to handle two image sources sequentially.

Input

Images of the front and the top view of a botlle.

Output

The inspection result and information about present defects.

Hints

To separate tools dedicated for the first and the second image, dividing the application into the Steps can be useful.

The information about creating the HMI is available here.

Solution (AVS)

Macrofilter RunInspections(True)

Further Readings