added readme

pull/363/head
Paul Charlet 2020-04-29 19:41:29 +02:00
parent 7a8e06c561
commit 94c008dbcb
2 changed files with 19 additions and 0 deletions

View File

@ -1440,6 +1440,7 @@
"icon": "app.png",
"version":"0.02",
"description": "Enable HID, connect to your phone, start your camera and trigger the shot on your Bangle",
"readme": "README.md",
"tags": "bluetooth,tool",
"storage": [
{"name":"hidcam.app.js","url":"app.js"},

18
apps/hidcam/README.md Normal file
View File

@ -0,0 +1,18 @@
# Camera shutter
Control the camera shutter from your phone using your watch
## Usage
1. In settings, enable HID for "Keyboard & Media".
2. Pair your watch to your phone.
3. Load your camera app on your phone.
4. There you go, launch the app on your watch and press button 2 to trigger the shutter !
## How does it work ?
The app uses HID to send the key "Vol +", which is a shortcut for camera trigger on Android and iOS.
## Creator
Paul Charlet, using code from HID music app.