OpenKinect / libfreenect

Drivers and libraries for the Xbox Kinect device on Windows, Linux, and OS X
http://openkinect.org
3.55k stars 1.15k forks source link

freenect can't detect the kinect camera #667

Open Morningsam opened 1 year ago

Morningsam commented 1 year ago

so I'm trying to use freenect on Linux, I installed freenect and all of its dependencies, then I plugged the Kinect in and it flashed for a bit so I know it's on, but it doesn't detect the Kinect camera.

I used "lsusb | grep Xbox" this is what I get: Bus 003 Device 007: ID 045e:02b0 Microsoft Corp. Xbox NUI Motor

image

this is 51-kinect.rules:

# ATTR{product}=="Xbox NUI Motor" SUBSYSTEM=="usb", ATTR{idVendor}=="045e", ATTR{idProduct}=="02b0", MODE="0666" # ATTR{product}=="Xbox NUI Audio" SUBSYSTEM=="usb", ATTR{idVendor}=="045e", ATTR{idProduct}=="02ad", MODE="0666" # ATTR{product}=="Xbox NUI Camera" SUBSYSTEM=="usb", ATTR{idVendor}=="045e", ATTR{idProduct}=="02ae", MODE="0666" # ATTR{product}=="Xbox NUI Motor" SUBSYSTEM=="usb", ATTR{idVendor}=="045e", ATTR{idProduct}=="02c2", MODE="0666" # ATTR{product}=="Xbox NUI Motor" SUBSYSTEM=="usb", ATTR{idVendor}=="045e", ATTR{idProduct}=="02be", MODE="0666" # ATTR{product}=="Xbox NUI Motor" *SUBSYSTEM=="usb", ATTR{idVendor}=="045e", ATTR{idProduct}=="02bf", MODE="0666"**

and this is 66-kinect.rules:

#Rules for Kinect #################################################### SYSFS{idVendor}=="045e", SYSFS{idProduct}=="02ae", MODE="0660",GROUP="video" SYSFS{idVendor}=="045e", SYSFS{idProduct}=="02ad", MODE="0660",GROUP="video" SYSFS{idVendor}=="045e", SYSFS{idProduct}=="02b0", MODE="0660",GROUP="video" ### END #############################################################

and so right now I can only detect that one motor, I'm not sure what to do about this, and I feel like there is something obvious that I'm just not noticing.

weirdal3333 commented 1 year ago

Run freenect-tiltdemo for a few seconds and see if it repopulates. I've seen this once before on my end. Also, try hotplugging the kinect to your adapter.