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 (FIS)
Macrofilter RunInspections(True)
Further Readings
- Shape Fitting - This article presents usage of the Shape Fitting technique.
- Shape Fitting Filter Group - List of all filters used to perform Shape Fitting.