I am trying to connect Kinect sensor with MATLAB to capture the images through kinect and input them to MATLAB for further processing. Any workable code? I have tried few published codes but failed to get it to work properly.
If you have previous versions of Matlab it may or may not be tough; for me it was tough as the 3rd party libraries provided by people failed on me. There is one simulink block code submitted at http://www.mathworks.com/matlabcentral/fileexchange/32318-simulink-support-for-kinect which worked for me (I could see the kinect depth image in simulink).
Another option to try is http://acberg.com/kinect/ or google "matlab with kinect" and get 3rd party libraries on mathworks submissions.