Add support for ARM systems#46
Conversation
This is libfreenect v0.5.3 compiled on Raspbian "Jesse".
Currently untested.
I also had to change build.properties to point javac to a jna.jar & gluegen-rt.jar before I could compile the library by running "ant library.run" in OpenKinect-Processing/resources.
|
@shiffman @ThomasLengeling I'll put a zip of the status quo up at http://sukzessiv.net/~gohai/p5-arm Best |
|
Great it works, thank you! |
Add support for ARM systems
|
@ThomasLengeling Does it work? (I got this NullPointerException.) |
|
Just don't compile the lib with the test file sources (org.openkinect.test), I'll fix this though |
|
@ThomasLengeling That's not the problem, the problem I have is in the Kinect constructor. In Freenect.java, method createContext |
|
@ThomasLengeling The odd thing is that the return value of |
|
@ThomasLengeling (Fixed it here) |
Currently untested.