Questions tagged [kinect]

Kinect is a motion sensing input device by Microsoft for the Xbox 360 video game console and Windows PCs

Based around a webcam-style add-on peripheral for the Xbox 360 console, it enables users to control and interact with the Xbox 360 without the need to touch a game controller, through a natural user interface using gestures and spoken commands.

23 questions
5
votes
1 answer

How to install Kinect drivers?

I have a Kinect v2 and I am trying to connect it to my laptop using libfreenect2. Here is what I have done so far : Got the libfreenect2 project git clone https://github.com/OpenKinect/libfreenect2.git Installed needed dependencies sudo apt-get…
hg8
  • 13,410
  • 12
  • 71
  • 103
3
votes
1 answer

How can I have my Ubuntu PC (13.10) connect to a Xbox 360 Kinect?

How can I have my Xbox 360 Kinect be registered as a device to my computer? I don't just want to be able to use it as a webcam, although that is still helpful. Is there any software for Ubuntu that allows me to make use of Kinect while still keeping…
TechSloth
  • 91
  • 1
  • 8
3
votes
1 answer

Kinect for Ubuntu users

I have a few questions relating to Microsoft's Kinect or similar motion detection device with comparable quality (further only Kinect) and Ubuntu: Is there a way to use Kinect controllers with Ubuntu? If so, is there any way to play games with…
xralf
  • 35
  • 2
  • 7
  • 28
2
votes
2 answers

Record and display Kinect audio and video via avconv

I'm trying to record audio and video from a Kinect using avconv but I seem to have trouble specifying the right options. avconv -f video4linux2 -video_size 640x480 -c:v h264 -c:a ac3 -i /dev/video1 test.mp4 results in: avconv:…
ThomasH
  • 121
  • 4
1
vote
0 answers

How to use Kinect for XBOX ONE (a.k.a Kinect v2) on Ubuntu 16.04 LTS?

I have installed OpenCV on my freshly re-installed Ubuntu 16.04 following this blog and hopefully everything is just fine. Now I am going to use Kinect v2 and have searched the Web on how to install necessary software/packages. As it turns out,…
1
vote
1 answer

Cannot find liboost-mt

I'm using the kinect to get 3D models of soil erosion and to scan vegetation and I'm trying to compile this application for the kinect: http://www.ccs.neu.edu/research/gpc/imucam/index.html ,however when I run make I get the following error: …
1
vote
1 answer

Kinect v2 drivers for Ubuntu (audio)

Has anybody found any drivers for Kinect v2 for Ubuntu? Specifically I need drivers for the audio (the microphones) of Kinect v2.
1
vote
0 answers

Kinect output to find distance

I found out from one site that it is possible to find distance from the raw depth video output of the Kinect through the 2 bytes assigned to a particular pixel as shown in this link - tutorial. Based on this I written a code to find out the distance…
1
vote
1 answer

Why does trying to build a kernel module give me a "-1 Unknown symbol" error?

I recently purchased a Kinect for Windows and quickly discovered that the camera drivers included in linux kernel 3.0+ aren't compatible with the Kinect for Windows hardware revision. After looking at the source code it seems like a tiny…
Colin Ray
  • 33
  • 1
  • 3
1
vote
1 answer

Using Kinect v1 as webcam in python

So for the last couple of days i've been trying to use my Kinect v1(1414) as a webcam for a project with OpenCV (Im using Ubuntu 16.04). I already installed Openkinect freenect (multiple times) and OpenNI, and i do get a video output when i run sudo…
1
vote
1 answer

How to use Kinect (Xbox 360) as a Desktop Controller

I have seen other answers for previous Ubuntu versions that did not solve my problem. For 11.10, what software is available to Install and operate the Kinect controller from the XBox.
Luis Alvarado
  • 209,003
  • 167
  • 543
  • 707
0
votes
1 answer

Where is the NiViewer in Ubuntu 16.04 LTS?

I am pretty much new to Ubuntu file and directory system. I installed OpenNi2 using sudo apt install libopenni2-dev but now could not find the NiViewer executable to test the installation. I looked in /usr/bin and usr/local/bin but its not…
0
votes
1 answer

Kinect 2 on Ubuntu 16.04, device not listed in `lsusb`

I'm trying to get a Kinect v2 to run with my Ubuntu 16.04 machine. I've already installed libfreenect2. To no avail. dmesg shows me the following output upon connecting the Kinect: [ 3541.672526] usb 1-6: new high-speed USB device number 9 using…
SeveQ
  • 141
  • 2
  • 10
0
votes
1 answer

install opencv 3.1.0

I downloaded opencv3.1.0 and extracted it then I opened cmake and built it.Then I opened terminal and in its directory (the directory of given to cmake as build address) typed "make".when making is completed I typed "make install" but an error…
ma98
  • 11
0
votes
1 answer

Ubuntu unable to use Kinect v1

I used Kinect on my ubuntu laptop, with a 12V adapter connect Kinect to usb. But the light on Kinect is always flashing and when checking lsusb, I can sometimes see Motor plugin and NEC which I think is the 12V adapter. It is unstable because it…
Zezhou Li
  • 1
  • 2
1
2