Kinect for windows V1 in MATLAB R2016b
Show older comments
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 Comments
Walter Roberson
on 3 Jan 2017
To cross-check: you installed the support package? https://www.mathworks.com/hardware-support/kinect-windows.html
Hiba Al Farsi
on 4 Jan 2017
Walter Roberson
on 4 Jan 2017
Edited: Walter Roberson
on 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
on 4 Jan 2017
Walter Roberson
on 4 Jan 2017
I suggest contacting Mathworks.
Answers (0)
Categories
Find more on Acquisition Using Kinect for Windows Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!