OpenNI / OpenNI2

OpenNI2
Apache License 2.0
431 stars 895 forks source link

about openni2 on android #76

Open cao8230119 opened 10 years ago

cao8230119 commented 10 years ago

I want to use openni2 on android , Use c++ write it to shared object (refer libOpenNI2.so).and use my own .so . The question is i am fail to build packaging at all , just can't pass the step that python .py. so i want know ,if i have openni2-linux-arm.rar ,can i use the libOpenNI2.so on android? i don't know but android is kind of arm right?

in openni1.x there is a /Platform/Android/ path in git so i can just $ndk/ndk-build , in 2.0 how can i done the same effect?