Skip to content

Commit

Permalink
readme sync
Browse files Browse the repository at this point in the history
  • Loading branch information
UUoocl committed Aug 12, 2024
1 parent 7c14a71 commit 7a29aac
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,33 @@
- [Get User Media(GUM) for OBS](#get-user-mediagum-for-obs)
- [Overview](#overview)
- [Getting Started](#getting-started)
- [Enable the OBS WebSocket Server](#enable-the-obs-websocket-server)
- [Connect to the OBS WebSocket Server](#connect-to-the-obs-websocket-server)
- [Capture Audio or Desktop](#capture-audio-or-desktop)
- [Audio Frequency Analysis](#audio-frequency-analysis)
- [Audio Frequency Message](#audio-frequency-message)
- [MIDI Input](#midi-input)
- [MIDI Output Message](#midi-output-message)
- [Gamepad Input](#gamepad-input)
- [Gamepad Output Message](#gamepad-output-message)
- [MediaPipe Landmarks](#mediapipe-landmarks)
- [MediaPipe Pose Landmarks](#mediapipe-pose-landmarks)
- [Output Message](#output-message)
- [MediaPipe Hand Landmarks](#mediapipe-hand-landmarks)
- [Output Message](#output-message-1)
- [MediaPipe Face Landmarks](#mediapipe-face-landmarks)
- [Output Message](#output-message-2)
- [MediaPipe Image Segmentation](#mediapipe-image-segmentation)
- [Output Message](#output-message-3)
- [MediaPipe Text Sentiment](#mediapipe-text-sentiment)
- [Text Sentiment Result Message](#text-sentiment-result-message)
- [MediaPipe Gemma LLM Inference](#mediapipe-gemma-llm-inference)
- [Output Message](#output-message-4)
- [WebRTC Audio Video](#webrtc-audio-video)
- [Output Message](#output-message-5)
- [Speech Recognition](#speech-recognition)
- [Speech Recognition Started Event Message](#speech-recognition-started-event-message)
- [Speech Recognition Event Message](#speech-recognition-event-message)

<!-- Generated by gh-toc, https://moonbase59.github.io/gh-toc/ -->
<!-- ToC end -->
Expand Down Expand Up @@ -177,6 +192,32 @@ sequenceDiagram
```

## MediaPipe Pose Landmarks
<img src=https://github.com/user-attachments/assets/a610680d-19be-485c-96d8-9aef630a40fa width=300>

|0 - nose |10 - mouth (right)|20 - right index|30 - right heel|
|---|---|---|---|
|1 - left eye (inner) |11 - left shoulder|21 - left thumb|31 - left foot index|
|2 - left eye |12 - right shoulder|22 - right thumb|32 - right foot index|
|3 - left eye (outer)|13 - left elbow|23 - left hip|
|4 - right eye (inner) |14 - right elbow|24 - right hip|
|5 - right eye |15 - left wrist|25 - left knee|
|6 - right eye (outer) |16 - right wrist|26 - right knee|
|7 - left ear |17 - left pinky|27 - left ankle|
|8 - right ear |18 - right pinky|28 - right ankle|
|9 - mouth (left) |19 - left index|29 - left heel|













### Output Message
**Message name:**

Expand Down

0 comments on commit 7a29aac

Please sign in to comment.