Image Acquisition - preview is fast, snapshot is slow?
3 次查看(过去 30 天)
显示 更早的评论
Why is the snapping of frames so slow?
It seems that preview can be used with a callback to do real-time processing of images. However, snapping a frame, then calculating and displaying the result is very slow.
What is the best way to approach (quasi) real-time video processing?
0 个评论
回答(1 个)
David Tarkowski
2013-1-28
I think that this example might help with your issue: http://www.mathworks.com/help/imaq/examples/acquiring-a-single-image-in-a-loop.html.
1 个评论
Andraz Skoda
2016-6-8
编辑:Andraz Skoda
2016-6-8
What happens with time needed for one frame if we store the frame in Matlab variable every time in a manualy trigger mode loop? Did anybody already tested it?
I'm working on application that also needs real-time snapshoting and every frame must be processed. Processing can also be done after all frames are captured. So we take for example 20 pictures (we must come under 5 seconds) and after this, process them.
Any suggestions, ideas or results of testing this kind of application with Matlab?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Acquisition Using Image Acquisition Explorer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!