Quantcast
Channel: openFrameworks - Latest posts
Viewing all articles
Browse latest Browse all 40524

Passing raw Kinect depth data to a shader

$
0
0

It's my old code and I don't know if it works but you can do something like this in fragment shader:

orgPos.xy = (gl_TexCoord[0].st - vec2(512/2, 424/2));
orgPos.z = texture2DRect(kinectDepthStream, gl_TexCoord[0].st).r;
orgPos.y *= -1;

orgPos.z *= 65536.0; // originally unsigned short???
// camera model
orgPos.xy *= orgPos.z / 370.0;

Viewing all articles
Browse latest Browse all 40524

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>