blob: 8ac8297fc0efeee7bd30713866afd3e43a695ed4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1">
<context>
<name>RSTracker</name>
<message>
<source>Couldn't initialize RealSense tracking. Open the tracker settings dialog for links to the camera driver and the SDK.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Tracking stopped after the RealSense SDK Runtime execution has aborted.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Tracking stopped after another program changed camera streams configuration.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>RSTrackerMetaData</name>
<message>
<source>Intel® RealSense™ Technology</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>UIRSControls</name>
<message>
<source>Intel RealSense</source>
<translation type="unfinished"></translation>
</message>
<message>
<source><html><head/><body>
In order to use this tracker, you need:
<ul>
<li>
A PC equipped with an Intel® RealSense™ F200 or SR300 camera
</li>
<li>
Depth Camera Manager <a href="https://www.intel.com/content/www/us/en/download/18309/intel-realsense-depth-camera-manager.html"><span>driver</span></a>
<blockquote>
To avoid problems with the DCM installer updating the camera's firmware it is recomended to run the DCM installer from the command line with the following flags:<br/>
<span style=" font-weight: bold; font-family:monospace, 'Courier New';">--ignore-fw-update --silent --no-progress --acceptlicense=yes</span>
</blockquote>
</li>
<li>
RealSense™ <a href="http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9078/intel_rs_sdk_offline_package_10.0.26.0396.exe"><span>SDK 2016 R2 runtime</span></a>
</li>
</ul>
</body></html></source>
<translation type="unfinished"></translation>
</message>
</context>
</TS>
|