File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,16 @@ freenect2: Python bindings to libfreenect2
3
3
4
4
.. image :: https://travis-ci.org/rjw57/freenect2-python.svg?branch=master
5
5
:target: https://travis-ci.org/rjw57/freenect2-python
6
+ .. image :: https://zenodo.org/badge/85711795.svg
7
+ :target: https://zenodo.org/badge/latestdoi/85711795
6
8
7
9
The freenect2 module provides a Python interface to the `libfreenect2
8
10
<https://github.com/OpenKinect/libfreenect2> `_ library. The libfreenect2
9
11
library provides a library allowing depth and RGB data to be extracted from a
10
12
Kinect for Windows v2 (K4W2) device.
11
13
14
+ If using this library in an academic context, please use the DOI linked above.
15
+
12
16
Although a lot of libfreenect2 functionality is exposed, simple "single grab"
13
17
usage of freenect2 should be simple. For example, here is how to grab a single
14
18
depth frame and save it to a grayscale JPEG:
You can’t perform that action at this time.
0 commit comments