- Joined
- May 13, 2018
- Messages
- 11
- Reaction score
- 8
Hi,
I'd like to share with you the desktop application I have been working on:
socketbind/drone-control
The reason I have been doing it is that my old Nexus 5 has connection issues with the drone at the higher distances and altitudes and also as an excuse for practicing Go.
So far I got these things working in a very early, alpha quality:
Pull requests are also very much welcome. The code in the repository is the result of a weekend hacking session so the quality might not live up to the highest of standards. I intended to expand upon when time allows and would love to see some proper status indicators (battery, wifi, speed, altitude).
I'd like to share with you the desktop application I have been working on:
socketbind/drone-control
The reason I have been doing it is that my old Nexus 5 has connection issues with the drone at the higher distances and altitudes and also as an excuse for practicing Go.
So far I got these things working in a very early, alpha quality:
- Displays drone camera in a window (uses libavcodec)
- Allows control with a Dualshock 4 gamepad (with hard coded button mappings for now)
- Dumps video frames as H.264 NALs under the recordings/ folder. You can convert these to actual video files using ffmpeg, but writing in a proper container format should not be so hard to implement.
Pull requests are also very much welcome. The code in the repository is the result of a weekend hacking session so the quality might not live up to the highest of standards. I intended to expand upon when time allows and would love to see some proper status indicators (battery, wifi, speed, altitude).