Commit Graph

578 Commits

Author SHA1 Message Date
Nedko Arnaudov 749f74c536 AArch64 tweaks 2022-02-28 16:48:11 +02:00
Nedko Arnaudov 2f8dbdf871 Merge github branch develop 2022-02-28 15:29:53 +02:00
Portage fcb4c080ed gentoo modifications 2022-02-28 14:09:30 +02:00
Phil Nelson 3b787cc8b0
Update README with Structure Core information. 2019-04-04 10:27:36 -07:00
Jim Selikoff b333a3b512 Added -Wshift-negative-value to circumvent errors in jdhuff.c for x64 builds with clang-800.0.38 2016-11-01 14:40:58 -04:00
James Selikoff 25e55e1045 Parentheses needed around structure member initialization to correct clang-800.0.38 unitialized field error 2016-11-01 13:59:25 -04:00
Masaki Waga a935146075 deleted type generics in javadoc that causes error in jdk8 (#48)
JDK 8 javadoc fix
2016-11-01 12:47:58 -04:00
jselikof f516bdbd45 Update README.md
Update regarding keytool usage.
2016-10-31 20:05:52 -04:00
Jim Selikoff 962b35bd63 Added apk signing resources 2016-10-31 18:50:38 -04:00
Dustin Hopper 70ef9c80f2 Fix build error for Linux with GCC 5.0+ 2016-06-24 15:48:13 -06:00
Dustin Hopper 1121cdcadf README: Fixed potential confusion for Android building in Eclipse. 2015-11-17 14:16:14 -07:00
Dustin Hopper 1fce8edffa OniStream:convertDepthToWorldCoordinates
Function now checks the stream pixel format to return millimeters if the pixel format is set to PIXEL_FORMAT_DEPTH_100_UM
2015-08-19 12:37:57 -05:00
Nicolas Tisserand 89cd3ce185 Improve README formatting. 2015-07-28 16:51:53 -07:00
Nicolas Tisserand 635aeb142a Fix typo in README. 2015-07-28 16:47:28 -07:00
jselikof 0ca16411c1 Update README.md
Updated information regarding samples testing on Android.
2015-06-02 13:06:08 -04:00
jselikof 94d7e24df9 Delete README
Created README.md making this README redundant.
2015-05-21 20:02:27 -04:00
jselikof 7397d7dc87 Merge pull request #53 from occipital/jselikof-patch-1
Create README.md
2015-05-21 19:52:16 -04:00
jselikof 8a2521e3be Update README.md
After NB's edits
2015-05-21 19:46:47 -04:00
jselikof 14138a0cae Create README.md
Initial commit.
2015-05-19 13:24:50 -04:00
jselikof 6857677bee Update README.md
minor tweak
2015-05-12 13:14:55 -04:00
jselikof e123b61bef Update README.md
Added note about using the develop branch.
2015-05-12 12:35:52 -04:00
Nicolas Tisserand ad398ad21e Require Java in Unix packaging scripts. 2015-01-28 14:30:34 -08:00
Nicolas Tisserand 32c0933e8d Merge pull request #41 from Linkid/python3_print
Use parentheses with print in python.
2015-01-28 14:29:15 -08:00
François Magimel ebad454242 Use parentheses with print in python
In python3, the print function needs parentheses.
And for environments using python3 by default, it is more convenient
to have python code compatible with python3.
2015-01-28 22:49:48 +01:00
Nicolas Tisserand 468332b6cb Add contributing section to README. 2015-01-28 12:43:14 -08:00
Nicolas Tisserand b9ad747e53 Merge pull request #40 from stevenlovegrove/develop-seek-fix
Fix seeking behaviour
2015-01-28 11:58:15 -08:00
Steven Lovegrove 64a0433a51 When seeking, ensure PlayerSource pointer is not null before dereferencing. 2015-01-28 01:48:31 +00:00
Steven Lovegrove 2125ea6102 Fix bad dereference when attempting to seek before first frame has been read. 2015-01-28 01:41:55 +00:00
Steven Lovegrove bec66c0e44 Fix bug when seeking - avoid using address of out-of-scope stack variable. 2015-01-28 01:38:54 +00:00
Nicolas Tisserand 3f776fba9a PlayerDevice: Report seeking failures. 2015-01-22 12:56:53 -08:00
Francisco Facioni 7f384612b7 Fix for deadlock when seek fails
When the seek fails the m_SeekCompleteInternalEvent is not emited and blocks the thread.
2015-01-22 12:56:39 -08:00
Nicolas Tisserand 1a04e303ee Let the SimpleRead sample take an optional URL from the command line. 2015-01-15 14:36:03 -08:00
Nicolas Tisserand 9da7c4410e Fix MSVC12 warnings. 2014-12-22 00:46:27 -08:00
Nicolas Tisserand baf8a709dd Fix Kinect VS project build settings. 2014-12-22 00:46:22 -08:00
Nicolas Tisserand b3c04e77be Fix MSVC12 warnings. 2014-12-22 00:45:55 -08:00
Nicolas Tisserand 630e335fc1 Merge pull request #26 from pedroasad/master
Added a missing -lpthread flag to one Makefile
2014-12-04 22:42:48 -08:00
Pedro Asad 716cffb288 Added a missing -lpthread flag to one Makefile
The lack of the -lpthread flag on Source/Tools/NiViewer/Makefile prevented the
  whole project from compiling correctly on Ubuntu 14.04 64 bit. Just added the
  missing flag to this Makefile, according to the same solution for issue 47 of
  the old OpenNI2 Github repository, that boils down to a similar problem and
  can be found here, on Github
  https://github.com/OpenNI/OpenNI2/issues/47
2014-10-08 18:18:57 -03:00
Nicolas Tisserand 6d02884b53 Converting README to Markdown and adding more Android instructions. 2014-08-06 14:00:30 -07:00
Nicolas Tisserand 5f603ea640 Merge pull request #18 from fran6co/libc++
fix error when building it in OS x 10.9 with libc++
2014-07-25 16:03:58 -07:00
Francisco Facioni a988950f5e fix error when building it in OS x 10.9 with libc++ 2014-07-22 11:44:36 -03:00
Heresy 1ec5eb2f0b Make JPEG context initialization and destruction more robust & flexible.
* Initializers now destroy the previous context, prior to allocating a fresh one.
 * Destructors now take pointers to a context pointer and zero it on exit.
 * Destructors now gracefully exit when passed pointers to a null context pointer.
 * The decompression function also takes a pointer to a context pointer, because it may reset it on errors.
 * The compression functions also take pointers to a context pointer, for symmetry.
2014-06-11 09:15:45 -07:00
Nicolas Tisserand caae0e03c2 More ignore. 2014-06-11 09:13:57 -07:00
Nicolas Tisserand 0197440d3a More ignore. 2014-05-30 15:03:48 -07:00
Nicolas Tisserand cc91987024 Merge pull request #10 from KHeresy/Fix_Kinect_recording_ONI_for_NiTE_occipital
Fix the windows Kinect driver so that ONI files recorded using a Kinect can be played back and used in NITE.
2014-05-30 14:41:42 -07:00
Heresy 58d326facc Merge branch 'Fix_Kinect_recording_ONI_for_NiTE' into Fix_Kinect_recording_ONI_for_NiTE_occipital 2014-05-30 10:47:02 +08:00
Heresy 0f7839624f Add XN_STREAM_PROPERTY_PARAM_COEFF in notifyAllProperties() 2014-05-21 09:58:07 +08:00
Nicolas Tisserand cd0b6903a3 Minor Makefile cleanup. 2014-05-19 00:20:46 -07:00
Nicolas Tisserand e3fc00c67d Adding missing java dependency. 2014-05-19 00:17:46 -07:00
Nicolas Tisserand d6dabb221e Make Java-dependent targets optional and disabled by default.
Also rework, comment and cleanup the top-level Makefile.
2014-05-18 22:27:51 -07:00
Nicolas Tisserand 24df31a6ae Try /usr/local before /opt/local on Mac OS X.
This makes it possible to build against a brew-installed libusb.
2014-05-18 22:24:36 -07:00