problem in imaqmem even though i change the memory size
조회 수: 5 (최근 30일)
이전 댓글 표시
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
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
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
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.
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
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?
참고 항목
카테고리
Help Center 및 File Exchange에서 Point Grey Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!