You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I write this for those who try ElasticFusion with Orbbec depth camera.
If you met the problem "cannot find the device", you should change the CMakeLists.txt like this:
then ccmake ../src/ to make sure the OpenNI2_INCLUDE_DIR and OPENNI2_LIBRARY is the right place as you run ElasticFusion or Kintinous with Orbbec depth camera.
Thanks for the author's work.
The text was updated successfully, but these errors were encountered:
I write this for those who try ElasticFusion with Orbbec depth camera.
If you met the problem "cannot find the device", you should change the CMakeLists.txt like this:
and delete these code ,
then ccmake ../src/ to make sure the OpenNI2_INCLUDE_DIR and OPENNI2_LIBRARY is the right place as you run ElasticFusion or Kintinous with Orbbec depth camera.
Thanks for the author's work.
The text was updated successfully, but these errors were encountered: