Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.17 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.17 KB

pupil-helpers

The pupil-helpers repository contains utility scripts and concise code examples that demonstrate how to communicate and develop your own tools with Pupil.

If you're new to Pupil, we highly recommend checking out the docs.

For documentation on Pupil's message based API, please read through the Networking section in the docs.

For more information about plugin development, check out the Plugin Guide.

Folder Content

  • python: Example Python scripts that showcase interaction with Pupil Remote and the Pupil IPC
  • matlab: Example Matlab scripts, see the folder's README.md for details
  • network_time_sync: Spec and implementation for the Pupil Timesync Protocol
  • markers_stickersheet: Surface marker images and vector files
  • write_your_own_plugin: Example Pupil plugin

Contributing

Pull Requests to this repo should be revisions of existing code. New examples should be referenced in the pupil-community repository.