Results 17 comments of James Hagerman

Okay. It's pretty messy, but I forked this repo, added my modifications to the Processing library, and updated the libfreenect driver code to the projects current HEAD. https://github.com/JamesHagerman/libfreenect The driver...

Oh, and the build.sh script puts the built files in wrappers/java_processing/dist/

I haven't had time to really get into the code any deeper then may last few posts. I did add some comments to the build.sh script in my own fork...

I'm also having this issue. It looks like it's trying to use the default playback device as an input?

Good to know! I don't know if I have enough context to provide a PR but I'll see what I can do. Maybe because it's way less work than using...

Ah! I found a fix! Apparently, at some point, Java started coming with "pulse audio support". But it doesn't exactly work as expected. Following the directions I found on [http://keithp.com/blogs/Java-Sound-on-Linux/](http://keithp.com/blogs/Java-Sound-on-Linux/)...