Kinect for windows V1 in MATLAB R2016b
Ältere Kommentare anzeigen
Hi all
I am tring to connect Kinect for windows V1 using MATLAB R2016b. When I enter this command: hwInfo = imaqhwinfo('kinect')
The output: hwInfo =
AdaptorDllName: 'C:\MATLAB\SupportPackages\R2016a\toolbox\imaq\supportpackages\kinectr…'
AdaptorDllVersion: '5.0 (R2016a)'
AdaptorName: 'kinect'
DeviceIDs: {1x0 cell}
DeviceInfo: [1x0 struct]
I used MATLAB R2014b with same command and I was able to connect the kinect and this is the output: hwInfo =
AdaptorDllName: 'C:\MATLAB\SupportPackages\R2014b\kinectforwindowsruntime\toolbox\ima...'
AdaptorDllVersion: '4.8 (R2014b)'
AdaptorName: 'kinect'
DeviceIDs: {[1] [2]}
DeviceInfo: [1x2 struct]
My question, how I can connect the kinect for windows V1 in MATLAB R2016b?!
5 Kommentare
Walter Roberson
am 3 Jan. 2017
To cross-check: you installed the support package? https://www.mathworks.com/hardware-support/kinect-windows.html
Hiba Al Farsi
am 4 Jan. 2017
Walter Roberson
am 4 Jan. 2017
Bearbeitet: Walter Roberson
am 4 Jan. 2017
The 16.2.0 support package from R2016b can talk to either Kinect 1.6 or Kinect 2.0 in theory
Hiba Al Farsi
am 4 Jan. 2017
Walter Roberson
am 4 Jan. 2017
I suggest contacting Mathworks.
Antworten (0)
Kategorien
Mehr zu Acquisition Using Kinect for Windows Hardware 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!