problem in imaqmem even though i change the memory size

14 ビュー (過去 30 日間)
Ayesha ayub
Ayesha ayub 2014 年 10 月 15 日
コメント済み: jeancola 2018 年 7 月 25 日
Error event occurred at 21:53:46 for video input object: Logitech. Unable to allocate memory for an incoming image frame. Use IMAQMEM to modify the frame memory limit. ??? Error using ==> dos Unable to allocate memory for an incoming image frame. Use IMAQMEM to modify the frame memory limit.
i modified the frame memory limit but still give same error why
  1 件のコメント
Image Analyst
Image Analyst 2014 年 10 月 15 日
Please copy all the red error text - don't just snip out some of it. I'm not seeing line number, the actual line of code, etc.

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

回答 (2 件)

frans Thabo
frans Thabo 2017 年 10 月 25 日
編集済み: Walter Roberson 2017 年 10 月 26 日
Unable to allocate memory for an incoming image frame. Use IMAQMEM to modify the frame
memory limit.
Error in imaqdevice/getsnapshot (line 60)
snapshot = getsnapshot(imaqgate('privateGetField', obj, 'uddobject'));
Error in RedObjectTracking (line 27)
data=getsnapshot(vid); %We declare a variable 'data' to store the
extracted frame
  1 件のコメント
Walter Roberson
Walter Roberson 2017 年 10 月 26 日
Note: if the error message had instead been the slightly different
Unable to allocate memory for an incoming image frame due to insufficient free physical memory.
and you are using OS-X or MacOS, then see https://www.mathworks.com/support/bugreports/1422542

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


Madhura Suresh
Madhura Suresh 2017 年 10 月 31 日
Ayesha,
On all platforms, use this before running any functionality from the Image Acquisition Toolbox to not limit memory for MATLAB:
imaqreset
imaqmex('feature','-limitPhysicalMemoryUsage',false);
% create videoinput objects
  1 件のコメント
jeancola
jeancola 2018 年 7 月 25 日
Hi, I have the same problem (using Matlab R2014a , macvideo and OS X Yosemite). When I write imaqmex('feature','-limitPhysicalMemoryUsage',false); I have the following error: Error using imaqmex The IMAQMEX feature specified is invalid. Would you know why?

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

Community Treasure Hunt

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

Start Hunting!

Translated by