Matlab cannot recognize kinect
Ältere Kommentare anzeigen
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 Kommentar
Walter Roberson
am 2 Apr. 2016
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.
Antworten (7)
Pedro Lino
am 22 Apr. 2015
0 Stimmen
Same problem here!!!
Paul Quispe
am 23 Apr. 2015
0 Stimmen
same problem too AdaptorName: 'kinect' DeviceIDs: {1x0 cell} DeviceInfo: [1x0 struct]
Hamid Bahr
am 15 Okt. 2015
0 Stimmen
Has anybody got a solution to the problem?
1 Kommentar
lavanya varshini
am 16 Feb. 2016
Same issue.. Need help
Nicolás González
am 2 Apr. 2016
0 Stimmen
Same problem...
Yun Cho
am 5 Dez. 2016
0 Stimmen
Are you all using USB3.0 ports? I think the Kinect v2 needs to be plugged into Windows via USB3.0 right?
Jose Marques
am 21 Jan. 2018
0 Stimmen
Hello. I tested Kinect at several MATLAB versions. Just work in MATLAB 2013.
2 Kommentare
Walter Roberson
am 21 Jan. 2018
What kind of Kinect is it?
Jose Marques
am 2 Feb. 2018
Kinect for 360 just work in MATLAB 2013. (I read that it isn't supported).
juan Sanchez
am 24 Dez. 2019
0 Stimmen
What does it mean "DeviceIDs: {1x0 cell}"?
1 Kommentar
Walter Roberson
am 24 Dez. 2019
That means that it was not able to detect any (supported) Kinect devices.
Kategorien
Mehr anzeigen
Mehr zu Kinect For Windows Sensor finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!