MATLAB Image Acquisition FrameGrabInterval
3 views (last 30 days)
Show older comments
Is it possible to change the frame grab interval of a camera based on an event or trigger? To conserve memory I would like to collect every tenth frame until a specific event occurs. After the event occurs I would like to be able to acquire images using the full frame rate.
0 Comments
Answers (1)
Nalini Vishnoi
on 2 Jul 2015
Hi Garrett,
I assume that you are referring to the FrameGrabInterval property in the Image Acquisition Toolbox. Unfortunately, as explained in its documentation, this property is read only while running. This means that you would not be able to change its value when the acquisition has started. I hope this helps.
Thanks,
Nalini
0 Comments
See Also
Categories
Find more on Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface) in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!