MATLAB Image Acquisition FrameGrabInterval

1 view (last 30 days)
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.

Answers (1)

Nalini Vishnoi
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

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!