An open API service indexing awesome lists of open source software.

https://github.com/kawamataryo/sync-raise-hand

Your real raised hand will be synchronized with the action of the raise button in Google Meet.
https://github.com/kawamataryo/sync-raise-hand

chrome chrome-extensions

Last synced: 2 months ago
JSON representation

Your real raised hand will be synchronized with the action of the raise button in Google Meet.

Awesome Lists containing this project

README

        

Sync Raise hand

[Download in Chrome Web Store](https://chrome.google.com/webstore/detail/sync-raise-a-hand/pimhkdcdgmedijjnjeagagnnddgbcnkm)

## ✨ Feature

- ✋ Your real raised hand will be synchronized with the action of the raise button in Google Meet.
- 🔐 All processing is done within the browser. No image data will be sent to the any server.

Powerd by [handtrackjs](https://github.com/victordibia/handtrack.js/) and [vitesse-webext](https://github.com/antfu/vitesse-webext).

## 🎬 Demo

https://user-images.githubusercontent.com/11070996/130861858-00b7bb2d-ab87-457b-ade6-2bc42f6c71f7.mp4

## 📦 Install

[Download in Chrome Web Store](https://chrome.google.com/webstore/detail/sync-raise-a-hand/pimhkdcdgmedijjnjeagagnnddgbcnkm?hl=ja&authuser=1)

## 🔫 Troubleshooting
If Sync Raise Hand does not work for you, please check the following.

- Do you have Snap Camera running?
- If Snap camera is running, no motion will be detected. Please stop Snap camera and then reload the page.
- Does the Google Meet settings in Chrome allow the camera to be controlled from JavaScript?
- Since Sync Raise Hand uses a camera to detect raised hands, please make sure that JavaScript is available to control the camera.Check your camera settings at [chrome://settings/content#media-stream-mic](chrome://settings/content#media-stream-mic).(Related [#2](https://github.com/kawamataryo/sync-raise-hand/issues/2))

## 🖥 Contributing
Contributions are welcome 🎉
We accept contributions via Pull Requests.

### Development

```bash
$ git clone https://github.com/kawamataryo/sync-raise-hand.git
$ cd sync-raise-hand
$ pnpm i
$ pnpm build
```