Export to GitHub

simple-openni - issue #46

Source not available


Posted on Jun 8, 2012 by Swift Bird

What steps will reproduce the problem? 1. Download source, using svn. 2. Look for corresponding sources to class files included in distribution jar.

What is the expected output? What do you see instead? Expected: a folder named "SimpleOpenNI", with files such as "AlternativeViewPointCapablity.java" etc.

Instead: There is only one .java file, "SimpleOpenNI.java", not contained in a "SimpleOpenNI" folder and thus unable to fulfill its package directive "package SimpleOpenNI;"

What version of the product are you using? On what operating system? Universal version 0.27; Ubuntu GNU/Linux 10.04 if it matters

Please provide any additional information below.

Comment #1

Posted on Jun 10, 2012 by Quick Bear

The main part of SimpleOpenNI is in C++. To get the java wrapper i use SWIG.

Status: Done

Labels:
Type-Defect Priority-Medium