How to use appdesigner to congtrol GIGE camera to take picture of industrial parts?
조회 수: 4 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Rahul
2024년 11월 29일 6:11
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
참고 항목
카테고리
Help Center 및 File Exchange에서 GigE Vision Hardware에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!