citolen / goproh4

Node.js module to control a GoPro Hero 4
MIT License
102 stars 26 forks source link

Question: Wifi Access #26

Open LoganArnett opened 7 years ago

LoganArnett commented 7 years ago

Has anyone integrated this into an application that also needs access to the internet? I am trying to figure out how to remote control the GoPro, allow the user to take a photo or video, and then upload the files to AWS s3 to be displayed on a custom gallery landing page.

Any ideas would be awesome, thanks

gstvr commented 7 years ago

The only idea I can think of is the same as GoPro app for Android (Capture) has - when you need to share something to the outside world, it basically downloads the media to your phone, disconnects from your camera and connects to another Wifi network or mobile data - then you can see a couple of options to share your media to.

BTW, I am currently working on an alternative GoPro Android app (and probably iOS as I am making it with Cordova and Onsen), with the same features that Capture app offers. The official GoPro app is way too slow and buggy.