Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freenect can't detect the kinect camera #667

Open
Morningsam opened this issue Feb 12, 2023 · 1 comment
Open

freenect can't detect the kinect camera #667

Morningsam opened this issue Feb 12, 2023 · 1 comment

Comments

@Morningsam
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants