totovr / SimpleOpenNI

SimpleOpenNI library for Processing 3.5.2, 3.4, 3.3.7, 3.3.6 on MacOS for V1 and V2
https://totovr.github.io/SimpleOpenNI/
MIT License
158 stars 47 forks source link

Question: to find implementation of userImage() #13

Closed smokhov closed 5 years ago

smokhov commented 5 years ago

Issue Summary

We are looking for the implementation of the userImage() method to port its functionality to another device. It seems no source code is provided for it in the .jars. Where does the implementation come from and how one can access it?

Type of Issue

totovr commented 5 years ago
screen shot 2019-02-17 at 10 54 39
smokhov commented 5 years ago

I guess I need to be clearer :) We are looking for either ContextWrapper.java or ContextWrapper.cpp from which you compiled .jar/.dylib/.so/.dll and not exactly their javadoc or doxygen.

smokhov commented 5 years ago

@totovr: I've redownloaded the original sources of SimpleOpenNI from https://code.google.com/archive/p/simple-openni/source/default/source and have found what we were looking for, more or less (FYI, @dongbeikezhenxi). The question is are you still using the exact the same sources for this project to compile the binaries or do you use some updated sources for it?

totovr commented 5 years ago

I used and modified from wexstorm