Why am I seeing a delay when using my Sapera camera with the Image Acquisition Toolbox?
2 views (last 30 days)
Show older comments
I am using a Dalsa Coreco iPro x64 frame grabber and a JAI M9 CameraLink camera. In default immediate trigger configuration I see a 5 second pause before the video object is ready. Using the same camera configuration file CamExpert is nearly instant. I would like to remove the unexpected 5 second delays from my system.
Accepted Answer
MathWorks Support Team
on 27 Jun 2009
The issue is caused from a function in the Sapera API, which causes the delays to occur during the stopping process.
All of the frames are acquired very quickly after the start. After they are acquired, the Image Acquisition toolbox calls a Sapera API function that takes almost two seconds to return.
To work around the issue, use manual or hardware triggering with a TriggerRepeat set to greater than 0. This will ensure that the stopping will not occur until after the last set of frames is received. Note that since the issue occurs during the stop, you will see the delay only if you wish to restart immediately.
0 Comments
More Answers (0)
See Also
Categories
Find more on DALSA Sapera Hardware 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!