# OpenKinect downloading

**URL:** https://discourse.processing.org/t/openkinect-downloading/9533
**Category:** Libraries
**Created:** [March 22, 2019, 2:53pm UTC](https://discourse.processing.org/t/openkinect-downloading/9533 "2019-03-22T14:53:29Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Jean-no](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jean-no/32/3352_2.png) [@Jean-no](https://discourse.processing.org/u/Jean-no)
#### Post date: [March 22, 2019, 2:53pm UTC](https://discourse.processing.org/t/openkinect-downloading/9533/1 "2019-03-22T14:53:29Z")

</div>

Several students tell me they have issues with the automatic download of OpenKinect (but also sometimes with other librairies hosted on github). Could it be a DNS issue ? Someting else ?

---

<div class="post-metadata">

### Author: ![cansik](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/cansik/32/8815_2.png) [@cansik](https://discourse.processing.org/u/cansik)
#### Post date: [March 22, 2019, 3:12pm UTC](https://discourse.processing.org/t/openkinect-downloading/9533/2 "2019-03-22T15:12:27Z")

</div>

Do you mean through the contribution manager?

---

<div class="post-metadata">

### Author: ![Jean-no](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jean-no/32/3352_2.png) [@Jean-no](https://discourse.processing.org/u/Jean-no)
#### Post date: [March 22, 2019, 3:39pm UTC](https://discourse.processing.org/t/openkinect-downloading/9533/3 "2019-03-22T15:39:55Z")

</div>

That’s right, it doesn’t work through the contribution manager. It doesn’t even start, then a message says that it won’t be able to work.

Jn

---

<div class="post-metadata">

### Author: ![cansik](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/cansik/32/8815_2.png) [@cansik](https://discourse.processing.org/u/cansik)
#### Post date: [March 22, 2019, 4:02pm UTC](https://discourse.processing.org/t/openkinect-downloading/9533/4 "2019-03-22T16:02:30Z")

</div>

Looking at the entry of OpenKinect in the [Contribution Source](http://download.processing.org/contribs) reveals that the library is hosted [here](http://shiffman.net/p5/libraries/openkinect_processing/openkinect_processing.zip). The library seems to be downloadable for me through the contribution manager and also through the direct link.

So I would guess there is something wrong with the infrastructure on your side. Try to download the library directly and if that does not work it is not processings fault.

```ini
library
minRevision=227
name=Open Kinect for Processing
maxRevision=0
sentence=A Mac OS X Kinect implementation using open source drivers (libfreenect).
url=http://shiffman.net/p5/kinect/
prettyVersion=1.0
paragraph=This library is for quick and easy access to the raw data from the Microsoft Kinect v1 and v2. It provides depth, RGB, and IR images. It also allows you to control the sensors tilt programmatically.
version=4
authors=[Daniel Shiffman](http://shiffman.net/) and [Thomas Sanchez](http://codigogenerativo.com/)
download=http://shiffman.net/p5/libraries/openkinect_processing/openkinect_processing.zip
type=library
id=013
categories=Video & Vision

```

---

<div class="post-metadata">

### Author: ![Jean-no](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jean-no/32/3352_2.png) [@Jean-no](https://discourse.processing.org/u/Jean-no)
#### Post date: [March 22, 2019, 9:00pm UTC](https://discourse.processing.org/t/openkinect-downloading/9533/5 "2019-03-22T21:00:38Z")

</div>

Thank you. Il tell that to the students who have issues downloading.

jn
