diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2013-01-21 01:32:08 +0000 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-01-21 01:32:08 +0000 | 
| commit | 1d0348ea11c95d0d4b9391ec832c80f885fcc765 (patch) | |
| tree | de7e760d59712a892972ac31580fde28201d85d4 | |
| parent | 30c20798ebb18cc5942566a3c414d779cca04a3a (diff) | |
Error in the UI, said vertical when meant horizontal. Also take a chance to make the profile have even *less* latency.
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@228 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
| -rw-r--r-- | FTNoIR_Tracker_HT/TrackerControls.ui | 16 | ||||
| -rw-r--r-- | bin/Settings/Falcon BMS.ini | 18 | 
2 files changed, 17 insertions, 17 deletions
diff --git a/FTNoIR_Tracker_HT/TrackerControls.ui b/FTNoIR_Tracker_HT/TrackerControls.ui index 7f599579..561d6118 100644 --- a/FTNoIR_Tracker_HT/TrackerControls.ui +++ b/FTNoIR_Tracker_HT/TrackerControls.ui @@ -6,7 +6,7 @@     <rect>      <x>0</x>      <y>0</y> -    <width>378</width> +    <width>333</width>      <height>127</height>     </rect>    </property> @@ -35,13 +35,13 @@      </rect>     </property>     <property name="text"> -    <string>Vertical camera field of view</string> +    <string>Horizontal field of view</string>     </property>    </widget>    <widget class="QDoubleSpinBox" name="cameraFOV">     <property name="geometry">      <rect> -     <x>150</x> +     <x>130</x>       <y>10</y>       <width>91</width>       <height>22</height> @@ -76,7 +76,7 @@    <widget class="QComboBox" name="cameraFPS">     <property name="geometry">      <rect> -     <x>150</x> +     <x>130</x>       <y>40</y>       <width>81</width>       <height>22</height> @@ -119,7 +119,7 @@    <widget class="QSpinBox" name="cameraIndex">     <property name="geometry">      <rect> -     <x>150</x> +     <x>130</x>       <y>70</y>       <width>42</width>       <height>22</height> @@ -141,7 +141,7 @@    <widget class="QPushButton" name="buttonOK">     <property name="geometry">      <rect> -     <x>220</x> +     <x>170</x>       <y>100</y>       <width>75</width>       <height>23</height> @@ -154,7 +154,7 @@    <widget class="QPushButton" name="buttonCancel">     <property name="geometry">      <rect> -     <x>300</x> +     <x>250</x>       <y>100</y>       <width>75</width>       <height>23</height> @@ -167,7 +167,7 @@    <widget class="QGroupBox" name="groupBox">     <property name="geometry">      <rect> -     <x>270</x> +     <x>220</x>       <y>10</y>       <width>101</width>       <height>81</height> diff --git a/bin/Settings/Falcon BMS.ini b/bin/Settings/Falcon BMS.ini index 11845303..c2ff7b55 100644 --- a/bin/Settings/Falcon BMS.ini +++ b/bin/Settings/Falcon BMS.ini @@ -84,21 +84,21 @@ point-1-x=50  point-1-y=180  [Curves-Accela-Scaling-Rotation] -point-count=6 +point-count=7  point-0-x=0  point-0-y=0  point-1-x=0.659685863874346  point-1-y=0.373333333333333  point-2-x=0.87434554973822  point-2-y=0.68 -point-3-x=1.08900523560209 -point-3-y=1.42666666666667 -point-4-x=1.1413612565445 -point-4-y=2.01333333333333 -point-5-x=1.23560209424084 -point-5-y=4.22666666666667 -point-6-x=1.23560209424084 -point-6-y=4.22666666666667 +point-3-x=1.01047120418848 +point-3-y=1.09333333333333 +point-4-x=1.07853403141361 +point-4-y=1.44 +point-5-x=1.12041884816754 +point-5-y=1.98666666666667 +point-6-x=1.19895287958115 +point-6-y=4.2  point-7-x=2.58638743455497  point-7-y=3.97333333333333  point-8-x=2.65968586387435  | 
