Questions tagged [kinect]

Microsoft's Kinect is a motion sensing input device for the Xbox 360 and PCs. Combining video and depth cameras, the Kinect allows developers to create a touchless and immersive user experience through voice, movement and gesture control. In addition to an official Microsoft SDK for Windows PCs, OpenKinect's libfreenect SDK offers compatability with multiple operating systems and software languages.

Microsoft's Kinect is a motion sensing input device for the Xbox 360 and PCs. Originally developed for use with the Xbox 360 the Kinect has been opened up for use with Windows PCs by Microsoft's official Kinect for Windows SDK, and for additional platforms though OpenKinect's libfreenect SDK. Using a combination of video and depth cameras, as well as a microphone array, the Kinect hardware provides developers the means for creating a touchless and immersive user experience through voice, movement and gesture control.

The Kinect hardware does not inherently perform any tracking or recognition operations, leaving all such processing to software. Skeleton tracking is generally handled by the SDK (as with Microsoft Kinect for Windows SDK and the OpenKinect SDK) with gesture recognition left to the developer, though multiple libraries exist to aid in recognition of gestures. In addition, speech recognition is performed by external SDKs such as the Microsoft Speech Platform.

30 questions
6
votes
1 answer

Is Windows Kinect different from Xbox Kinect?

I couldn't tell from the official site whether Windows Kinect is just an SDK, or another hardware piece that works only with Windows. What's the difference between a Windows Kinect and an Xbox Kinect?
Jader Dias
  • 16,236
6
votes
4 answers

"Could not claim interface on camera: -6" when trying to connect usb camera (Kinect)

I have installed the freenect library from openkinect.org. With that library there is a demo application which you can run from the terminal to test out the Kinect. However when I run this command I get the following output: richard@behemoth:~$…
4
votes
4 answers

Can the Xbox 360 Kinect work on Windows 8 in place of Kinect for Windows

Is it possible to use a Xbox 360 Kinect with Windows 8 in place of a Kinect for Windows? Note that this would be used in a Home Theater PC environment, and not at a normal desktop set up, so range issues aside will it work when connected to a PC or…
MrDaniel
  • 1,382
3
votes
1 answer

Plugging a Kinect 2 in results in cycling error "USB device not recognized"

I just got a Kinect 2 and am trying to run it in Windows 8.1. I've connected it to a USB 3.0 port and it appears to be connecting, disconnecting, and reconnecting itself every 2-3 seconds with the taskbar error "USB device not recognized: The last…
3
votes
2 answers

Kinect for Windows v2 vs Kinect for Xbox One

I have found the official page that describes the hardware specifications for Kinect for Windows v2. But I cannot seem to find the hardware specification for Kinect for Xbox One. I just want to know if there is any difference in hardware…
3
votes
3 answers

Connecting a Kinect to Windows 8 computer with Kinect for Windows SDK 2.0

Eventually, I want to set up the Kinect sensor with Processing using Simple OpenNI I'm following these instructions at Microsoft Developer Network. I installed the KinectSDK V2.0-1409. The Kinect Sensor I am using is Xbox360 Kinect model 1414. I…
Mike Eng
  • 387
3
votes
2 answers

How to install drivers for Microsoft Kinect on Windows Vista

I have a Kinect sensor for XBox, and I´d like to try to develop some applications for Kinect. Problem is that when I´ve tried to install SDK or runtime, an error occurred. Namely, I have an unsuitable operating system (Vista Business 64) - it needs…
2
votes
0 answers

Kinect Motor Device Not Detected

I'm trying to install a kinect on Ubuntu 12.04. Unfortunately, lsusb shows that the motor device is not detected : Bus 002 Device 009: ID 045e:02c2 Microsoft Corp. Bus 002 Device 010: ID 045e:02ad Microsoft Corp. Xbox NUI Audio Bus 002 Device 011:…
Ansooooo
2
votes
0 answers

Video Encoded using FFmpeg is not being played in Azure Kinect Viewer

I captured a video using a Kinect Azure DK device and could play it back using Azure Kinect Viewer (v.1.4.1). However, when I encode a video using FFmpeg, the commands are given below. I can not playback the video using Azure Kinect Viewer. I get a…
2
votes
1 answer

Disable Windows Hello Power Saving Mode

On my PC running Windows 10 x64 version 1607 with a Kinect v2 hooked up to it, I have the system configured to use Windows Hello facial recognition to unlock the computer. After a while of sitting locked, the lock screen goes from "Looking for you"…
1
vote
0 answers

Can the Kinect 2 be used in Linux?

I know there are open source implementations available to program Kinect version 1 applications in Linux, can Kinect version 2 be used in these as well. or are there any other methods to use Kinect v2 with Linux?
sus
  • 11
1
vote
0 answers

Using Kinect to measure a building

working as a student trainee I was asked to measure a production hall (and all the machines etc in it) with a laser rangefinder and a folding rule and model it in 3D CAD software (Autodesk Inventor). I was wondering whether I could shorten the time…
c_ern
  • 11
1
vote
1 answer

Kinect pictures come out broken/blotchy

I've been working on connecting my Xbox kinect to a windows 8 Asus computer, I have all the drivers installed, but when I start up a scanner, I get an image like this This happens with both skanect and artec studio. I haven't tried any other…
1
vote
1 answer

webcam see my body movement and run a windows7 command

Is it possible to recognize body movement with a laptop webcam or a Kinect and go to the next slide in PowerPoint 2010 or run a command in Windows 7? I want it so that when I move my hand, PowerPoint will go to next slide. In other words: Webcam…
Emad Rahnama
  • 155
  • 2
  • 2
  • 12
1
vote
1 answer

Why did my Kinect framerate slow down?

I've used Kinect Studio with high framerate lately it's quite choppy. I tried the same camera on another computer and it ran as expected. Using powered adapter Using USB 3.0 Using Windows 10 I've tried unplugging other usb devices with no luck.…
Jacksonkr
  • 494
1
2