diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-18 15:22:10 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-18 15:22:10 +0100 |
commit | 68b18098fb7423eb5ca8de8181119900323234f4 (patch) | |
tree | bbad8df17d04e1c48b03cb20f502b5d9c80a7cd7 /tracker-rs/ftnoir_tracker_rs_controls.ui | |
parent | 5023b54ba76325bb0b5598d59714bdad2d55d81e (diff) |
tracker/realsense: fix installer path
For now it's still SDK 2016 R2.
Issue: #713
Diffstat (limited to 'tracker-rs/ftnoir_tracker_rs_controls.ui')
-rw-r--r-- | tracker-rs/ftnoir_tracker_rs_controls.ui | 40 |
1 files changed, 16 insertions, 24 deletions
diff --git a/tracker-rs/ftnoir_tracker_rs_controls.ui b/tracker-rs/ftnoir_tracker_rs_controls.ui index 4200302d..de7516b9 100644 --- a/tracker-rs/ftnoir_tracker_rs_controls.ui +++ b/tracker-rs/ftnoir_tracker_rs_controls.ui @@ -2,19 +2,22 @@ <ui version="4.0"> <class>UIRSControls</class> <widget class="QWidget" name="UIRSControls"> - <property name="windowModality"> - <enum>Qt::NonModal</enum> - </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> - <width>484</width> - <height>244</height> + <width>339</width> + <height>155</height> </rect> </property> + <property name="minimumSize"> + <size> + <width>339</width> + <height>0</height> + </size> + </property> <property name="windowTitle"> - <string>RealSense 3D Tracker settings</string> + <string>Intel RealSense</string> </property> <property name="windowIcon"> <iconset> @@ -23,28 +26,17 @@ <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> - <property name="autoFillBackground"> - <bool>false</bool> - </property> <layout class="QVBoxLayout" name="verticalLayout"> - <item> + <item alignment="Qt::AlignTop"> <widget class="QLabel" name="label"> <property name="text"> - <string>There is no configuration available at the moment. - -The application will activate your camera for face tracking by the -Intel® RealSense™ SDK. By design, the application has no direct access -to any camera images. - -In order to use this tracker, you need a PC equipped with an Intel® RealSense™ -F200 or SR300 camera and the RealSense™ SDK 2016 R2 runtime.</string> + <string><html><head/><body><p>In order to use this tracker, you need a PC equipped with an Intel® RealSense™ F200 or SR300 camera and the RealSense™ <a href="https://software.intel.com/en-us/realsense-sdk-windows-eol"><span style=" text-decoration: underline; color:#0000ff;">SDK 2016 R2 runtime</span></a>.</p><p>Scroll down to the bottom of the page, choosing <span style=" font-weight:600;">2016 R2 Full SDK</span> on the right-hand side. Unfortunately it's necessary to create an account prior to downloading.</p></body></html></string> </property> - </widget> - </item> - <item alignment="Qt::AlignHCenter|Qt::AlignVCenter"> - <widget class="QPushButton" name="triggerSDKInstallButton"> - <property name="text"> - <string>Install Runtime</string> + <property name="wordWrap"> + <bool>true</bool> + </property> + <property name="openExternalLinks"> + <bool>true</bool> </property> </widget> </item> |