OpenNI / OpenNI2

OpenNI2
Apache License 2.0
431 stars 895 forks source link

Fix pointer casts causing SIGBUS on arm on Android. #94

Closed chpatrick closed 8 years ago

chpatrick commented 8 years ago

These unaligned reads cause a SIGBUS when running on armeabi-v7a. memcpy fixes the problem.