Kinect v1 pointcloud issue

Hi guys! I’m trying to make point cloud from Kinect image, following Markus Heckmann’s tutorial ( Ludwigsburg Day 2 GLSL Intro, Kinect Pointcloud & Simple Particle Systems - YouTube ), but i can’t figure why my point cloud become a single line instead of a point cloud “texture”.
I attach the project, if someone has any suggestion it would be very very appreciated.
Thank you in advance!

Kinect PointCloud.toe (11.9 KB)

Hi @NU_Tao,

not sure if this is just because I don’t have a Kinect connected but it would explain the single line:
The Image parameter of the Kinect TOP should be set to Color Point Cloud instead of Infrared

Hope this helps
Cheers
Markus

Thank you @snaut ! I didn’t understand that the tutorial started by “color point cloud” parameter. I have only the kinect v1 that doesn’t allow this feature. There is anoter way to do it without setting image to Color Point Cloud ?

Thank you again