Kinect for windows V1 in MATLAB R2016b

1 view (last 30 days)
Hiba Al Farsi
Hiba Al Farsi on 3 Jan 2017
Commented: Walter Roberson on 4 Jan 2017
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
Hiba Al Farsi
Hiba Al Farsi on 4 Jan 2017
But it couldn't communicate with my kinect.. What you suggest to solve this problem?!

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!