You are here: Start » Program Examples » Two-camera application - multithread
Two-camera application - multithread
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 process the images parallelly, there should be a separate Worker Task for each image.
The information about creating the HMI is available here.
Solution (FIS)
Macrofilter Image1_MainLoop.
Macrofilter Image2_MainLoop.
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.