필터 지우기
필터 지우기

Get images from gige cam and display them in parallel

조회 수: 3 (최근 30일)
Gal Elias
Gal Elias 2021년 3월 25일
댓글: Walter Roberson 2022년 10월 14일
hello, i have matlab 2017b and im building an app with App Designer and i want to acquire images from the gige cam and display them in 2 different UIAxes - all in parallel (in addition to the main code). i have tried several things and nothing worked. Any help will be appreciated.

답변 (1개)

Aditya Shah
Aditya Shah 2022년 10월 14일
Hi!
Refer to the following documentation, which shows how to create a gigecam object to acquire images from GigE Vision cameras:
When the gigecam object is created, it connects to the camera and establishes exclusive access.
Then, you can preview the data and acquire images using the snapshot function.
Additionally, refer to the following documentation, which describes various ways to view multiple images at the same time:
  댓글 수: 1
Walter Roberson
Walter Roberson 2022년 10월 14일
I would be concerned about the "in parallel". Sometimes people mean using parallel workers -- and if so then that is a challenge because parallel workers cannot directly access the display.

댓글을 달려면 로그인하십시오.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by