Package Details: primesense-nite2 2.2-1

Package Base: primesense-nite2
Description: 3D computer vision middleware for OpenNI
Upstream URL: http://www.openni.org/files/nite/
Category: lib
Licenses: custom
Submitter: zanegrey
Maintainer: zanegrey
Last Packager: None
Votes: 2
First Submitted: 2013-11-20 00:51
Last Updated: 2013-11-20 01:39

Latest Comments

Comment by icoz

2015-01-31 13:09

#source=("http://www.openni.org/wp-content/uploads/2013/10/NiTE-Linux-x64-${pkgver}.tar1.zip" )
source=("http://ilab.usc.edu/packages/forall/current/NiTE-Linux-x64-2.2.tar.bz2" )
noextract=()
#md5sums=('96f4cf172228cd99fdc0cdbb8de17a4a')
md5sums=('742062f9483365b66c2d1efd131e864c')
_source_name="NiTE-Linux-x64-2.2"

prepare() {
# unzip -f "${_source_name}.tar1.zip"
tar -xvf "${_source_name}.tar.bz2"
}

Comment by foxxy

2014-05-08 15:09

OpenNI is no longer open. Packages using OpenNI and/or NiTE2 and dead.

Comment by zanegrey

2014-02-23 19:38

Ill look into this once I get access to a kinect.

Comment by foxxy

2014-02-23 10:56

I'm not sure, but I think its better to change all the paths in the .ini files to absolute and then you can sym link the NiTE.ini to the working directory of your application. This prevents the duplication o files and brings the package closer to just working. Really, this is problem with NiTE2. I thought it would read the path of .ini file from the environment.

Also, an strace of my application shows that OpenNI is looking for and not finding its .ini file. Not sure how to fix that.

access("/usr/lib/OpenNI.ini", F_OK) = -1 ENOENT (No such file or directory)

Comment by foxxy

2014-02-23 08:43

Hi there. I think the line;

DataDir=./NiTE2

in /usr/share/NiTE2/NiTE.ini

Should be sed-ed to;

DataDir=/usr/share/NiTE2/NiTE2