andreypdr / simple-openni

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

Examples are not working #106

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.OS X 10.9.4
2.Using Processing 2.2.1
3.Run an example--Depthimage

What is the expected output? What do you see instead?
Expected output shows a depth image. Instead it shows me:

SimpleOpenNI Version 1.96
After initialization:

send_cmd: Data buffer is 322 bytes long, but got 334 bytes
freenect_fetch_zero_plane_info: send_cmd read 334 bytes (expected 322)
freenect_camera_init(): Failed to fetch zero plane info for device
libc++abi.dylib: terminating with uncaught exception of type 
std::runtime_error: Cannot open Kinect
Could not run the sketch (Target VM failed to initialize).
Make sure that you haven't set the maximum available memory too high.
For more information, read revisions.txt and Help → Troubleshooting.

What version of the product are you using? On what operating system?
I was using Processing 2.2.1 on OS X 10.9.4

Please provide any additional information below.

Original issue reported on code.google.com by fengyuan...@gmail.com on 17 Jul 2014 at 6:59

GoogleCodeExporter commented 8 years ago
same issue, just skimmed through the forums here and on processing.org and this 
seems to be a kinect model 1414 vs 1473 problem (on the mac?).  i have both 
models and have no issues  with the 1414 and same error message you're getting 
with the 1473.

oftheo seems to have a fix here for openframeworks 
https://github.com/OpenKinect/libfreenect/pull/361 , but not sure how it would 
apply here...

Original comment by johnbcar...@gmail.com on 31 Jul 2014 at 6:10