Get images from gige cam and display them in parallel
1 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
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.
Additionally, refer to the following documentation, which describes various ways to view multiple images at the same time:
1 个评论
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.
另请参阅
类别
在 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!