Dropped frames still can't be solved
显示 更早的评论
I have a GigE Vision camera with resolution 2048*2048 and the highest frame rate is 20.I follow the instructions from the following website.It really reduce the frequency of the error occurrence - "gige: Block/frame 313 is being dropped because a lost packet is unable to be resent........." but the problem still can't be truly solved.
my simplified code is following:
vid=videoinput('gige',1, 'BayerGR8'); src = getselectedsource(vid); src.PacketSize = 9000; delay = CalculatePacketDelay(vid,src.AcquisitionFrameRate); src.PacketDelay = delay; triggerconfig(vid,'mannual'); start(vid); for i = 1:10000000 a = getsnapshot(vid); end stop(vid);
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 GigE Vision Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!