Skip to content

Commit

Permalink
Nuitrack v0.36.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuitrack-Bot committed May 19, 2023
1 parent fc2d244 commit 405cf81
Show file tree
Hide file tree
Showing 54 changed files with 33 additions and 18 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Release v0.36.12

**Release Date**: 19 May 2023
**Nuitrack Runtime version**: 0.36.12
**Nuitrack SDK version**: 1.12.12

## Bug Fixes and Improvements
* Init phase / start-up time was significantly optimized
* Nuitrack now supports multiple Kinect 2.0 sensors on Windows (even official Microsoft SDK can't do it)
* Correct operation with Orbbec Astra sensors on Windows w/ Kinect 2.0 Runtime installed

# Release v0.36.11

**Release Date**: 17 Apr 2023
Expand Down
Binary file not shown.
Binary file modified Examples/nuitrack_csharp_device_api_sample/nuitrack.net.dll
Binary file not shown.
Binary file modified Examples/nuitrack_csharp_sample/nuitrack.net.dll
Binary file not shown.
Binary file modified Examples/nuitrack_gl_sample/android/libs/nuitrackhelper.jar
Binary file not shown.
Binary file modified Examples/nuitrack_ni_gl_sample/android/libs/nuitrackhelper.jar
Binary file not shown.
Binary file modified Nuitrack/lib/android-arm64/libOpenNI.so
Binary file not shown.
Binary file modified Nuitrack/lib/android-arm64/libmiddleware.so
Binary file not shown.
Binary file modified Nuitrack/lib/android-arm64/libnuitrack.so
Binary file not shown.
Binary file modified Nuitrack/lib/android-arm64/nuitrackhelper.jar
Binary file not shown.
Binary file modified Nuitrack/lib/android/libOpenNI.so
Binary file not shown.
Binary file modified Nuitrack/lib/android/libmiddleware.so
Binary file not shown.
Binary file modified Nuitrack/lib/android/libnuitrack.so
Binary file not shown.
Binary file modified Nuitrack/lib/android/nuitrackhelper.jar
Binary file not shown.
Binary file modified Nuitrack/lib/csharp/nuitrack.net.dll
Binary file not shown.
Binary file modified Nuitrack/lib/linux64/libmiddleware.so
Binary file not shown.
Binary file modified Nuitrack/lib/linux64/libnuitrack.so
Binary file not shown.
Binary file modified Nuitrack/lib/linux_arm/libmiddleware.so
Binary file not shown.
Binary file modified Nuitrack/lib/linux_arm/libnuitrack.so
Binary file not shown.
Binary file modified Nuitrack/lib/linux_arm64/libmiddleware.so
Binary file not shown.
Binary file modified Nuitrack/lib/linux_arm64/libnuitrack.so
Binary file not shown.
Binary file modified Nuitrack/lib/win32/middleware.lib
Binary file not shown.
Binary file modified Nuitrack/lib/win32/nuitrack.lib
Binary file not shown.
Binary file modified Nuitrack/lib/win64/middleware.lib
Binary file not shown.
Binary file modified Nuitrack/lib/win64/nuitrack.lib
Binary file not shown.
4 changes: 2 additions & 2 deletions Platforms/Nuitrack.apk
Git LFS file not shown
2 changes: 1 addition & 1 deletion Platforms/Nuitrack_arm64.apk
Git LFS file not shown
4 changes: 2 additions & 2 deletions Platforms/nuitrack-linux-arm64.deb
Git LFS file not shown
4 changes: 2 additions & 2 deletions Platforms/nuitrack-linux-armhf.deb
Git LFS file not shown
4 changes: 2 additions & 2 deletions Platforms/nuitrack-ubuntu-amd64.deb
Git LFS file not shown
4 changes: 2 additions & 2 deletions Platforms/nuitrack-windows-x64.exe
Git LFS file not shown
4 changes: 2 additions & 2 deletions Platforms/nuitrack-windows-x86.exe
Git LFS file not shown
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.11
1.12.12
10 changes: 7 additions & 3 deletions doc/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ In this section, you can find the information about the most common errors relat
## Windows

* If the installation freezes at 66%, please follow the steps below:
1. Run `clear_sys_env.bat` as Administrator
2. Run `maintenance_tool.exe`
3. Install Nuitrack from scratch
* Run `clear_sys_env.bat` as Administrator
* Run `maintenance_tool.exe`
* Install Nuitrack from scratch
* If there were any errors during the automatic setup, please check the environment variables:
* There should be the `NUITRACK_HOME` variable with the value of `<install-folder>\nuitrack`
* The 'PATH' variable should include the path to `<install-folder>\nuitrack\bin`
Expand All @@ -30,6 +30,10 @@ _**Note**: To add a new environment variable or change the existing environment
```
* If you have any problems with your sensor, make sure that you allowed apps to access your camera: select **Settings → Privacy → Camera** and turn on **"Allow apps to access your camera"**.

* During installation, Nuitrack grants write permissions to the directory _%NUITRACK_HOME%\data_ (the directory where the license is stored) for the current user. If you need to activate via another user in the future, you need to give write permissions for this directory yourself. Run this command from Windows CMD: `icacls %NUITRACK_HOME%\data /grant <your_user_name>:F /T`



## Linux

* If you see "ERROR: Couldn't open device ..." message when trying to use Nuitrack, try to set permissions for USB devices with the following command:
Expand Down
2 changes: 1 addition & 1 deletion iOS-beta/nuitrack_sample/nuitrack.framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.36.11</string>
<string>0.36.12</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Binary file modified iOS-beta/nuitrack_sample/nuitrack.framework/nuitrack
Binary file not shown.

0 comments on commit 405cf81

Please sign in to comment.