OpenNI2
OpenNI2 copied to clipboard
OpenNI2
Hi all, first excuse my English. I have long reading and trying to install unsuccessfully OpenNI2, Nite2 and OpenCV. Something I'm doing wrong. I'm using Ubuntu 12.04.03 LTS 32 bits...
As per [this report](https://github.com/piedar/OpenNI2-FreenectDriver/issues/36) and my own experience, Linux x86 builds fail in `OniPlatform.h` with ``` # error Xiron Platform Abstraction Layer - Unsupported Platform! ``` The solution is to...
I would like to point out that identifiers like "[`_OPENNI_H_`](https://github.com/OpenNI/OpenNI2/blob/3f7d3a135f18d9f4e8816dcfc7f5deb9612f7d84/Include/OpenNI.h#L21)" and "[`_ONI_C_API_H_`](https://github.com/OpenNI/OpenNI2/blob/f5acf357800945b6006f77da781494ac85437a31/Include/OniCAPI.h#L21)" [do not fit](https://www.securecoding.cert.org/confluence/display/seccode/DCL37-C.+Do+not+declare+or+define+a+reserved+identifier#DCL37-C.Donotdeclareordefineareservedidentifier-NoncompliantCodeExample%28HeaderGuard%29) to the expected naming convention of the C language standard. Would you like to adjust...
When setting the stream to a certain frame (using the ":" shortcut on the keyboard), the NiViewer segfaults. My own code using the seek method in openni::PlaybackControl segfaults as well....
With the g++ that comes with XCode, i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) compiling 5b88c95e4f8d19b95713e3c873c7d07e48e5605b fails for me as follows: ``` g++ -x c++...
The NiTE 2.2 sample HandViewer aborts with a failed assertion in malloc.c on Linux 3.8.13 with gcc 4.6.3. ``` HandViewer: malloc.c:2451: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char *) &((av)->bins[((1) -...
I would like to report that the project does not compile with gcc4-7 .Issuing make CXX=g++-4.6 everything works.
The NiTE 2.2 sample UserViewer segfaults on exit on Linux 3.8.13 with gcc 4.6.3. ``` Program received signal SIGSEGV, Segmentation fault. 0x000000389aa7d6dd in ?? () from /lib64/libc.so.6 (gdb) backtrace #0...
Compilation under RaspberryPi currently fails. I have created a pull request (#9) with the patches to make it work. Maybe someone can have a look at these patches and integrate...
README says - FreeGLUT3 From: http://freeglut.sourceforge.net/index.php#download Or via apt: sudo apt-get install freeglut3-dev But on the referred page the latest version is 2.8.0 ... It is probably Debian that has...