KonradIT / goprowifihack

Unofficial GoPro WiFi API Documentation - HTTP GET requests for commands, status, livestreaming and media query.
Apache License 2.0
2.11k stars 338 forks source link

Any example of wifi connections process? #275

Open pavloshargan opened 2 years ago

pavloshargan commented 2 years ago

I would like to have a script that makes the GoPro ready for receiving http Api calls through the wifi on It's 10.5.5.9 address once the computer and GoPro are paired. So it should work no matter which state the Gopro is in(turned off, in the deep sleep etc). Let's say it's somewhere on the tree with power cable plugged in.

I understand, that it's actually what OpenGopro does, but the connection process is very unstable if using this official library. Quite often gopro's wifi AP can't be found and I need to restart the script few times until wifi connection is established. Sometimes it doesn't connect at all, so i need manually reboot the GoPro.

Is there something like that in the repository? Or maybe some advices how to achieve this full automaticity.