Merge pull request #363 from paul-chrlt/master

keywords and readme update
pull/367/head^2
Gordon Williams 2020-04-30 07:50:54 +01:00 committed by GitHub
commit 70d0c1e77c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 2 deletions

View File

@ -1438,9 +1438,10 @@
"name": "Camera shutter", "name": "Camera shutter",
"shortName":"Cam shutter", "shortName":"Cam shutter",
"icon": "app.png", "icon": "app.png",
"version":"0.02", "version":"0.03",
"description": "Enable HID, connect to your phone, start your camera and trigger the shot on your Bangle", "description": "Enable HID, connect to your phone, start your camera and trigger the shot on your Bangle",
"tags": "tools", "readme": "README.md",
"tags": "bluetooth,tool",
"storage": [ "storage": [
{"name":"hidcam.app.js","url":"app.js"}, {"name":"hidcam.app.js","url":"app.js"},
{"name":"hidcam.img","url":"app-icon.js","evaluate":true} {"name":"hidcam.img","url":"app-icon.js","evaluate":true}

View File

@ -1,2 +1,3 @@
0.01: Core functionnality 0.01: Core functionnality
0.02: Offer to enable HID if disabled 0.02: Offer to enable HID if disabled
0.03: Adds Readme and tags to be used by App Loader

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.