Why do I receive the error "GETDATA timed out before FRAMES were available" when using GETDATA in Image Acquisition Toolbox 4.3 (R2012a)?
显示 更早的评论
I'm using a camera on a Linux machine. I would like to get image data frame by frame in a for-loop. However, I get errors as follows at the same line of different iterations. What should I do to avoid the error?
Warning: Unable to start acquisition:
Error event occurred at 13:57:18 for video input object: YUYV_640x480-linuxvideo-2.
The image acquisition device failed to start acquiring images.
The image acquisition device failed to
start acquiring images.
Error in imaqdevice/getdata (line 139)
frames =
getdata(imaqgate('privateGetField',
obj, 'uddobject'),varargin{:});
Error in test (line 8)
imageData1=getdata(vid1,1);
Error using imaqdevice/getdata (line
146)
OBJ is not running and no frames are
available.
Error in test (line 10)
imageData2=getdata(vid2,1);
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 DALSA Sapera Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!