summaryrefslogtreecommitdiffstats
path: root/libs/openni/DETAILS
blob: fe69f8b7357e292c66eb1654f0b1ea150724ffd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
. "$GRIMOIRE/FUNCTIONS"
           SPELL=openni
         VERSION=$(get_scm_version)
          SOURCE="${SPELL}-git.tar.bz2"
   SOURCE_URL[0]=git://github.com/OpenNI/OpenNI.git:openni-git
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
        WEB_SITE=http://www.openni.org/
      LICENSE[0]=GPL
         ENTERED=20110824
           SHORT="framework for writing applications utilizing natural interaction"
cat << EOF
OpenNI framework provides an application programming interface (API) for writing
applications utilizing natural interaction. This API covers communication with
both low level devices (e.g. vision and audio sensors), as well as high-level
middleware solutions (e.g. for visual tracking using computer vision).
EOF