KinectPV2 icon indicating copy to clipboard operation
KinectPV2 copied to clipboard

Export XYZ + Infrared

Open MartinPetitMarteau opened this issue 9 years ago • 5 comments

Dear Thomas, first of all thanks a lot for the work you put into the KinectPV2 project!

What I am searching for is a possibility to map the infrared values to the depth image and to export a file which contains the XYZ coordinates of the points as well as the corresponding grey value of the IR channel for each point. The RGB values are accessible via 'getColorChannelBuffer()' (as far as I understood), but is there also a solution for tapping the infrared channel in the same way?

Thanks in advance for your answer!

MartinPetitMarteau avatar Jan 07 '16 16:01 MartinPetitMarteau

@MartinPetitMarteau this project might be helpful https://github.com/najeebt/atrium

abenzer avatar Jan 08 '16 00:01 abenzer

ohh see, there are couple of missing mapping functions

ThomasLengeling avatar Jan 08 '16 02:01 ThomasLengeling

@abenzer I am looking explicitly for a possibility to extract also the infrared greyscale value for each depth pixel / XYZ coordinate, which does not seem to be included in atrium, but thanks for the hint!

MartinPetitMarteau avatar Jan 08 '16 07:01 MartinPetitMarteau

Hi again!

Sorry for being stubborn, but would it be a large effort for you to provide a function to access the infrared image so that the following example would be possible?

FloatBuffer InfraredBuffer = kinect.getInfraredImageBuffer();

MartinPetitMarteau avatar Jul 11 '16 16:07 MartinPetitMarteau

@MartinPetitMarteau were you able to make any progress on this? I'm trying to extract the XYZ coordinate data of the points as the Kinect scans, and your question seemed similar. Thanks!

bwjames avatar Apr 14 '17 15:04 bwjames