Kinect for windows V1 in MATLAB R2016b

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

Can I install version 1.6 in matlab R2016b?? because what i found in support package is 2.0 version. And this is what i installed
The 16.2.0 support package from R2016b can talk to either Kinect 1.6 or Kinect 2.0 in theory
But it couldn't communicate with my kinect.. What you suggest to solve this problem?!
I suggest contacting Mathworks.

Sign in to comment.

Answers (0)

Asked:

on 3 Jan 2017

Commented:

on 4 Jan 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!