KonradIT / gopro-py-api

Unofficial GoPro API Library for Python - connect to GoPro via WiFi.
MIT License
1.38k stars 211 forks source link

GoPro USB API #189

Closed gritzandgravy0 closed 2 years ago

gritzandgravy0 commented 2 years ago

Hey,

I'm not sure where to post this, but I would like to know if there is a usb API to control a gopro. I've got the wifi working which is great and i know the BLE one exists, but i have an application where i can't have a user go through the handshaking / setup process for these. I don't know of any other way of connecting to wifi without "faking" out the gopro by connecting to the quik app, then manually connecting to wifi on the pc. Ideally i would like for someone to plug in the usb cable to the gopro and python would sync up with it and control it.

Please let me know if there is anything out there like that.

Thanks

Joe