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.
2 Comments
Direct link to this comment
https://it.mathworks.com/matlabcentral/answers/388286-how-can-i-acquire-images-from-multiple-gige-cameras-using-image-acquisition-toolbox-and-parallel-com#comment_674116
Direct link to this comment
https://it.mathworks.com/matlabcentral/answers/388286-how-can-i-acquire-images-from-multiple-gige-cameras-using-image-acquisition-toolbox-and-parallel-com#comment_674116
Direct link to this comment
https://it.mathworks.com/matlabcentral/answers/388286-how-can-i-acquire-images-from-multiple-gige-cameras-using-image-acquisition-toolbox-and-parallel-com#comment_953872
Direct link to this comment
https://it.mathworks.com/matlabcentral/answers/388286-how-can-i-acquire-images-from-multiple-gige-cameras-using-image-acquisition-toolbox-and-parallel-com#comment_953872
Sign in to comment.