3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'pr/n32_tomoto' into develop More... over 11 years ago
Extended property support for Kinect. * Supported properties * 3D sensing properties: Near Mode, IR Emitter On/Off * Non- 3D sensing properties: Camera Elevation, Accelerometer, Audio Array ID * API header KinectProperties.h is added. This is a sibling of other private property headers such as PrimeSense.h, PS1080.h, etc. (Suffix "Properties" is included in the file name for more clarity.) * The first 4 hex digits of these properties are 0xx45e, taken from Microsoft's USB vendor ID. * NiViewer's toggleCloseRange now supports Kinect using these properties. * IR emitter on/off is added to NiViewer for both PS1080 and Kinect. * Design notes * I struggled if I should reuse the properties of the same meanings in PS1080.h (i.e. XN_STREAM_PROPERTY_CLOSE_RANGE and XN_MODULE_PROPERTY_EMITTER_STATE). The confusion was, although PS1080.h seemed to be private for PS1080 Driver, it was included and used in Kinect Driver also (e.g. XN_STREAM_PROPERTY_CONST_SHIFT). I eventually decided not to reuse them assuming PS1080.h was actually supposed to be private, and its use in Kinect Driver was a "hidden hack" to make NiTE work. If my reading was wrong, please let me know. I will be more than happy to fix. * Passing a bool type value to setProperty for an OniBool type property may fail because bool and OniBool are actually different in size (1 byte vs. 4 bytes). You can workaround this issue by explicitly specifying the data type like setProperty<OniBool>(). For the same reason, you cannot get an OniBool type property into a bool type variable. (This is confusing and hope we can improve this in the future.) * Fixed a bug in XnDeviceModule.cpp that caused a crash when reading XN_MODULE_PROPERTY_EMITTER_STATE from a PS1080 device, which I found while enhancing NiViewer. More... over 11 years ago
Sorry for fixing another bug of image registration x cropping combination. More... over 11 years ago
Better encapsulation of Windows & NUI dependent stuff related to depth-to-image coordinate conversion within KinectStreamImpl. * KinectStreamImpl::getNuiSensor() is finally eliminated. * Other Windows & NUI types are more privately hidden. * Besides, the image registration performance got a little better! More... over 11 years ago
Added mirror support for Kinect. Color, Depth, and IR streams are supported. No performance regression was observed. More... over 11 years ago
Bug Fix: potential crash when playback restarts More... over 11 years ago
OniFile: allow playback of recordings that don't have the cropping property (just assume it's disabled) (cherry picked from commit 19091318890de0e3a921e6677e8b4d3a5d83298a) More... over 11 years ago
Merge branch 'test_device' into develop More... over 11 years ago
PSLink.ini - can't set mirror on/off More... over 11 years ago
Make sure FOV is zero if not supported by stream More... over 11 years ago
Update version to 2.3.0.4. More... over 11 years ago
coordinate converted: now also supports depth values in 100 um. More... over 11 years ago
PSLink: Remove assertions on HandlePacket errors More... over 11 years ago
PSLink: Set depth stream default resolution to QQVGA on ARM and QVGA otherwise More... over 11 years ago
Add release notes and change log to the installation More... over 11 years ago
Update release notes with prerequisites More... over 11 years ago
Merge branch 'develop' of ssh://git/localhome/GIT/Software/OpenNI2 into develop More... over 11 years ago
NITETWO-330: Write to log successful context shutdown More... over 11 years ago
NITETWO-329: Sync fixes in PlayerStream More... over 11 years ago
More readable IR&Depth resolution match check More... over 11 years ago
Merge pull request #28 from MasWag/fixForGcc4.7 More... over 11 years ago
Update version to 2.3.0.1 More... over 11 years ago
Merge remote-tracking branch 'origin/propertiesFix' into develop More... over 11 years ago
Bug Fix: no even frame indexes from Capri devices. More... over 11 years ago
Update PSCommon (fix Linux non-highres timers) More... over 11 years ago
Support gold linker in compilation More... over 11 years ago
Merge branch 'develop' of ssh://git/localhome/GIT/Software/OpenNI2 into develop More... over 11 years ago
Merge commit 'release-2.2' More... over 11 years ago
Link console: allow running a single command and exit More... over 11 years ago
OPENNITWO-493: Single pixel translation is wrong when image res is 1280x1024 More... over 11 years ago