How can I access the Kinect using Java?

前端 未结 3 1206
梦如初夏
梦如初夏 2021-02-14 07:13

I am currently in a Computer Vision course and for my final project I am going to make a small game that interacts with the Kinect.

Now I want to make this game in Java

3条回答
  •  难免孤独
    2021-02-14 07:56

    If you're using Processing I recommend using one of the available wrappers:

    • Daniel Shiffman's OpenKinect Processing (using openkinect/libfreenect)
    • SimpleOpenNI - Processing OpenNI wrapper

    Both are well documented and include plenty of helpful examples.

    simpleOpenNI sample

提交回复
热议问题