kinect 2 No devices connected and image_view didnt show anything [closed]
i'm a newcomer in ROS ,and i am try to study Robot Vision and ros by using "ROS by example indigo"
i'm already installed libfreenect2 and iai_kinect2,the Open source drivers and tool for the Kinect for Windows v2 device in ROS, and when i try run the command
roslaunch freenect_launch freenect.launch
I get No devices connected.... waiting for devices to connect
i try to run lsusb it show:
Bus 003 Device 003: ID 046d:c077 Logitech, Inc.
Bus 003 Device 002: ID 8087:8000 Intel Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 045e:02c4 Microsoft Corp.
Bus 002 Device 002: ID 045e:02d9 Microsoft Corp.
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Readerte Controller
Controller
Bus 001 Device 004: ID 04ca:2006 Lite-On Technology Corp.
Bus 001 Device 003: ID 0bda:57b5 Realtek Semiconductor Corp.
Bus 001 Device 002: ID 045e:02d9 Microsoft Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
i run `rosrun image_view image_view image:=/camera/rgb/image_raw
,
it pop up a small camera display but didnt show anything.but i can runrqt
androsrun kinect2_bridge kinect2_bridge
it can show something like image_depth
How should i do? and go to learn?