How can I get Infrared image from kinect in matlab?
2 views (last 30 days)
Show older comments
I wanna use Image acquisition toolbox to obtain an IR image from kinect. not depth image.
0 Comments
Answers (3)
Jean Michel Franco
on 9 Jul 2014
you can do this, only on the windows version, not the xbox version.
0 Comments
Image Analyst
on 12 Jul 2014
There is a Kinect toolbox plus lots of stuff in the File Exchange. Did you do a search?
0 Comments
Anchit Dhar
on 23 Jul 2014
The IR image from the Kinect for Windows device can be acquired using the 'kinect' adaptor (IMAQ Toolbox).
The IR image is exposed as a format on the Color Device. Here is a code snippet to grab a color image from a Kinect device:
>> vid = videoinput('kinect',1,'Infrared_640x480');
You can use preview/getsnapshot on this object to get the IR image.
0 Comments
See Also
Categories
Find more on Acquisition Using Kinect for Windows Hardware in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!