diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-04-21 13:15:57 +0200 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-21 13:15:57 +0200 |
commit | dcddbcc5ca7f3d5eff05bd0766db8479cc668872 (patch) | |
tree | bee37b3829da9a076949cf6cf31db9a5ad26d3c5 /tracker-easy/lang/zh_CN.ts | |
parent | 72a0be25fa559f4cb8b2826f06837061f3b7b5a8 (diff) |
Easy Tracker: PNP solver now a settings option.
Diffstat (limited to 'tracker-easy/lang/zh_CN.ts')
-rw-r--r-- | tracker-easy/lang/zh_CN.ts | 36 |
1 files changed, 22 insertions, 14 deletions
diff --git a/tracker-easy/lang/zh_CN.ts b/tracker-easy/lang/zh_CN.ts index f90e261f..68172059 100644 --- a/tracker-easy/lang/zh_CN.ts +++ b/tracker-easy/lang/zh_CN.ts @@ -226,52 +226,60 @@ <translation>设备信息:</translation> </message> <message> - <source>Color channels used</source> + <source>Value</source> <translation type="unfinished"></translation> </message> <message> - <source>Average</source> + <source>Use only yaw and pitch while calibrating. +Don't roll or change position.</source> + <translation>用pitch和yaw校准。不要roll或者变换位置</translation> + </message> + <message> + <source>Debug (full size preview)</source> <translation type="unfinished"></translation> </message> <message> - <source>Natural</source> + <source>Deadzone</source> <translation type="unfinished"></translation> </message> <message> - <source>Red only</source> + <source><html><head/><body><p><span style=" font-weight:600;">Easy Tracker<br/>Version 0.1</span></p><p><span style=" font-weight:600;">by Stéphane Lenclud</span></p><p>See <a href="https://github.com/opentrack/opentrack/wiki/Easy-Tracker"><span style=" font-weight:600; text-decoration: underline; color:#9999AA;">documentation on GitHub</span></a></p></body></html></source> <translation type="unfinished"></translation> </message> <message> - <source>Blue only</source> + <source>Size in pixels of half the edge defining deadzone squares around tracked points</source> <translation type="unfinished"></translation> </message> <message> - <source>Value</source> + <source>Perspective-N-Point solver</source> <translation type="unfinished"></translation> </message> <message> - <source>Use only yaw and pitch while calibrating. -Don't roll or change position.</source> - <translation>用pitch和yaw校准。不要roll或者变换位置</translation> + <source>Make sure you pick a solver supporting the number of marker you are using. For three points detection use either P3P or AP3P.</source> + <translation type="unfinished"></translation> </message> <message> - <source>Green only</source> + <source>P3P</source> <translation type="unfinished"></translation> </message> <message> - <source>Debug (full size preview)</source> + <source>ITERATIVE</source> <translation type="unfinished"></translation> </message> <message> - <source>Deadzone</source> + <source>EPNP</source> <translation type="unfinished"></translation> </message> <message> - <source><html><head/><body><p><span style=" font-weight:600;">Easy Tracker<br/>Version 0.1</span></p><p><span style=" font-weight:600;">by Stéphane Lenclud</span></p><p>See <a href="https://github.com/opentrack/opentrack/wiki/Easy-Tracker"><span style=" font-weight:600; text-decoration: underline; color:#9999AA;">documentation on GitHub</span></a></p></body></html></source> + <source>DLS</source> <translation type="unfinished"></translation> </message> <message> - <source>Size in pixels of half the edge defining deadzone squares around tracked points</source> + <source>UPNP</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>AP3P</source> <translation type="unfinished"></translation> </message> </context> |