iai_kinect2 needs libopencv_core.so.3.0 ?
hi, i build iai_kinect2 with the docu from https://github.com/code-iai/iai_kinect2 , but when i run rosrun kinect2_bridge kinect2_bridge i get:
catkin_ws/devel/lib/kinect2_bridge/kinect2_bridge: error while loading shared libraries: libopencv_core.so.3.0: cannot open shared object file: No such file or directory
when i do a search , there is only /usr/lib/x86_64-linux-gnu/libopencv_core.so.2.4.8 installed on my ubuntu 14.04 ?
Does it needs the beta 3.0 version of opencv, or do i something wrong ?
edit: When we need edit: tags to mark something as edited, then the edit-system failed , or? But anyway, i de-installed the OpenCV 3.0: NOT FINAL package with ubuntu software center, and rebuild all, then i can run rosrun kinect2_bridge kinect2_bridge, but i get after some lines of parameters a Segmentation fault ?
what do i wrong , or what can i do to get more info about the seg fault ?
edit-2: when i rosrun kinect2_bridge and then look at syslog it tells me:
Apr 16 16:38:09 rospc kernel: [ 7210.941947] kinect2_bridge[12323]: segfault at 1c0 ip 00007f51d3905518 sp 00007fff66476050 error 4 in libglfw.so.3.0[7f51d38fe000+12000]
thanks for help flo
Opencv 2.4.xx should be enough.
Is libreenect2 working properly ? do you have a segfault when you run protonect alone ? Or only when you run the kinect2_bridge node ?
It seems to be an openGL issue, if you register on the CPU do you have a segfault ? (set depth_method to CPU)
hi, how can i check if libfreenect2 is working properly ?
how can i run protonect alone ?
what means "if you register on the CPU do you have a segfault?" ? set_depth_method to CPU ?
is there anywhere another howto i dont know ?
thanks flo
hi, i found Protonect in libfreenct2/ folder , but after running it returns also:
segfault ???