Matlab R2013a Kinect toolbox infrared

Hi all,
I've been using the Kinect Toolbox and have been able to get both color and depth images (great work Mathworks!). According to this site:
"Capturing IR stream data is as simple as capturing a color image stream, as the SDK returns the infrared stream as a part of the color image stream data. The only changes are required on ColorImageFormat and PixelFormats."
So I tried to use this command to acquire the IR signal:
colorVid = videoinput('kinect',1,'InfraredResolution640x480Fps30');
but that failed. Also, I tried to use colorVid.ColorStream = 'Enabled', but that resulted in an invalid property. Does the kinect toolbox support acquiring the IR signal?
Cheers, Greg

댓글 수: 2

Dave
Dave 2013년 9월 13일
I am currently working in a project that achieves to measure temperature changes using MatLab, and I also need to know how to fix this, please somebody help us.
Germán Malpede
Germán Malpede 2013년 10월 27일
Dear all, as far I know the device ID "Infrared_640x480" is supported by Matlab R2013b. See release note: http://www.mathworks.com/help/imaq/release-notes.html
Germán Malpede

댓글을 달려면 로그인하십시오.

답변 (1개)

Marco
Marco 2013년 9월 19일

0 개 추천

For what I can read from here: http://www.mathworks.it/it/help/imaq/data-streams-returned-by-the-kinect.html it seems to be possible, but if i try
imgVid = videoinput('kinect',1,'Infrared_640x480');
it gives me an error.....
Error using videoinput (line 319)
The FORMAT specified is not supported by this device. See IMAQHWINFO(ADAPTORNAME).

댓글 수: 1

Anchit Dhar
Anchit Dhar 2014년 7월 23일
The 'Infrared_640x480' format is only exposed R2013b onwards.

댓글을 달려면 로그인하십시오.

질문:

2013년 9월 10일

댓글:

2014년 7월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by