Skip to content

Commit a35b9b4

Browse files
committed
update help
1 parent c0b271d commit a35b9b4

File tree

1 file changed

+71
-45
lines changed

1 file changed

+71
-45
lines changed

src/main/assets/help.html

+71-45
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,71 @@
1111
for android based on VLC. <br/><br/>
1212

1313
<b><i>Features:</i></b><br/><p>
14-
-- Nodding to play/pause, turning left/right to seek, ... <br/>
15-
-- Play all video files in a folder<br/>
16-
-- Support Local and network (SMB, FTP, ...) resources<br/>
17-
-- Rich settings and a Force2D mode to make video more comfortable.<br/>
14+
-- Support touch control, bluetooth controller, head control <br/>
15+
-- Head Control may be disabled or locked <br/>
16+
-- Nodding to play/pause, turning left/right to seek, ... <br/>
17+
-- Go to next/prev video in a folder without taking off headset<br/>
18+
-- Support Local and network (SMB, FTP, ...) resources<br/>
19+
-- Rich settings (brightness, eye distance, video position ...) <br/>
20+
-- Force2D mode to make some 3D video more comfortable. In this mode, same picture will be shown to both eyes.<br/>
21+
-- Video Options (sbs/tab, full/half, audio track, subtitle ...) <br/>
22+
-- Automatic selection of audio track and subtitle based on language keywords in settings<br/>
1823
</p>
1924
Note:<br/>
20-
- Gyroscope sensor is necessary <br/>
21-
- 3D/VR file name should include tags like sbs, hsbs, fsbs, ou, tab, 180, 360 to indicate its format.
25+
- Gyroscope sensor is necessary for head control <br/>
26+
- 3D/VR file name may include tags like sbs, hsbs, fsbs, ou, tab, 180, 360 to indicate its format. <br/>
27+
- To get good experience, be sure to adjust headset and eye distance setting so that inter-lens
28+
distance and video distance on the phone screen are the same as your interpupillary distance.
2229
<br/><br/>
2330

24-
<b><i>Usage:</i></b><br/>
31+
<br/>
32+
<b><i>Usage:</i></b><br/><br/>
33+
<p>Touch Control:</p>
34+
<table cellpadding="5">
35+
<tbody>
36+
<tr>
37+
<td>Play/Pause</td><td/>
38+
<td>- Touch Right 2/3 of the screen</td><td/>
39+
</tr>
40+
<tr>
41+
<td>Forward/Rewind</td><td/>
42+
<td>- Swipe Right/Left</td><td/>
43+
</tr>
44+
<tr>
45+
<td>Next/Prev Video</td><td/>
46+
<td>- Swipe Up/Down</td><td/>
47+
</tr>
48+
<tr>
49+
<td>Video Options</td><td/>
50+
<td>- Touch Left 1/3 of the screen</td><td/>
51+
</tr>
52+
</tbody>
53+
</table>
54+
55+
<p>Bluetooth Controller:</p>
56+
<table cellpadding="5">
57+
<tbody>
58+
<tr>
59+
<td>Play/Pause</td><td/>
60+
<td>- Center Key</td>
61+
</tr>
62+
<tr>
63+
<td>Forward/Rewind</td><td/>
64+
<td>- Right/Left Key</td>
65+
</tr>
66+
<tr>
67+
<td>Next/Prev Video</td><td/>
68+
<td>- Down/Up Key</td>
69+
</tr>
70+
</tbody>
71+
</table>
72+
73+
<br/>
74+
Head Control:
2575
<p>There are 5 basic head motions: Up, Down, Left, Right, Hold still. Each function is
2676
a combination of these motions.</p>
2777

28-
<p>Basic functions:</p>
29-
<table>
78+
<table cellpadding="5">
3079
<tbody>
3180
<tr>
3281
<td>Play/Pause</td>
@@ -49,52 +98,29 @@
4998
<td>- Up, Down, Left, Right</td>
5099
</tr>
51100
<tr>
52-
<td>Recenter 360/180 Video</td>
53-
<td>- Left, Right, Left, Right</td>
54-
</tr>
55-
</tbody>
56-
</table>
57-
Note:<br/>
58-
Seeking is only enabled for 360/180 video when it is paused.
59-
<br/>
60-
<p>&nbsp;</p>
61-
<p>Change settings:</p>
62-
<p>Eye-to-Eye distance can be adjusted inside player.</p>
63-
<table>
64-
<tbody>
65-
<tr>
66-
<td>Increase Eye-to-Eye distance</td>
67-
<td>- Right, Down, Left, Up</td>
101+
<td>Lock Head Control</td>
102+
<td>- Up, Right, Left, Down</td>
68103
</tr>
69104
<tr>
70-
<td>Decrease Eye-to-Eye distance</td>
71-
<td>- Left, Down, Right, Up</td>
105+
<td>Recenter 360/180 Video</td>
106+
<td>- Left, Right, Left, Right</td>
72107
</tr>
73-
</tbody>
74-
</table>
75-
<p>&nbsp;</p>
76-
<p>Force2D mode:</p>
77-
<p>A special mode - Force2D can be enabled if a 3D video is too stressful for eyes.
78-
In this mode, same picture will be shown to both eyes.</p>
79-
80-
<table>
81-
<tbody>
82108
<tr>
83109
<td>Toggle Force2D mode</td>
84110
<td>- Right, Left, Right, Left</td>
85111
</tr>
86112
</tbody>
87113
</table>
114+
<br/>
115+
116+
117+
Note:<br/>
118+
Seeking is only enabled for 360/180 video when it is paused.
119+
120+
<p>&nbsp;</p>
121+
<p>&nbsp;</p>
122+
<p>&nbsp;</p>
88123
<p>&nbsp;</p>
89-
<p>Other functions:</p>
90-
<table>
91-
<tbody>
92-
<tr>
93-
<td>Exit Program</td>
94-
<td>- Up, Left, Right, Down</td>
95-
</tr>
96-
</tbody>
97-
</table>
98124

99125
<p>&nbsp;</p>
100126
<p>&nbsp;</p>

0 commit comments

Comments
 (0)