diff options
author | Xavier Hallade <xavier.hallade@intel.com> | 2016-04-27 09:50:36 +0200 |
---|---|---|
committer | Xavier Hallade <xavier.hallade@intel.com> | 2016-04-27 09:50:36 +0200 |
commit | f3d62b23b02bb27cbb0f0f0302001f0710992df2 (patch) | |
tree | ada631f9bb767c2f55fd46b422cf83a1d2ba32fb /tracker-rs/README.md | |
parent | fb7e86d02e1d9a15dedad048aa477c1985423057 (diff) |
installer: propose install of RealSense runtime on compatible systems
When an user installs opentrack on a system which has RealSense F200 or
SR300 camera drivers installed, the installer now proposes to install the
proper runtime after having displayed its EULA.
Diffstat (limited to 'tracker-rs/README.md')
-rw-r--r-- | tracker-rs/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tracker-rs/README.md b/tracker-rs/README.md index 5fca4392..a9613794 100644 --- a/tracker-rs/README.md +++ b/tracker-rs/README.md @@ -3,11 +3,10 @@ This is a tracker providing markerless 3D head tracking using the Intel® RealSe More information on RealSense can be found on [Intel.com](http://www.intel.com/content/www/us/en/architecture-and-technology/realsense-overview.html) -This tracker uses a separate process that gets data from the SDK. Its sources are under rs_impl and can be recompiled by calling build.bat, which depends on -Microsoft Visual C++ Compiler and the [Intel® RealSense™ SDK R4](https://software.intel.com/en-us/intel-realsense-sdk) +This tracker uses a separate library that gets data from the SDK. Its sources are under rs_impl and can be recompiled by calling build.bat, which depends on Microsoft Visual C++ Compiler and the [Intel® RealSense™ SDK 2016 R1](https://software.intel.com/en-us/intel-realsense-sdk) # ISC License -Copyright (c) 2015, Intel Corporation +Copyright (c) 2015-2016, Intel Corporation Author: Xavier Hallade <xavier.hallade@intel.com> |