sebastian-wardzinski / Telecopter

Telecopter: controlling a simulated quadcopter using webcam eye-tracking. See the demonstrations and poster in the website link provided. This was an academic computer engineering project.

Home Page:https://drive.google.com/drive/folders/1FhYQPMQjJzRn4MwktA-KGiTMrkt6ZP7w?usp=sharing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup:

For camera stablization, put "settings.json" in one of the following areas: https://github.com/Microsoft/AirSim/blob/master/docs/settings.md#where-are-settings-stored

Personally, I put it in my "Documents\AirSim" folder.

The main control scheme is "controlsFPV_Overlay.py". Download the file and run in on your computer after starting up AirSim. Most packages can be installed using "pip install" using their normal name, one exception is "win32gui" which should be install under "pywin32". They may be more exceptions I don't remember.

About

Telecopter: controlling a simulated quadcopter using webcam eye-tracking. See the demonstrations and poster in the website link provided. This was an academic computer engineering project.

https://drive.google.com/drive/folders/1FhYQPMQjJzRn4MwktA-KGiTMrkt6ZP7w?usp=sharing


Languages

Language:Python 100.0%