-
Notifications
You must be signed in to change notification settings - Fork 42
skeleton_tracking_demo, Processing 3.3.7, MacOS High Sierra #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Did you installed?
|
Yes, they are installed and updated. The last two "export" functions made the following files/folders: /usr/local/Cellar/openni2/2.2.0-debian/lib/ni2 and /usr/local/Cellar/openni2/2.2.0-debian/include/ni2 Both contain drivers; the 'lib' has .dylib and .ini files, and the 'include' has a lot of .h files and folders for each OS. No errors with install. Processing error reads: "SimpleOpenNI Error: Can't open device: DeviceOpen using default: no devices found" and consequently NullPointerException on "image(kinect.userImage(),0,0);" |
Could you copy the drivers generated by libfreenect2 again in the folder of the SimpleOpenNI library? |
Hi @totovr, I am having the same problem. I installed Processing 3.4 and 3.3.7 and tried the installation process given here: https://github.com/totovr/SimpleOpenni/tree/Processing_3.4 I know that the connection works, as the library OpenKinect for Processing (https://github.com/shiffman/OpenKinect-for-Processing) works and returns data. My setup is: Operating system: Mac OS High Sierra I tried reinstallation and changing the drivers… Do you have any idea what's wrong? I am always getting the same error message as above: "SimpleOpenNI Error: Can't open device: DeviceOpen using default: no devices found" and consequently NullPointerException on "image(kinect.userImage(),0,0);" |
Did you install |
Sorry |
I did
but did not know what
meant. What do I have to do with those export statements? |
Do I have to install Nite as well? |
Just export OpenNI to your path |
What do you mean exactly? Copy the library? |
|
if I type
|
The sample of libfreenect2 works? |
Yes, I tried the Protonect and all works fine… |
as typing
didn't do anything. I manually copied "/usr/local/lib/ni2" to "/usr/local/include/ni2". But this didn't help either. |
Try to copy directly the .lib in the folder of SimpleOpenNI |
Do you mean copying: "~/libfreenect2/build/lib/" to "~/Documents/Processing/libraries/SimpleOpenNI/library/osx/OpenNI2/Drivers" ? |
Yes |
That worked!!! Thank you! For everyone else who has this problem, do the following steps:
This worked for me with: Operating system: Mac OS High Sierra |
Hey guys, I'm having this similar problem but none of these options are working. getting this in processing: SimpleOpenNI Version 1.96 SimpleOpenNI Error: Can't open device: DeviceOpen using default: no devices found Can't init SimpleOpenNI, maybe the camera is not connected! |
Hey @AnxiousBuddha,
It's most likely, that the necessary drivers weren't installed properly or do not lie in the right folders. |
Thank for replying, Yeah, i've tried 3.4 and i've made sure that everything has been moved but I cant get it to function. I followed all of your steps the only think I had an issue with is in the steps **Return to the first terminal, or in the libfreenect2 folder, and build: mkdir build && cd build I got this when I try to run the shell script I get -bash: ./bin/Protonect: No such file or directory. Not sure if that is an issue... I do get the kinect working with openkinect libraries... |
Uh oh!
There was an error while loading. Please reload this page.
Issue Summary
I'm trying to run your new skeletal tracking for the Kinect V2 via SimpleOpenNI and Processing. I've installed the drivers via terminal and homebrew, and can successfully open the Protonect example application. The issue: Processing does not recognize the device for any of the examples, including the new skeleton_tracking_demo. I'm running Processing 3.3.7 on MacOS High Sierra, as documented. I've downloaded the updated library and it's in the proper library folder of Processing. Looked through issue reports to no avail, do you have any pointers? Thank you for your time.
Processing Output (if any)
Error output: no device connected
Type of Issue
You might select multiple topics, delete the rest:
Your System Configuration
Operating system: Mac OS High Sierra
Version of Kinect: V2, model 1520
The text was updated successfully, but these errors were encountered: