Getting Kinect sensor data from matlab
이전 댓글 표시
I have kinect for PC and the new microsoft kinect SDK (not the beta). I was able to connect to the kinect from Matlab (using net.addassembly(<microsoft.kinect.dll>), and register an event listener (e.g., to DepthFrameReady event using addlistener). My event handler get called indeed (30 times a sec), but, when I copy the image data in the event handler to a matlab int8 array (using, DepthFrame.CopyPixelDataTo(frameBits)), the resulting matlab array, frameBits, is all zeros.
Any help on how to get the data from kinect sensor using microsft sdk would be highly appriciated.
댓글 수: 1
Laila Kazemi
2013년 6월 13일
hello , im trying to get data from kinect into matlab, i had no luck yet, could you pls post ur code?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Kinect For Windows Sensor에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!