openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
O
OpenNI
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 7 of 19
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch 'pr/n32_tomoto' into develop
Eddie Cohen
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.
tomoto335
More...
over 11 years ago
Sorry for fixing another bug of image registration x cropping combination.
tomoto335
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!
tomoto335
More...
over 11 years ago
Added mirror support for Kinect. Color, Depth, and IR streams are supported. No performance regression was observed.
tomoto335
More...
over 11 years ago
Bug Fix: potential crash when playback restarts
Eddie Cohen
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)
Eddie Cohen
More...
over 11 years ago
Merge branch 'test_device' into develop
Eddie Cohen
More...
over 11 years ago
PSLink.ini - can't set mirror on/off
Eddie Cohen
More...
over 11 years ago
Make sure FOV is zero if not supported by stream
Eddie Cohen
More...
over 11 years ago
Update version to 2.3.0.4.
Eddie Cohen
More...
over 11 years ago
coordinate converted: now also supports depth values in 100 um.
Eddie Cohen
More...
over 11 years ago
PSLink: Remove assertions on HandlePacket errors
mark.sandler
More...
over 11 years ago
PSLink: Set depth stream default resolution to QQVGA on ARM and QVGA otherwise
mark.sandler
More...
over 11 years ago
Add release notes and change log to the installation
Eddie Cohen
More...
over 11 years ago
Update release notes with prerequisites
eddie.cohen
More...
over 11 years ago
Merge branch 'develop' of ssh://git/localhome/GIT/Software/OpenNI2 into develop
mark.sandler
More...
over 11 years ago
NITETWO-330: Write to log successful context shutdown
mark.sandler
More...
over 11 years ago
NITETWO-329: Sync fixes in PlayerStream
mark.sandler
More...
over 11 years ago
More readable IR&Depth resolution match check
mark.sandler
More...
over 11 years ago
Merge pull request #28 from MasWag/fixForGcc4.7
eddiecohen
More...
over 11 years ago
Update version to 2.3.0.1
Eddie Cohen
More...
over 11 years ago
Merge remote-tracking branch 'origin/propertiesFix' into develop
Eddie Cohen
More...
over 11 years ago
Bug Fix: no even frame indexes from Capri devices.
Eddie Cohen
More...
over 11 years ago
Update PSCommon (fix Linux non-highres timers)
eddie.cohen
More...
over 11 years ago
Support gold linker in compilation
eddie.cohen
More...
over 11 years ago
Merge branch 'develop' of ssh://git/localhome/GIT/Software/OpenNI2 into develop
mark.sandler
More...
over 11 years ago
Merge commit 'release-2.2'
Eddie Cohen
More...
over 11 years ago
Link console: allow running a single command and exit
Eddie Cohen
More...
over 11 years ago
OPENNITWO-493: Single pixel translation is wrong when image res is 1280x1024
Eddie Cohen
More...
over 11 years ago
←
1
2
3
4
5
6
7
8
9
10
11
…
18
19
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree