We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello everybody!
I want to use Gene Kogan´s KinectProjectorToolkit as it looks very promising. While running the CALIBRATION sketch, I have encountered the following problem:
When I e.g. move the checkboard position on my computer screen to the left, it moves to the right in the projection and vice versa. Also, all example sketches of the toolkit run, but are vertically mirrored.
I have found a bug report for SimpleOpenNI (required library) which states that the setMirror(bool) function does not work. http://code.google.com/p/simple-openni/issues/detail?id=80 I dont know if this could be the problem since setMirror() is set to false in the calibration sketch.
My questions:
Many thanks! Oliver
Answers
for the same issue, win 7, 64 bit, Processing 2.2.1, SimpleOpenNI 1.96, SDK 1.7.
Actually, not only for the toolkit. I make a new simple project people usually do to use the kinect. In the new project, the function setMirror() was not working.
https://code.google.com/p/simple-openni/issues/detail?id=80#makechanges
Some people have the same problem.