速報APP / 工具 / Drone Controller With Video

Drone Controller With Video

價格:免費

更新日期:2019-03-15

檔案大小:23M

目前版本:1.31

版本需求:Android 4.1 以上版本

官方網站:http://www.oxrockstudio.com/

Email:Oxrock.Studio@gmail.com

聯絡地址:隱私權政策

Drone Controller With Video(圖1)-速報App

REMOTE COMMUNICATE with and STREAM VIDEO from your RASPBERRY PI creation! Even give control to someone else—regardless of where they live or how many miles are between you.

Want to race raspberry pi bots with your best friend but you’re in NY and he’s in Japan? Not a problem. With this app, either of you can control a bot remotely. Easily!

HOW? All you need are 2 things.

1.You need this app installed on an Android device.

Drone Controller With Video(圖2)-速報App

2.Your raspberry pi creation needs to be connected to the internet and running a server script like the example script provided here: https://github.com/oxrock/DroneControllerServer

DO I REALLY NEED TO RUN A SCRIPT?

Yep. Being that this app is for controlling a remote device via the internet, a server script must be running on that remote device. So, for example, the racing bots mentioned above would need to be running the script.

GOT A ROUTER?

Drone Controller With Video(圖3)-速報App

If your pi is behind a router, you might have to setup port-forwarding for connections to be made.

That’s it. It’s that easy. Get this app. Take control of your creations today!

Trouble shooting:

Raspberry Pis can behave strangely when operating at max load. A common problem is that the onboard wifi powersave can interfere by disabling wifi or restricting it's performance. The following command disabled power save mode: "sudo iw wlan0 set power_save off". This command will have to be entered on every reboot to be in effect, it may be worthwhile to automate this command on startup. It can also be beneficial to dial back frame rate and stream rate until you stop experiencing adverse effects.

Drone Controller With Video(圖4)-速報App

Version 1.2 streamlined the video streaming process to be more efficient and allow higher frame rates. As such, the way that the app expects to receive information has been slightly altered. Updated example code has been provided here: https://github.com/oxrock/DroneControllerServer/blob/master/camServer_v1.2.py

Drone Controller With Video(圖5)-速報App