mirror of https://github.com/espruino/BangleApps
commit
70d0c1e77c
|
@ -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}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue