Skip to content

Commit

Permalink
roll back SDK to 2.3.0.85 for issue #176
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-dong committed Feb 10, 2023
1 parent af55012 commit 8093afb
Show file tree
Hide file tree
Showing 24 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion include/openni2/OniCTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ typedef struct
char uri[ONI_MAX_STR];
char vendor[ONI_MAX_STR];
char name[ONI_MAX_STR];
char serialNumber[ONI_MAX_STR];
uint16_t usbVendorId;
uint16_t usbProductId;
} OniDeviceInfo;
Expand Down
4 changes: 2 additions & 2 deletions include/openni2/OniVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
#define ONI_VERSION_MAJOR 2
#define ONI_VERSION_MINOR 3
#define ONI_VERSION_MAINTENANCE 0
#define ONI_VERSION_BUILD 86
#define ONI_VERSION_BUILD 85

/** OpenNI version (in brief string format): "Major.Minor.Maintenance (Build)" */
#define ONI_BRIEF_VERSION_STRING \
"Standard "\
ONI_STRINGIFY(ONI_VERSION_MAJOR) "." \
ONI_STRINGIFY(ONI_VERSION_MINOR) "." \
ONI_STRINGIFY(ONI_VERSION_MAINTENANCE) \
" (Build " ONI_STRINGIFY(ONI_VERSION_BUILD) "-beta6)"
" (Build " ONI_STRINGIFY(ONI_VERSION_BUILD) ")"

/** OpenNI version (in numeric format): (OpenNI major version * 100000000 + OpenNI minor version * 1000000 + OpenNI maintenance version * 10000 + OpenNI build version). */
#define ONI_VERSION (ONI_VERSION_MAJOR*100000000 + ONI_VERSION_MINOR*1000000 + ONI_VERSION_MAINTENANCE*10000 + ONI_VERSION_BUILD)
Expand Down
2 changes: 0 additions & 2 deletions include/openni2/OpenNI.h
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,6 @@ class DeviceInfo : private OniDeviceInfo
const char* getVendor() const { return vendor; }
/** Returns the device name for this device. */
const char* getName() const { return name; }
/** Returns the device serialNumber for this device. */
const char* getSerialNumber() const { return serialNumber; }
/** Returns the USB VID code for this device. */
uint16_t getUsbVendorId() const { return usbVendorId; }
/** Returns the USB PID code for this device. */
Expand Down
3 changes: 1 addition & 2 deletions include/openni2/PS1080.h
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,7 @@ enum
XN_MODULE_MOTHERBOARD_TEMP_COMP = 0x10810022,
//For third customer platform read/write SN
XN_MODULE_PROPERTY_DEVICE_SN = 0x10810024,
//PublicBoard
XN_MODULE_PROPERTY_PUBLIC_BOARD_SENSOR_POWER = 0x10810025,



/*******************************************************************/
Expand Down
Binary file modified include/openni2_redist/arm/OpenNI2/Drivers/libOniFile.so
100644 → 100755
Binary file not shown.
Binary file modified include/openni2_redist/arm/OpenNI2/Drivers/liborbbec.so
100644 → 100755
Binary file not shown.
Binary file modified include/openni2_redist/arm/PS1080Console
100644 → 100755
Binary file not shown.
Binary file modified include/openni2_redist/arm/SimpleRead
100644 → 100755
Binary file not shown.
Binary file modified include/openni2_redist/arm/libDepthUtils.a
Binary file not shown.
Binary file modified include/openni2_redist/arm/libOpenNI2.so
100644 → 100755
Binary file not shown.
Binary file modified include/openni2_redist/arm64/NiViewer
Binary file not shown.
Binary file modified include/openni2_redist/arm64/OpenNI2/Drivers/libOniFile.so
100644 → 100755
Binary file not shown.
Binary file modified include/openni2_redist/arm64/OpenNI2/Drivers/liborbbec.so
100644 → 100755
Binary file not shown.
Binary file modified include/openni2_redist/arm64/PS1080Console
Binary file not shown.
Binary file modified include/openni2_redist/arm64/SimpleRead
Binary file not shown.
Binary file modified include/openni2_redist/arm64/libDepthUtils.a
Binary file not shown.
Binary file modified include/openni2_redist/arm64/libOpenNI2.so
100644 → 100755
Binary file not shown.
Binary file modified include/openni2_redist/x64/NiViewer
Binary file not shown.
Binary file modified include/openni2_redist/x64/OpenNI2/Drivers/libOniFile.so
100644 → 100755
Binary file not shown.
Binary file modified include/openni2_redist/x64/OpenNI2/Drivers/liborbbec.so
100644 → 100755
Binary file not shown.
Binary file modified include/openni2_redist/x64/PS1080Console
Binary file not shown.
Binary file modified include/openni2_redist/x64/SimpleRead
Binary file not shown.
Binary file modified include/openni2_redist/x64/libDepthUtils.a
Binary file not shown.
Binary file modified include/openni2_redist/x64/libOpenNI2.so
100644 → 100755
Binary file not shown.

0 comments on commit 8093afb

Please sign in to comment.