Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.77 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.77 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
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 GoPro Camera ✔️
csharp/GoProCSharpSample a C# demo for discovering, pairing, connecting and manipulating a camera ✔️
c_c++/GoProC_C++Demo 2 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