hay / simple-openni

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

OpenGL render mode does not work in Windows 7 x64 mode. #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open an openNI example such as "Hands3D" that ships with the openNI download
2. Uncomment the open GL import, and uncomment the size(1024,768,OPENGL) line
3. Run the sketch and I get a gray screen - no errors. 

This, I believe, is partially due to the installation requirement to " remove 
the Java folder in the Processing folder." (See this link to the installation 
instructions: http://code.google.com/p/simple-openni/wiki/Installation).

If I do not remove this folder, I get the following error: 

Can't find the SimpleOpenNI library : java.lang.UnsatisfiedLinkError: 
C:\Users\Developer\Documents\Processing\libraries\SimpleOpenNI\library\SimpleOpe
nNI.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform

which could be related to the following processing thread 
(http://code.google.com/p/processing/issues/detail?id=255), which has 
supposedly been resolved. More info about that can be found here:

https://forum.processing.org/topic/opengl-with-x64-windows-does-not-work-what-to
-do

What is the expected output? What do you see instead?

Blank gray screen

What version of the product are you using? On what operating system? WIndows 7 
x64 (64 bit mode)

SimpleOpenNI-0.24 Win64  

Please provide any additional information below.

All examples run fine in p3d mode. Please help me resolve! Thank you.

Original issue reported on code.google.com by mheav...@gmail.com on 17 Feb 2012 at 6:50