Skip to content
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

Kinect V2 doesn't initialize on macOS #5

Closed
eccoscreen opened this issue May 30, 2018 · 9 comments
Closed

Kinect V2 doesn't initialize on macOS #5

eccoscreen opened this issue May 30, 2018 · 9 comments

Comments

@eccoscreen
Copy link

eccoscreen commented May 30, 2018

Posting rules

Issue Summary

Hi I've got an issue with initializing Kinect V2 on Processing 3.3.7, it doesn't initialize. Everything is plugged in correctly. The Kinect V1 works just fine. I've also tested the Kinect V2 in another library (Open Kinect for Processing) and it works there fine, but for this I'm not getting any response. Do you know what might be going on? Thanks

Executed Command (if any)

kinect  = new SimpleOpenNI(this);
kinect.enableDepth();

Processing Output (if any)

SimpleOpenNI Version 1.96
After initialization:

SimpleOpenNI Error: Can't open device:		DeviceOpen using default: no devices found


SimpleOpenNI not initialised

Type of Issue

  • Execution error

System Configuration

Operating system: macOS High Sierra 10.13.4
Kinect V2
Processing 3.3.7

@totovr
Copy link
Owner

totovr commented May 30, 2018

Hello!
Did you install all the dependencies of:

  • libfreenect2
  • NiTE?

@eccoscreen
Copy link
Author

Ah yeah that did it. Looks like something didn't install the first time I went through that process. Thanks

@totovr
Copy link
Owner

totovr commented May 30, 2018

The detail is here:

Installation Process

@totovr
Copy link
Owner

totovr commented May 30, 2018

Can I close the Issue?

@totovr totovr closed this as completed Jun 1, 2018
@dwhit
Copy link

dwhit commented Jan 26, 2019

Hey I seem to be having the same issue as @eccoscreen. I followed the install instructions here but I get the error from above.

@totovr
Copy link
Owner

totovr commented Jan 26, 2019

Did you installed OpenNI2?

@dwhit
Copy link

dwhit commented Jan 26, 2019

through brew, yes. And I added the environment variables to my .zshrc

@dwhit
Copy link

dwhit commented Jan 26, 2019

I can run Protonect, and I also downloaded NiTE separately, and can run those samples (eg UserViewer)

@dwhit
Copy link

dwhit commented Jan 26, 2019

Okay I figured it out. I needed to copy libfreenect2/build/lib/libfreenect2-openni2.0.dylib from the manual install folder into the SimpleOpenNI processing folder. Also set LIBFREENECT2_PIPELINE=cl in my environment.

@totovr totovr reopened this Jan 27, 2019
@totovr totovr closed this as completed Jan 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants