How to connect Kinect 2 with MATLAB image acquisition tool?

1 view (last 30 days)
Hi I have some question about image acqusition in MATLAB with Kinect v2.
I've tried almost every solutions in internet but nothing works well.
When I typed imaqhwinfo, matlab shows that InstalledAdaptors include 'kinect'.
Then I typed colorVid = videoinput('kinect',1) and depthVid = videoinput('kinect',2),
matlabs says "There are no devices installed for the specified ADAPORNAME. See IMAQHWINFO)".
How could I solve this problem??
I'm waiting for proper Answer Thank you!

Accepted Answer

Dima Lisin
Dima Lisin on 16 Mar 2016
Image Aquisition Toolbox now supports Kinect v2.

More Answers (1)

Walter Roberson
Walter Roberson on 14 Oct 2015
The Mathworks add-on packages for Kinect such as here or there is for the original Kinect only.
However, someone has posted a Kinect 2 interface in the File Exchange at http://www.mathworks.com/matlabcentral/fileexchange/53439-kinect-2-interface-for-matlab

Community Treasure Hunt

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

Start Hunting!