Matlab cannot recognize kinect
4 次查看(过去 30 天)
显示 更早的评论
Matlab is not displaying device IDs for kinect cameras, when i run this command..
>> info = imaqhwinfo('kinect');
The output it displays is:
info =
AdaptorDllName: [1x79 char]
AdaptorDllVersion: '4.5 (R2013a)'
AdaptorName: 'kinect'
DeviceIDs: {1x0 cell}
DeviceInfo: [1x0 struct]
Although i have installed all the necessary drivers for kinect.
I have been following this link: http://www.mathworks.com/videos/using-kinect-for-windows-with-matlab-77799.html
1 个评论
Walter Roberson
2016-4-2
Which Kinect are you using? Only the Kinect One is supported before R2016a; as of R2016a Kinect v2 support was added (though if you look in the File Exchange someone posted a v2 interface suitable for some of the earlier versions.)
The Kinect for XBox 360 is not supported at all.
回答(7 个)
Paul Quispe
2015-4-23
same problem too AdaptorName: 'kinect' DeviceIDs: {1x0 cell} DeviceInfo: [1x0 struct]
0 个评论
Yun Cho
2016-12-5
Are you all using USB3.0 ports? I think the Kinect v2 needs to be plugged into Windows via USB3.0 right?
0 个评论
Jose Marques
2018-1-21
Hello. I tested Kinect at several MATLAB versions. Just work in MATLAB 2013.
2 个评论
juan Sanchez
2019-12-24
What does it mean "DeviceIDs: {1x0 cell}"?
1 个评论
Walter Roberson
2019-12-24
That means that it was not able to detect any (supported) Kinect devices.
另请参阅
类别
Test and Measurement
Image Acquisition Toolbox
Image Acquisition Toolbox Supported Hardware
Kinect For Windows Sensor
Image Processing and Computer Vision
Image Acquisition Toolbox
Image Acquisition Toolbox Supported Hardware
Kinect For Windows Sensor
Test and Measurement
Image Acquisition Toolbox
Image Data Acquisition
Acquisition Using Kinect for Windows Hardware
显示更多
在 Help Center 和 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!