Skip to content

Commit

Permalink
Updated version to 5.0.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenNI committed Nov 9, 2011
1 parent c888888 commit a4e8b25
Show file tree
Hide file tree
Showing 114 changed files with 405 additions and 10,900 deletions.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Detailed Change log:
--------------------

Version 5.0.4.4 (Unstable version - Nov 7th 2011)
-------------------------------------------------
* Added YUV input in high res for FW 5.3.28 and above.
* Added grayscale 8 input format.
* Added automatic setting of input format, and automatic checking of modes.
* Updated to newer common makefiles
* Sensor client-server on windows: Allow starting server and client in different sessions (requires a special setting in GlobalDefaults.ini, as this causes things not to work properly if running on a machine with UAC on).
* Changed Engine changed to Sensor in the final installation files.
* Renamed Linux-x86 to "Linux" (supports x86, x64, Arm and MacOSX).
* Allow better cross compiling.
* Bug Fix: old XNS files would not set their IsGenerating property (and so it is left FALSE, even if node has frames).
* Updated the value of the UsbInterface property once endpoints are opened.

Version 5.0.4.3 (Stable version - Sep 18th 2011)
------------------------------------------------
* Some minor windows installer UI fix (title position).
Expand Down
3 changes: 3 additions & 0 deletions Data/GlobalDefaults.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ LogWriteToFile=1
; Use a server to access sensor. 0 - No (single application), 1 - Yes (multiple applications, default)
;EnableMultiProcess=0

; When multi process is enabled, allows server and client running in different sessions. 0 - No (default), 1 - Yes
;EnableMultiUsers=0

; The timeout in which a server goes down if no client is connected, in milliseconds
;ServerNoClientsTimeout=10000

Expand Down
58 changes: 0 additions & 58 deletions Include/XnCommon.h

This file was deleted.

2 changes: 1 addition & 1 deletion Include/XnPsVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/** Xiron maintenance version. */
#define XN_PS_MAINTENANCE_VERSION 4
/** Xiron build version. */
#define XN_PS_BUILD_VERSION 3
#define XN_PS_BUILD_VERSION 4

/** Xiron version (in brief string format): "Major.Minor.Maintenance (Build)" */
#define XN_PS_BRIEF_VERSION_STRING \
Expand Down
3 changes: 3 additions & 0 deletions Include/XnStreamParams.h
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@
#define XN_MODULE_PROPERTY_ERROR_STATE "ErrorState"
/** Boolean */
#define XN_MODULE_PROPERTY_ENABLE_MULTI_PROCESS "EnableMultiProcess"
/** Boolean */
#define XN_MODULE_PROPERTY_ENABLE_MULTI_USERS "EnableMultiUsers"
/** String */
#define XN_MODULE_PROPERTY_PHYSICAL_DEVICE_NAME "PhysicalDeviceName"
/** String */
Expand Down Expand Up @@ -453,6 +455,7 @@ typedef enum
XN_IO_IMAGE_FORMAT_JPEG_MONO = 4,
XN_IO_IMAGE_FORMAT_UNCOMPRESSED_YUV422 = 5,
XN_IO_IMAGE_FORMAT_UNCOMPRESSED_BAYER = 6,
XN_IO_IMAGE_FORMAT_UNCOMPRESSED_GRAY8 = 7,
} XnIOImageFormats;

typedef enum
Expand Down
11 changes: 0 additions & 11 deletions Platform/ARC/Build/BuildNotes.txt

This file was deleted.

Loading

0 comments on commit a4e8b25

Please sign in to comment.