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
|
Source: openni-sensor-pointclouds
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Jochen Sprickerhof <jspricke@debian.org>
Build-Depends: debhelper-compat (= 13),
libjpeg-dev,
libopenni-dev
Standards-Version: 4.6.2
Section: libs
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/multimedia-team/openni-sensor-pointclouds.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/openni-sensor-pointclouds
Package: libopenni-sensor-pointclouds-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
libopenni-sensor-pointclouds0 (= ${binary:Version})
Provides: libopenni-sensor-dev
Conflicts: libopenni-sensor-dev
Replaces: libopenni-sensor-dev
Description: headers for Kinect sensor modules for the OpenNI framework
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. This package provides modules for OpenNI that get the data from
the Kinect camera for processing with the OpenNI Middleware, like PrimeSense
NITE.
.
This is a fork of the original OpenNI sensor driver providing support for
Kinect as well as the original PrimeSense devices.
.
This package provides the headers for building against these sensor modules.
Package: libopenni-sensor-pointclouds0
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
openni-utils
Provides: libopenni-sensor
Conflicts: libopenni-sensor
Replaces: libopenni-sensor
Description: Microsoft Kinect sensor modules for the OpenNI framework
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. This package provides modules for OpenNI that get the data from
the Kinect camera for processing with the OpenNI Middleware, like PrimeSense
NITE.
.
This is a fork of the original OpenNI sensor driver providing support for
Kinect as well as the original PrimeSense devices.
.
This package includes all of the sensor modules needed to work with the
Kinect camera in OpenNI.
|