All Projects → pupil-labs → Pupil

pupil-labs / Pupil

Licence: other
Open source eye tracking

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pupil

Ophidian
Ophidian's Mirror Repository on github. https://gitlab.com/eclufsc/eda/ophidian
Stars: ✭ 32 (-96.74%)
Mutual labels:  open-source
Mahapps.metro
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
Stars: ✭ 8,023 (+717.01%)
Mutual labels:  open-source
Startbootstrap Round About
A Bootstrap HTML template for creating about pages - created by Start Bootstrap
Stars: ✭ 35 (-96.44%)
Mutual labels:  open-source
Ios
📱 Nextcloud iOS app
Stars: ✭ 971 (-1.12%)
Mutual labels:  open-source
Calla
Virtual Meetups through Jitsi
Stars: ✭ 971 (-1.12%)
Mutual labels:  open-source
Healthcheck
Health Check ✔ is a Machine Learning Web Application made using Flask that can predict mainly three diseases i.e. Diabetes, Heart Disease, and Cancer.
Stars: ✭ 35 (-96.44%)
Mutual labels:  open-source
Projectweek
Website for NA-MIC Project Weeks
Stars: ✭ 31 (-96.84%)
Mutual labels:  open-source
Comcast.github.io
The main Open Source portal for Comcast
Stars: ✭ 36 (-96.33%)
Mutual labels:  open-source
Monogame
One framework for creating powerful cross-platform games.
Stars: ✭ 8,014 (+716.09%)
Mutual labels:  open-source
Source two
Open Source FPV Racing Frame
Stars: ✭ 35 (-96.44%)
Mutual labels:  open-source
Hacktoberfest2k19
Hacktoberfest is here! Raise the PR and earn goodies.
Stars: ✭ 34 (-96.54%)
Mutual labels:  open-source
Open Solution Value Prediction
Open solution to the Santander Value Prediction Challenge 🐠
Stars: ✭ 34 (-96.54%)
Mutual labels:  open-source
Spicyclient
This is the code for SpicyClient
Stars: ✭ 35 (-96.44%)
Mutual labels:  open-source
Smartisandialog
Smartisan style Dialog.
Stars: ✭ 33 (-96.64%)
Mutual labels:  open-source
Epinow2
Estimate Realtime Case Counts and Time-varying Epidemiological Parameters
Stars: ✭ 36 (-96.33%)
Mutual labels:  open-source
Jessesquires.com
Turing complete with a stack of 0xdeadbeef
Stars: ✭ 31 (-96.84%)
Mutual labels:  open-source
Annwvyn
Annwvyn C++ Open Source designed-for-VR game engine and application developement framework
Stars: ✭ 34 (-96.54%)
Mutual labels:  open-source
Tofu
Project for an open-source python library for synthetic diagnostics and tomography for Fusion devices
Stars: ✭ 35 (-96.44%)
Mutual labels:  open-source
Awesome Ngo
A curated list of FOSS (Free and Open-source Software), freemium tools and guides for NGOs
Stars: ✭ 36 (-96.33%)
Mutual labels:  open-source
Plantuml Styler
Online tool to make your PlantUML diagrams look great.
Stars: ✭ 35 (-96.44%)
Mutual labels:  open-source

Pupil

Pupil Labs - Pupil Core software: open source eye tracking platform.

Open source eye tracking platform.

Pupil is a project in active, community driven development. Pupil Core mobile eye tracking hardware is accessible, hackable, and affordable. The software is open source and written in Python and C++ when speed is an issue.

Our vision is to create tools for a diverse group of people interested in learning about eye tracking and conducting their eye tracking projects.

Chat with us on Discord.

Users

Download the latest Pupil Core Apps: Pupil Capture, Pupil Player, Pupil Service

You don't need to know how to write code to use Pupil. Download the latest apps!

Read the Pupil Core user guide.

Developers

There are a number of ways you can interact with Pupil Core software as a developer:

  • Use the API: Use the network based real-time API to communicate with Pupil over the network and integrate with your application.
  • Develop a Plugin: Plugins are loaded at runtime from the app bundle. Note: if your plugin requires Python libraries that are not included in the application bundle, then you will need to run from source.
  • Run from Source: Can't do what you need to do with the network based api or plugin? Then get ready to dive into the inner workings of Pupil and run from source!

All setup and dependency installation instructions are contained in this repo. All other developer documentation is here.

Installing Dependencies

Clone the repo

After you have installed all dependencies, clone this repo and start Pupil software.

git clone https://github.com/pupil-labs/pupil.git # or your fork
cd pupil

Note: If you are using Windows, you will have to complete a few more steps after cloning the repo. Please refer to the Windows 10 dependencies setup guide.

Run Pupil

cd pupil_src
python main.py capture # or player/service

Command Line Arguments

The following arguments are supported:

Flag Description
-h, --help Show help message and exit.
--version Show version and exit.
--debug Display debug log messages.
--profile Profile the app's CPU time.
-P PORT, --port PORT (Capture/Service) Port for Pupil Remote.
--hide-ui (Capture/Service) Hide UI on startup.
<recording> (Player) Path to recording.

License

All source code written by Pupil Labs is open for use in compliance with the GNU Lesser General Public License (LGPL v3.0). We want you to change and improve the code -- make a fork! Make sure to share your work with the community!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].