Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm working on SLAM project using Kinect, I'm using Matlab 2011. The Kinect is working properly on visual studio(C#), but the Matlab doesn't recognize it.
I tried Microsoft kinect SDK 1.8 and Microsoft kinect SDK 2 But it also doesn't work.

What I have tried:

On Matlab I'm using Image Acquisition toolbox
 hwInfo = imaqhwinfo

hwInfo = 


    InstalledAdaptors: {'matrox'  'winvideo'}
        MATLABVersion: '7.12 (R2011a)'
          ToolboxName: 'Image Acquisition Toolbox'
       ToolboxVersion: '4.1 (R2011a)'
Posted
Updated 5-Mar-18 9:26am
Comments
Maciej Los 5-Mar-18 15:18pm    
"But it also doesn't work." - is not descriptive at all!

1 solution

First of all, please read my comment to the question.

As is mentioned here: How to connect Kinect XBOX 360 to MATLAB?[^] Matlab 2011 does not support Image Acquisition. This future is available from Matlab R2013a. Follow the link to get more details.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900