imaqmontage(data); question about this code
显示 更早的评论
My settings are:
obj.FramesPerTrigger = 5;
obj.TriggerRepeat = 2;
so that i have
obj.FramesAvailable =15;
then i have
data = getdata(obj); % access the logged data
imaqmontage(data); % Display each image frame acquired
my question is why i only get 5 pictures shown in matlab?(should be 15 pictures...)
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Image Data Acquisition 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!