Kinect Support #163
|
At the moment no. This is something that we briefly discussed early on. How would you want to use GRIP with a Kinect? Are you looking to do things with the 3d matrix or just the 2D camera? |
|
I was thinking the depth stream. For example, grouping objects with similar depths together or filtering by a certain depth.
|
|
If you are interested in opening a pull request to support this then we will take a look. |
|
@JLLeitschuh mind assigning this to me? I'll attempt to resolve this at the season's conclusion. |
|
@JacisNonsense Have you got anywhere with this? |
|
Unfortunately not, I'm trying to think of a good way to load the Libfreenect Native Library while still maintaining platform compatibility. |
|
Is there a problem in that the library isn't supported on all OS's or that there isn't a compiled binary for all OS's? We have a toolchain you can use to compile for ARM linux if that's what you're missing. |
|
I'm aware of the toolchain. It is possible to package all the compatible binaries for libfreenect with the jar, but this would bloat the binary size and also require a partial rewrite of libfreenect's java wrapper. |
Do you have any plans to package Kinect support with GRIP? I'm not sure how it would work, since every platform implements drivers differently, but it could potentially be very useful.