https://github.com/dimaru/trident-gopro
Use GoPro official Android app with Trident Drone.
https://github.com/dimaru/trident-gopro
drone gopro sofar trident
Last synced: 7 months ago
JSON representation
Use GoPro official Android app with Trident Drone.
- Host: GitHub
- URL: https://github.com/dimaru/trident-gopro
- Owner: DimaRU
- Created: 2021-01-28T21:57:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T19:33:03.000Z (over 4 years ago)
- Last Synced: 2025-02-22T09:45:30.513Z (over 1 year ago)
- Topics: drone, gopro, sofar, trident
- Language: Shell
- Homepage:
- Size: 1.96 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Use GoPro official Android app with Trident Drone.
Short Manual
1. First, connect to Trident Drone, use Trident Cockpit android app:
[](#)
2. Connect your GoPro to the Tridrent Drone onboard WiFi:
[](#)
3. Open WiFi connections menu, tap to Trident connection:
[](#)
4. Tap to `Advanced` setting:
[](#)
5. Change connection type from `DHCP` to `Static`:
[](#)
6. Change `Gateway` from `10.1.1.1` to `1.1.1.243`:
[](#)
7. Download [gopro.sh](gopro.sh) script to the Trident drone using sftp.
8. Enter Trident shell by ssh, use `OpenROV` password:
```bash
ssh rov@10.1.1.243
```
9. Make it executable and execute it:
```bash
chmod +x gopro.sh
sudo gopro.sh
```
10. Then you may use offical GoPro app to control your camera:
[](#)
---
[View on Github](https://github.com/DimaRU/Trident-GoPro)