1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
Source: openni2
Priority: optional
Section: libs
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>,
Cosimo Alfarano <kalfa@debian.org>,
Nobuhiro Iwamatsu <iwamatsu@debian.org>,
Jochen Sprickerhof <jspricke@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
debsums (>= 2.0.0),
freeglut3-dev,
libusb-1.0-0-dev (>= 1.0.8),
python (>= 2.6),
doxygen,
graphviz,
libjpeg-dev,
libudev-dev,
default-jdk
Standards-Version: 3.9.8
Homepage: http://structure.io/openni
Vcs-Git: https://anonscm.debian.org/cgit/pkg-multimedia/openni2.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/openni2.git
Package: libopenni2-0
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: framework for sensor-based 'Natural Interaction'
OpenNI2 is a framework for getting data to support 'Natural Interaction',
i.e. skeleton tracking, gesture tracking, and similar ways of getting data
from humans. OpenNI2 provides the interface for physical devices and for
middleware components. The API enables modules to be registered in the OpenNI2
framework, which then produce sensory data. OpenNI2 also allows selection of
different hardware and middleware modules.
Package: openni2-utils
Section: utils
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: debug and test utilities OpenNI2 framework
OpenNI2 is a framework for getting data to support 'Natural Interaction',
i.e. skeleton tracking, gesture tracking, and similar ways of getting data
from humans. OpenNI2 provides the interface for physical devices and for
middleware components. The API enables modules to be registered in the OpenNI2
framework, which then produce sensory data. OpenNI2 also allows selection of
different hardware and middleware modules.
.
This package provides a number of related utilities for debugging, testing,
and view the results of the sensor modules.
Package: libopenni2-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libopenni2-0 (= ${binary:Version})
Suggests: openni2-doc
Description: headers for OpenNI 'Natural Interaction' frameworks
OpenNI is a framework for getting data to support 'Natural Interaction',
i.e. skeleton tracking, gesture tracking, and similar ways of getting data
from humans. OpenNI provides the interface for physical devices and for
middleware components. The API enables modules to be registered in the OpenNI
framework, which then produce sensory data. OpenNI also allows selection of
different hardware and middleware modules.
Package: openni2-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: developer documentation for OpenNI frameworks
OpenNI is a framework for getting data to support 'Natural Interaction',
i.e. skeleton tracking, gesture tracking, and similar ways of getting data
from humans. OpenNI provides the interface for physical devices and for
middleware components. The API enables modules to be registered in the OpenNI
framework, which then produce sensory data. OpenNI also allows selection of
different hardware and middleware modules.
.
This package provides developer documentation for developing using the OpenNI2
frameworks.
|