Skip to content

Commit ddaa978

Browse files
committed
add DOI badge
1 parent 171781a commit ddaa978

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ freenect2: Python bindings to libfreenect2
33

44
.. image:: https://travis-ci.org/rjw57/freenect2-python.svg?branch=master
55
:target: https://travis-ci.org/rjw57/freenect2-python
6+
.. image:: https://zenodo.org/badge/85711795.svg
7+
:target: https://zenodo.org/badge/latestdoi/85711795
68

79
The freenect2 module provides a Python interface to the `libfreenect2
810
<https://github.com/OpenKinect/libfreenect2>`_ library. The libfreenect2
911
library provides a library allowing depth and RGB data to be extracted from a
1012
Kinect for Windows v2 (K4W2) device.
1113

14+
If using this library in an academic context, please use the DOI linked above.
15+
1216
Although a lot of libfreenect2 functionality is exposed, simple "single grab"
1317
usage of freenect2 should be simple. For example, here is how to grab a single
1418
depth frame and save it to a grayscale JPEG:

0 commit comments

Comments
 (0)