Wiki/wiki-rtd/docs/wiki_controllers/xbox/xbox-one-kinect.md
2025-02-14 08:23:18 +01:00

34 lines
971 B
Markdown

# Xbox One - Kinect V2
<img src="../../../wiki_images/controllers/xbox-kinect-one.png" width="250">
The Xbox One Kinect, released on November 22, 2013, is an advanced motion-sensing input device developed by Microsoft for the Xbox One console. It has undergone several revisions, including the standalone Kinect for Xbox One released on October 7, 2014.
### Steam Input support
No
### Linux Kernel Support
Unknown
### Emulator usecase
None
### Related Projects for Kinect usage in Linux
[Open Kinect](https://openkinect.org/wiki/Main_Page)
[Github - Open Kinect: libfreenect1](https://github.com/OpenKinect/libfreenect)
### Udev Rules for Kinect V2
```
# ATTR{product}=="Kinect2"
SUBSYSTEM=="usb", ATTR{idVendor}=="045e", ATTR{idProduct}=="02c4", MODE="0666"
SUBSYSTEM=="usb", ATTR{idVendor}=="045e", ATTR{idProduct}=="02d8", MODE="0666"
SUBSYSTEM=="usb", ATTR{idVendor}=="045e", ATTR{idProduct}=="02d9", MODE="0666"
```
## How to configure / emulate
Nothing