yutarochan / simple-openni

Automatically exported from code.google.com/p/simple-openni
0 stars 0 forks source link

depthImage() only visible with RGB enabled #63

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to display depthImage() as PImage.

What is the expected output? What do you see instead?
Expect to see an image of the depth map. Sometimes a single frame will be 
displayed, but mostly the screen stays gray.

What version of the product are you using? On what operating system?
Simple-openni 0.27, Mac OSX 10.8.2, Processing 2.0b8

Please provide any additional information below.
Strangely enough, depthImage() works as expected when I add enableRGB() in 
setup().

Original issue reported on code.google.com by jssheffi...@gmail.com on 25 Feb 2013 at 1:05