Questions tagged [openkinect]

Focused on the `libfreenect` library for Microsoft Kinect, enabling the Kinect to used with Windows, Linux and Mac.

OpenKinect is a community of people making use of the Microsoft Kinect hardware for PCs and other devices. The communities primary focus, libfreenect, is a set of open source libraries that enable the Kinect to be used with Windows, Linux, and Mac.

136 questions
1
vote
2 answers

PApplet error on IntelliJ

I am trying to use the Processing and OpenKinect library on IntelliJ to connect my Kinect to use it for hand detection, this code works on Processing 3 but for some reason when I put it up on IntelliJ, in proper format, I get this error: Usage:…
1
vote
1 answer

Unable to access Kinect Sensor cam Using Opencv and libfreenect driver On Ubuntu platform

I am using OpenCv and OpenKinect on Ubuntu platform to access Kinect sensor. The major error is: undefined reference to `freenect_sync_get_rgb_cv' Help me to debug this error. The Source code is as given below: #include #include…
Kamble Tanaji
  • 487
  • 6
  • 12
1
vote
1 answer

Is there a reference library of commands for daniel shiffmans openkinect

I'm trying to update a script made by Luis Calçada back in 2010. He modified a point cloud example file by Daniel Shiffman to collect point cloud data as text files. Here is the tutorial…
Thomas Savage
  • 61
  • 1
  • 1
  • 7
1
vote
1 answer

freenect2 impl failed to open kinect v2 processing

I have managed to get the Kinect to be recognized by my PC, it has the right drivers installed and shows up in Microsoft Kinect Studio. However it still doesn’t show up in Processing I've installed the drivers using the Microsoft guide, all the…
Thomas Savage
  • 61
  • 1
  • 1
  • 7
1
vote
1 answer

Getting libusb error in ubuntu while trying to run 2 Kinects

I'm trying to run two Kinects v2 on the same machine (using libfreenect2 for ubuntu 14.04). The one is connected to motherboard USB3 host, and the other to PCI-E NEC host. Both work fine separately, but if I run one and then run another while the…
Vahe
  • 39
  • 6
1
vote
1 answer

Finger Position Detection using Kinect

Are there any open libraries or opensource codes available for finger position detection using Kinect ? I have tried searching OpenNI and other libraries for Kinect but could'nt find one.
1
vote
1 answer

Raspberry Pi 2 B and Kinect V2

Is there anybody who can confirm it is possible to extract depth/RGB images from Kinect V2 + Kinect Adapter for Windows on Raspberry Pi 2 Model B? As far as I know, Raspberry Pi 2 Model B has USB 3.0 which is a requirement for Kinect V2. I would…
Ghassem Tofighi
  • 381
  • 4
  • 16
1
vote
1 answer

How do I store libfreenect data in a point cloud?

How do I store the data from the kinect v1 into an xyzrgb cloud on Linux? I have already written the pcl portion of my project that involves the kinect and just have to write the part from the kinect that opens a stream and returns data for the…
1
vote
1 answer

How to disable IR emitter on Kinect2 using iai_kinect2 or libfreenect2?

Is there a way to disable the infrared emitter of Kinect2 (i.e., KinectOne) using the library freenect2 or its ros binding iai_kinect2? I need it to avoid interferences among Kinect2 and Primesense sensor. In alternative, covering the emitter should…
1
vote
2 answers

How to communicate Node JS and Kinect?

I want to do some stuff using kinect and my research took me to two libs, libfreenect and OpenNi, the first one apparently just extract video data, am I right? The second one was acquired by Apple and dissolved, however some of the binary data and…
1
vote
0 answers

Using Kinect with JavaCV

I'm trying to use the Kinect with JavaCV. I am trying to run this demo: public static void main(String[] args) { try{ CanvasFrame frame = new CanvasFrame("Image Frame"); OpenKinectFrameGrabber grabber = new…
HAL
  • 33
  • 1
  • 5
1
vote
0 answers

Latest Versions of libfreenect

I have written some software for a computer vision project, and want to make sure it is using the latest version of the libfreenect libraries and headers. Unfortunately, I can't figure out which are more up to date. There are several packages…
user46877
  • 51
  • 5
1
vote
1 answer

Kinect depth data ONLY

Is there a way in linux (raspbian) to capture only the depth data stream from a kinect? I'm trying to reduce the amount of processing needed to capture Kinect information so I want to ship the data stream to another computer to assemble the…
Jacksonkr
  • 31,583
  • 39
  • 180
  • 284
1
vote
1 answer

Copy PCL Point Cloud while preserving organization or Ransac + Surface Normal Calculation

I have a point cloud pcl::PointCloud::Ptr cloud (new pcl::PointCloud); that I want to copy into pcl::PointCloud::Ptr finalcloud (new pcl::PointCloud); while filtering…
user1349663
  • 595
  • 1
  • 7
  • 21
1
vote
1 answer

Controlling web browser JS components with Microsoft Kinect

I am planning to start a personal project involving controlling jQuery components such as a carousel with Microsoft Kinect. Only basic gestures are required such as swipe left/right, stop, click. I have been digging around for answers here and…
Francis Kim
  • 4,235
  • 4
  • 36
  • 51