dropLin ad780f763e first commit 1 nedēļu atpakaļ
..
android ad780f763e first commit 1 nedēļu atpakaļ
e2e ad780f763e first commit 1 nedēļu atpakaļ
ios ad780f763e first commit 1 nedēļu atpakaļ
src ad780f763e first commit 1 nedēļu atpakaļ
.browserslistrc ad780f763e first commit 1 nedēļu atpakaļ
.editorconfig ad780f763e first commit 1 nedēļu atpakaļ
.eslintrc.json ad780f763e first commit 1 nedēļu atpakaļ
.gitignore ad780f763e first commit 1 nedēļu atpakaļ
angular.json ad780f763e first commit 1 nedēļu atpakaļ
capacitor.config.ts ad780f763e first commit 1 nedēļu atpakaļ
ionic.config.json ad780f763e first commit 1 nedēļu atpakaļ
karma.conf.js ad780f763e first commit 1 nedēļu atpakaļ
package.json ad780f763e first commit 1 nedēļu atpakaļ
readme.md ad780f763e first commit 1 nedēļu atpakaļ
tsconfig.app.json ad780f763e first commit 1 nedēļu atpakaļ
tsconfig.json ad780f763e first commit 1 nedēļu atpakaļ
tsconfig.spec.json ad780f763e first commit 1 nedēļu atpakaļ

readme.md

Go Pro demo Ionic + Capacitor 3

  1. Connect phone to GoPro via bluetooth
  2. Send Bluetooth Commands (take photo, get wifi creds, shut down)
  3. Connect phone to GoPro via WiFi
  4. Download files to phone from GoPro via WiFi

You can also preview video demos for

Dependencies

  1. for bluetooth https://github.com/capacitor-community/bluetooth-le plugin is used
  2. for WiFI https://github.com/digaus/community-capacitor-wifi plugin is used

Run on your computer

  1. install ionic CLI
  2. git clone https://github.com/gopro/OpenGoPro.git
  3. cd project cd OpenGoPro/demos/ionic/file_transfer
  4. run npm install
  5. run ionic build
  6. run ionic cap sync
  • for ios
    • run ionic cap open ios
    • connect real device
    • click run app button
  • for android
    • run ionic cap open android
    • connect real device
    • click run app

iOS

Android