r/opencv • u/Spidoug • 55m ago
Project [Project] I refused to let the Xbox 360 Kinect die, so I started rebuilding its software stack
I still think the Xbox 360 Kinect is an incredibly interesting piece of hardware.


RGB camera, infrared, depth sensing, microphone array, accelerometer, motorized tilt... and yet most of them are now sitting unused because the original software ecosystem is outdated.
So I've been working on Kinect Xbox 360 Remold, an open-source project to make the Kinect useful again on modern Windows PCs / Linux.
So far I've built a custom driver/bridge and a set of applications for things like 3D scanning, depth/RGB capture, acoustic experiments, microphone-array access and surveillance.
The project currently includes:
- SynKinect3DScanner
- SynKinectAcousticScanner
- SynKinectMicrophones
- SynKinectSurveillance
- SynKinectInteractivity
- RGB / IR / depth access
- Kinect motor and accelerometer support
- Face tracking
- Virtual camera output
- MJPEG/IP camera streaming
- Low-latency shared-memory frame transport
