|
69 | 69 | </StackPanel> |
70 | 70 |
|
71 | 71 | <StackPanel> |
72 | | - <TextBlock Text="Presets and modes" Classes="sectionTitle" /> |
| 72 | + <TextBlock Text="Presets" Classes="sectionTitle" /> |
73 | 73 | <TextBlock Text="1..8 / NumPad 1..8" Classes="command" /> |
74 | 74 | <TextBlock Text="Restore the matching preset. In memory mode, save the current position to that preset." Classes="hint" /> |
| 75 | + <TextBlock Text="M" Classes="command" Margin="0,8,0,0" /> |
| 76 | + <TextBlock Text="Toggle memory mode. Press Esc to cancel memory mode." Classes="hint" /> |
| 77 | + </StackPanel> |
| 78 | + |
| 79 | + <StackPanel> |
| 80 | + <TextBlock Text="Camera positions" Classes="sectionTitle" /> |
75 | 81 | <TextBlock Text="Home / NumPad 0" Classes="command" Margin="0,8,0,0" /> |
76 | 82 | <TextBlock Text="Restore the selected camera's home position." Classes="hint" /> |
77 | 83 | <TextBlock Text="D" Classes="command" Margin="0,8,0,0" /> |
78 | | - <TextBlock Text="Restore driver default values for zoom, pan, and tilt." Classes="hint" /> |
79 | | - <TextBlock Text="M" Classes="command" Margin="0,8,0,0" /> |
80 | | - <TextBlock Text="Toggle memory mode. Press Esc to cancel memory mode." Classes="hint" /> |
| 84 | + <TextBlock Text="Restore driver default values for zoom, pan, tilt, and supported picture settings." Classes="hint" /> |
| 85 | + </StackPanel> |
| 86 | + |
| 87 | + <StackPanel> |
| 88 | + <TextBlock Text="Panels and preview" Classes="sectionTitle" /> |
81 | 89 | <TextBlock Text="V / I" Classes="command" Margin="0,8,0,0" /> |
82 | | - <TextBlock Text="Switch the live-control tabs to Move/Zoom or Picture." Classes="hint" /> |
| 90 | + <TextBlock Text="Switch the right panel to Move/Zoom or Picture." Classes="hint" /> |
83 | 91 | <TextBlock Text="P" Classes="command" Margin="0,8,0,0" /> |
84 | 92 | <TextBlock Text="Toggle the live preview window without taking focus away from PTZControl2." Classes="hint" /> |
85 | 93 | <TextBlock Text="/ / *" Classes="command" Margin="0,8,0,0" /> |
|
95 | 103 | </ScrollViewer> |
96 | 104 | </TabItem> |
97 | 105 |
|
98 | | - <TabItem Header="Live control"> |
| 106 | + <TabItem Header="Live Control"> |
99 | 107 | <ScrollViewer Margin="4,16"> |
100 | 108 | <StackPanel Spacing="14"> |
101 | 109 | <StackPanel> |
102 | | - <TextBlock Text="Step controls" Classes="sectionTitle" /> |
| 110 | + <TextBlock Text="Live Control" Classes="sectionTitle" /> |
103 | 111 | <TextBlock Text="Single click or key press" Classes="command" /> |
104 | 112 | <TextBlock Text="Executes one controlled movement or zoom action using the selected step size." Classes="hint" /> |
105 | 113 | <TextBlock Text="Holding a hotkey" Classes="command" Margin="0,8,0,0" /> |
106 | 114 | <TextBlock Text="Does not queue repeated movement actions. PTZControl2 waits until the key is released before the same key can trigger another action." Classes="hint" /> |
107 | | - <TextBlock Text="Holding a live-control button" Classes="command" Margin="0,8,0,0" /> |
| 115 | + <TextBlock Text="Holding a movement button" Classes="command" Margin="0,8,0,0" /> |
108 | 116 | <TextBlock Text="Currently behaves like a single click. Continuous press-and-release movement like the original GUI is planned separately once the backend can model start/stop movement safely." Classes="hint" /> |
109 | 117 | <TextBlock Text="Move/Zoom and Picture tabs" Classes="command" Margin="0,8,0,0" /> |
110 | 118 | <TextBlock Text="Use V for Move/Zoom and I for Picture. The Picture tab controls brightness, contrast, sharpness, and saturation when the selected camera exposes these values." Classes="hint" /> |
|
126 | 134 | <TextBlock Text="Click Memory, then click preset 1..8 to save the current camera position." Classes="hint" /> |
127 | 135 | <TextBlock Text="Click Memory again or press Esc to cancel memory mode." Classes="hint" Margin="0,8,0,0" /> |
128 | 136 | <TextBlock Text="Home and Default" Classes="command" Margin="0,8,0,0" /> |
129 | | - <TextBlock Text="Home restores the camera home position. Default restores driver default values for zoom, pan, and tilt." Classes="hint" /> |
| 137 | + <TextBlock Text="Home restores the camera home position. Default restores driver default values for zoom, pan, tilt, and supported picture settings." Classes="hint" /> |
130 | 138 | </StackPanel> |
131 | 139 | </StackPanel> |
132 | 140 | </ScrollViewer> |
|
0 commit comments