You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ I made the library with a style which would be quite easy to add other cameras (
49
49
## Installation
50
50
51
51
- Arduino IDE:
52
-
- Go to Tools > Manage libraries
52
+
- Go to Tools > Manage libraries
53
53
- Search for `GoProControl`
54
54
- PlatformIO:
55
55
- From command line: run ```pio lib install "GoProControl"```
@@ -61,7 +61,7 @@ I made the library with a style which would be quite easy to add other cameras (
61
61
62
62
## Examples
63
63
64
-
**Important:** Rename the `Constants.h.example` to `Constants.h` and change the SSID, Password and camera model. If you have a GoPro HERO4 or newer you should add also the [mac address](https://havecamerawilltravel.com/gopro/gopro-mac-address/)and the hostname of the board you want to connect to your camera
64
+
**Important:** Rename the `Constants.h.example` to `Constants.h` and change the SSID, Password and camera model. If you have a GoPro HERO4 or newer you should add also the [mac address](https://havecamerawilltravel.com/gopro/gopro-mac-address/)(in a future release this would be done automatically).
65
65
66
66
## Supported Options
67
67
@@ -155,7 +155,7 @@ I made the library with a style which would be quite easy to add other cameras (
155
155
156
156
**NOTE:** Not all the options are available for all the cameras (for example on a HERO3 you can't set 1080p at 240 frame per second 😲). You can see the possibilities on the manual of your camera of here for [HERO3](https://github.com/KonradIT/goprowifihack/blob/master/HERO3/Framerates-Resolutions.md) and here for [HERO4 and newer](https://github.com/KonradIT/goprowifihack/blob/master/HERO4/Framerates-Resolutions.md)
157
157
158
-
## To Do list and known issues
158
+
## To Do list and known issues
159
159
160
160
- Missing get status which gives info like mode (photo, video), fow and so on: [see here](https://github.com/KonradIT/goprowifihack/blob/master/HERO5/HERO5-Commands.md#gopro-hero5-commands-status-and-notes)
161
161
- Wait for the ESP32 core to make a stable BLE core, right now it has many issues, especially, if used together with wifi: [see here](https://github.com/espressif/arduino-esp32/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+ble)
@@ -170,4 +170,4 @@ I made the library with a style which would be quite easy to add other cameras (
170
170
171
171
All the commands came from: https://github.com/KonradIT/goprowifihack
172
172
173
-
The idea of making a GoPro library for arduino comes from another library https://github.com/agdl/GoPRO which works only on arduino WiFi boards and only with GoPro HERO3.
173
+
The idea of making a GoPro library for arduino comes from another library https://github.com/agdl/GoPRO which works only on arduino WiFi boards and only with GoPro HERO3.
0 commit comments