mcgi5sr2 / kinect2_tracker

body tracking for ROS using Nite2.2 and libfreenect2
59 stars 31 forks source link

Can't open the device issue #2

Open ewerlopes opened 8 years ago

ewerlopes commented 8 years ago

Hi,

I could compile the code normally using catkin_make... However, when I try to "roslaunch" the project I get a "[FATAL] [1467020828.259201654]: Can't Open Device"... despite de fact that the kinect2 device is connected normally to the computer as well as running normally using libfreenect2. Do you have any insight of how to solve this problem?

Thanks.

mcgi5sr2 commented 8 years ago

do you have nite 2.2 installed?

ewerlopes commented 8 years ago

Hi, thanks for your answer...

Yes! I do have it installed!

screenshot from 2016-06-27 12 44 25

Well, at least I ran the ./install.sh file previously..

mcgi5sr2 commented 8 years ago

Have you tested the Nite2.2 install? using the sample viewer?

chengzijiazu commented 8 years ago

Could this kinect2_tracker run on wimdows?I am working with multiple kinect v2 base on libfreenect2.Thank you!

maxsvetlik commented 7 years ago

@ewerlopes have you worked through this issue?

Sawsie commented 7 years ago

Hi, I have the same error when I launch kinect2tracker. [FATAL] [1504009786.065208239]: Can't Open Device_

UserViewer works well!

Can someone help me? @ewerlopes Could you solve your problem?

Ampul3x commented 7 years ago

have the can't open device error too :(

Sawsie commented 7 years ago

I could solve this problem for my case!

The libfreenect2-openni2.so must be copied in /usr/lib/OpenNI2/Drivers

@Ampul3x Tell me if this worked for you :)

Ampul3x commented 7 years ago

i copied it into /usr/lib/OpenNI2/Drivers too, but im still getting the error ... Maybe there is another problem. When i unplug the kinect v2 i get the same error "can't open device". maybe the device cant be found?

Sawsie commented 7 years ago

@Ampul3x Does the User Viewer work?

abhinavtripathi95 commented 5 years ago

Hi,

I was also facing the same issue while running the kinect2_tracker. I solved it by going through the installation page of libfreenect2.

I had not run the last command given on the webpage (see at the bottom of libfreenect2 webpage). After running the OpenNI2 test, the tracker started working.

AungChoOo commented 4 years ago

Anyone solve this issue? I also have same error.