Linux installation instructions (Kinect v1)#25
Linux installation instructions (Kinect v1)#25rossanag wants to merge 7 commits intoProcessing_3.5.3from
Conversation
|
The approach I took was compiling the boost libraries myself and copying them where OpenNI was looking (you can see that path by taking a look at the error message):
|
could you elaborate on this? I'm trying to get this to work on Ubuntu without much success. I'm having the same error related to edit: but yet I'm not sure what to copy / link without making a potential mess. I manually copied |
I think these lines could fit into the readme to help someone with kinect v1 in Ubuntu.
This version work with the following Ubuntu Linux distributions: 18.04. 19.04 and 19.10
This pluging works with this file version of libboost_system.so.1.54.0
The steps are the following:
sudo ln -s /usr/lib/x86_64-linux-gnu/libboost_system.so.1.67.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.54.0Source: #24
Thanks to @pointcloud_ai for the clue.