getdata errors when capturing skeletal data with kinect
Afficher commentaires plus anciens
Matlab R2016b
Windows 10
Kinect V2.
I'm testing out the code from the Skeleton Viewer for Kinect V2 Skeletal Data and running into issues with getdata and also other items listed below. As you can tell I'm new to Matlab so any pointers would be appreciated. Here are the error codes:
- Error event occurred at 17:13:00 for video input object: Depth_512x424-kinect-2.
- Unable to allocate memory for an incoming image frame due to insufficient free physical memory.
- Unable to allocate memory for an incoming image frame due to insufficient free physical memory.
- Error in imaqdevice/getdata (line 141)
- frames = getdata(imaqgate('privateGetField', obj, 'uddobject'),varargin{:});
- Error in ImaqTrn06 (line 40)
- [colorImg] = getdata(colorVid); % [colorImg] = getdata(colorVid);
- Error using imaqdevice/getdata (line 148)
- OBJ is not running and no frames are available.
- Error in ImaqTrn06 (line 41)
- [~, ~, metadata] = getdata(depthVid);
1 commentaire
Harold Villacís
le 14 Fév 2018
Hi, I have the same problem. And I am running in a computer with 64 Gb RAM, i7 processor
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Acquisition Using Kinect for Windows Hardware dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!