totovr / SimpleOpenNI

SimpleOpenNI library for Processing 3.5.2, 3.4, 3.3.7, 3.3.6 on MacOS for V1 and V2
https://totovr.github.io/SimpleOpenNI/
MIT License
158 stars 47 forks source link

Orbbec OS X support partly solved #12

Closed n1ckfg closed 3 years ago

n1ckfg commented 5 years ago

I'm halfway to figuring out how to add Orbbec support on OS X--if I follow the instructions here: https://3dclub.orbbec3d.com/t/running-simpleopenni-with-orbbec-sensors/35

...and add the drivers archived here: https://github.com/n1ckfg/KinectToVideo/tree/master/tools/drivers/orbbec

...I no longer get a null pointer when trying to grab a depth image. However, it still silently fails--wondering if you have any suggestions! Feels like it's close to working.

n1ckfg commented 3 years ago

Update, it works on Windows and Mac with the Orbbec drivers in my fork.