Dropped frames still can't be solved
Show older comments
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);
Answers (0)
Categories
Find more on GigE Vision 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!