This sample demonstrates how to discover, pair, and connect to a GoPro camera via Bluetooth LE (BLE). Once a connection is established, the code shows how to:
- Enable Wi-Fi on the GoPro camera
- Read the camera wifi name and password
- Get status and notification of camera's battery level, encoding flag, and wifi ap on flag.
- Start and stop camera shutter
Visual Studio is required to run the solution. Visit https://visualstudio.microsoft.com/downloads/ to download.
The target .NET framework is v4.7.2
GoPro camera must be paired before any other operations will succeed. Put the camera in pairing mode before attempting pairing with the app.
- Open and run the demo in Visual Studio to show the GUI
Scanfor GoPro devicesPairto the discovered device that is notGoPro Cam. In the .gif below, this isGoPro 0456(Only needs to be done once, or if camera is factory reset)- After pairing is successful,
connectto the same GoPro device - Now use any of the GUI buttons to read WiFi info, enable WiFi AP, set shutter, etc.
