openni_camera fails with PrimeSensor: "USB interface is not supported!" [closed]

asked 2012-06-06 12:59:22 -0500

jbiswas gravatar image

While running openni_camera (rosrun openni_camera openni_node) with a PrimeSensor connected, the node continuously prints the following error message, and is unable to load the camera:

System info: Ubuntu 12.04, ROS fuerte, user is in video group, and the following udev rule exists in /etc/udev/rules.d/55-primesense-usb.rules :

# make primesense device mount with writing permissions (default is read only for unknown devices) ATTRS{idProduct}=="0200",ATTRS{idVendor}=="1d27",MODE="666",GROUP="video" ATTRS{idProduct}=="0300",ATTRS{idVendor}=="1d27",MODE="666",GROUP="video" ATTRS{idProduct}=="0400",ATTRS{idVendor}=="1d27",MODE="666",GROUP="video" ATTRS{idProduct}=="0500",ATTRS{idVendor}=="1d27",MODE="666",GROUP="video" ATTRS{idProduct}=="0600",ATTRS{idVendor}=="1d27",MODE="666",GROUP="video" ATTRS{idProduct}=="02ae",ATTRS{idVendor}=="045e",MODE="666",GROUP="video" ATTRS{idProduct}=="02ad",ATTRS{idVendor}=="045e",MODE="666",GROUP="video" ATTRS{idProduct}=="02b0",ATTRS{idVendor}=="045e",MODE="666",GROUP="video"

Any ideas, anyone?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2015-03-03 01:51:11.709754

Comments

I encounter the same issues! did you find a solution

dinamex gravatar image dinamex  ( 2012-09-10 11:01:45 -0500 )edit