-
Notifications
You must be signed in to change notification settings - Fork 42
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 v1 1414 not detecting in Processing 3.4 or 3.5.3 on MacOS Mojave #15
Comments
Hello, I teste the version in branch 3.5.2 and is working for me: is not necessary to add files from another libraries, try to change the USB port. |
Is the light of the Kinect turning green or red? |
It's turned green |
I stumbled upon this article https://decyborg.wordpress.com/2013/01/19/kinect-on-os-x-10-8-and-processing/ |
I already checked the library in a Macbook Pro 2014, and Air 2013. Tomorrow one friend will lend me his Pro 2018, wait a little please. |
I am having the same issue with a Macbook Pro 2015, running Mojave and Processing 3.5.3! |
Hello, all. I think you can try to install this library. |
OpenKinect has not purpose in the Processing environment, I also checked in a Macbook Pro 2014 , same generation has the one that you have @hackerman084, and the library works, unfortunaly I could not get a Macbook Pro with USB type C @nielsotto. |
Hi @totovr . What's the status on this? |
Hi everybody, i have the exact same problem... openkinect from processing works perfect, but simpleopenni give me the same error as everybody, can we try to find a solution for this? Thanks in advanced!!! :) El Capitan |
Also having this same issue. Anyone find a solution? |
Same issue here. |
Did anyone ever solve this issue? |
Issue Summary
The SimpleOpenNI can't initialise my device. It just freezes when run. I'm trying the examples which follows the installation in Processing. The OpenKinect library works fine and starts the camera up pretty quickly. I tried copying some .lib files from OpenKinect to SimpleOpenNI, as I saw that as a suggestion in another post, but that didn't do anything.
Executed Command (if any)
Tried the examples from the installation. The Point_Cloud one stops at
Line 21
for(int i = 0; i < depthPoints.length; i++){
and highlights in yellow.It's a general issue though so not command specific.
Processing Output (if any)
Type of Issue
You might select multiple topics, delete the rest:
I'm following instructions from the README about v1 and just copying files into the Processing Library. Do I need anything else? Something installed maybe?
It definitely gives me errors on execution
Do you have any ideas what's wrong? And does 3.5.3 work even though SimpleOpenNI says it's for 3.5.2?
Your System Configuration
Operating system:
MacOS Mojave 10.14.3
Running with Processing 3.4 and tried 3.5.4
Version of Kinect:
Kinect v1 1414
Thanks
The text was updated successfully, but these errors were encountered: