How to use appdesigner to congtrol GIGE camera to take picture of industrial parts?

4 views (last 30 days)
How to import pictures into appdesigner, and record the file name and file location of the picture
How to call appdesigner to control the GIGE industrial camera to take pictures of the parts, and further perform image processing on the photos of the parts

Answers (1)

Rahul
Rahul about 12 hours ago
In order to obtain an image in MATLAB AppDesigner, consider using the 'uiimage' component in your MATLAB AppDesigner app and add the required photo using it's browse functionality.
The following MATLAB answer also mentions the use of 'uiimage':
The same can be also be done using 'uigetfile' and adding the image to a 'UIAxes'. The following MATLAB Answer mentions the same:
Additionally, the GIGE camera can be used with the MATLAB AppDesigner app by installing 'GigE Vision Support from Image Acquisition Toolbox' from File Exchange. The camera can be invoked using 'gigecam' function as 'app.cam' in a 'startupFcn' callback of the app. Further, the following tutorials can be referred to understand how to work with 'gigecam':
The following MathWorks documentations can referred for more information:
'GigE Vision Support from Image Acquisition Toolbox': https://www.mathworks.com/hardware-support/gige.html
Thanks.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!