shiffman / OpenKinect-for-Processing

For use of libfreenect in processing
536 stars 218 forks source link

Does this work with Raspberry Pi? #119

Open CaseyJScalf opened 7 years ago

CaseyJScalf commented 7 years ago

Does this library work with Processing 3.0 on the Raspberry Pi?

So sorry if this is not the right place for such a query.

proxycase commented 7 years ago

I would say maybe with the Rpi v3, and the Kinect v1. Looks like there's a kernel driver available here too: https://github.com/xxorde/librekinect which ultimately might be more efficient. With the kinect v2 I think it would be difficult or impossible, since it requires so much more computing power... and USB 3.

CaseyJScalf commented 7 years ago

Thank you very much for the contribution I will check that out soon!

totovr commented 6 years ago

It works fine is Pi 3 for Kinect V1

jlstanus commented 6 years ago

@totovr V2 needs USB3, no?

totovr commented 6 years ago

Sorry I made a mistake!

noonana73 commented 6 years ago

@totovr Hey, do you have any tutorials. I'm trying to use Processing and my kinect on my raspberry pie 3 any ideas?

totovr commented 6 years ago

@noonana73 I have some examples in this repository

noonana73 commented 6 years ago

@totovr Thanks a lot !!

whatmood commented 4 years ago

@totovr Hey, I saw the examples you said before. do you have any code example which can be run on raspberry pie3 with kinect? Does this library 'OpenKinect-for-Processing' work with Processing 3.0 on the Raspberry Pi?