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
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Have you ever thought about the possibility to control your action camera with y
42
42
- HERO5
43
43
- HERO6
44
44
- HERO7
45
-
-Fusion
45
+
-FUSION
46
46
47
47
I made the library with a style which would be quite easy to add other cameras (not only GoPro). I would be very happy to accept pull requests 😃
48
48
@@ -153,9 +153,21 @@ I made the library with a style which would be quite easy to add other cameras (
153
153
| 3 | ✔ ||
154
154
| 0 | ✔ ||
155
155
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
+
158
+
## To Do list and known issues
159
+
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
+
- 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)
162
+
- No confirm pairing for HERO4: [see here](https://github.com/KonradIT/goprowifihack/blob/master/HERO4/WifiCommands.md#code-pairing)
163
+
- Missing some modes for HERO4 and newer camera: [see here](https://github.com/KonradIT/goprowifihack/blob/master/HERO4/WifiCommands.md#secondary-modes)
164
+
- The arduino class String() could cause memory leaks (I never had problem yet), move to char array? 🤔
165
+
-`BSSID()` and `macAddress()` not perfectly compatible with arduino API: [see here](https://github.com/espressif/arduino-esp32/issues/2613)
166
+
- make gopro_mac_address field optional
167
+
156
168
157
169
## Reference
158
170
159
171
All the commands came from: https://github.com/KonradIT/goprowifihack
160
172
161
-
The idea cames from another gopro 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