You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complete the actions required for Subway Surfers by detecting posture changes through visual detection. Supports maixcam/maixcam2, collectively referred to as the device below.
29
+
30
+
## Usage
31
+
### Setting Up the Game Environment
32
+
1. Connect the device's USB interface to the computer.
33
+
2. Enable the HID Mouse function of the device. To do this, go to the Settings app -> USB Settings -> Select device -> Check HID Mouse -> Click OK.
34
+
3. Open the Subway Surfers game on the computer. You can click [here](https://subtlexp.github.io/Subway-Surfers) to play Subway Surfers in your browser.
35
+
36
+
### Starting the Game
37
+
1. After opening the application, ensure that the area from the player's knees to the head is visible in the frame.
38
+
2. The player should initially stand straight with their shoulders naturally level. The referee should aim the device at the player and press the BOOT key to calibrate. Once calibration is complete, the device will immediately detect the player's posture and control the mouse. At this point, click to start the game on the computer.
39
+
3. The player's controls are as follows:
40
+
- Rotate the shoulders to the left to move left once.
41
+
- Rotate the shoulders to the right to move right once.
42
+
- Jump to perform a jump.
43
+
- Crouch to perform a crouch.
44
+
45
+
Note:
46
+
1. The criteria for determining left and right movement are the angles of shoulder rotation to the left or right. Generally, a rotation angle exceeding 10 degrees is considered valid. After rotating, return to the original position immediately.
47
+
2. Due to the time required for the body to react, there is a certain delay when jumping and crouching. Preemptive actions are necessary.
0 commit comments