imaqmontage(data); question about this code
Afficher commentaires plus anciens
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...)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Image Data Acquisition dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!