I am using a Camera Link camera and I am getting dropped frames

1 回表示 (過去 30 日間)
Chris Bell
Chris Bell 2018 年 6 月 5 日
コメント済み: Walter Roberson 2018 年 6 月 5 日
The code I am using for the actual acquiring the image is:
vid = videoinput('ni',1,'img0');
vid.FramesPerTrigger = nFrames (where nFrames = 5000 say)
start(vid)
wait(vid)
stop(vid)
Each frame is about 1MB
I get the error
ni A frame has been dropped & the acquisition has been cancelled
Is there any way of stopping the dropped frames or even carrying on when a frame has been dropped please?
  1 件のコメント
Walter Roberson
Walter Roberson 2018 年 6 月 5 日
I wonder if you might be running out of memory, similar to what is described in https://www.mathworks.com/support/bugreports/1422542

サインインしてコメントする。

回答 (0 件)

製品


リリース

R2016a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by