Dropped frames still can't be solved
Ältere Kommentare anzeigen
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);
Antworten (0)
Kategorien
Mehr zu GigE Vision Hardware finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!