How can I acquire images from multiple GigE cameras using Image Acquisition Toolbox and Parallel Computing Toolbox?
13 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2018 年 3 月 14 日
編集済み: MathWorks Support Team
2025 年 11 月 4 日 16:30
I have two or more GigE Vision cameras and I want to acquire images/video from them by using Parallel Computing Toolbox with one worker per camera.
Is there some example code that shows this approach?
採用された回答
MathWorks Support Team
2025 年 11 月 4 日
編集済み: MathWorks Support Team
2025 年 11 月 4 日 16:30
Please find attached example code on how to acquire from two cameras with spmd (Parallel Computing Toolbox) and videoinput (Image Acquisition Toolbox).
Refer to the attached examples:
- "example_videoinput_spmd_logtomemory.m"
- "example_videoinput_spmd_logtodisk.m"
The acquisition from each camera takes place in separate worker by using spmd blocks. When detecting the connected cameras, labBarrier ensures that the camera detection code is called by only one worker at a time.
0 件のコメント
その他の回答 (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!