How to use appdesigner to congtrol GIGE camera to take picture of industrial parts?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
0 Commenti
Risposte (1)
Rahul
circa 12 ore fa
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.
0 Commenti
Vedere anche
Categorie
Scopri di più su GigE Vision Hardware in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!