How to use appdesigner to congtrol GIGE camera to take picture of industrial parts?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Rahul
il y a environ 12 heures
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 commentaires
Voir également
Catégories
En savoir plus sur GigE Vision Hardware dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!