Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.96 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.96 KB

This directory contains demos using the Open GoPro API with varying language and frameworks.

Summary

The following table briefly describes each directory and its supported systems. See the individual subdirectory for more information.

Directory Summary Windows Mac Linux Mobile
ionic/file_transfer Ionic demo for transfering files from GoPro to Mobile over Wi-Fi here are demos for iOS & Android ✔️
python/sdk_wireless_camera_control A Python package to easily exercise the Open GoPro API's + CLI's for taking pictures, videos, etc ✔️ ✔️ ✔️
python/tutorial Short Python scripts to accompany the Python Tutorials ✔️ ✔️ ✔️
swift/EnableWiFiDemo A swift demo for discovering, connecting and enabling Wi-Fi on a GoPro camera ✔️
csharp/GoProCSharpSample A C# demo for discovering, pairing, connecting and controlling a camera ✔️
c_c++/GoProC_C++Demo Two C / C++ demos to send media commands and start/stop the preview stream ✔️ ✔️ ✔️

Contributing

  1. Add your demo in the appropriate language subfolder of this directory. Create one if it does not exist.
  2. Add a README.md in the demos directory describing what it does and how to use it
  3. Update the chart above