2017 © Pedro PelĂĄez
 

library pupil-remote-php

A simple PHP remote control client for the Pupil eye tracker software.

image

ignacioxd/pupil-remote-php

A simple PHP remote control client for the Pupil eye tracker software.

  • Wednesday, May 10, 2017
  • by ignacioxd
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

pupil-remote-php

Total Downloads Latest Stable Version License, (*1)

A simple PHP remote control client for the Pupil eye tracker software., (*2)

Installation

The package is available on Packagist, and you can install it using Composer:, (*3)

composer require ignacioxd/pupil-remote-php

Dependencies

Basic usage

Connecting

$host = "127.0.0.1";
$port = 50020;
$remote = new \Ignacioxd\PupilRemote();
$remote->connect($host, $port); // Or leave empty for defaults

Getting Pupil's timebase

$pupilTime = $remote->getTimebase();

Setting Pupil's timebase

$remote->setTimebase(123.456);

Starting calibration

if( $remote->startCalibration() ) {
  echo "Calibration started";
}

Stopping calibration

if( $remote->stopCalibration() ) {
  echo "Calibration stopped";
}

Start recording

if( $remote->startRecording() ) {
  echo "Recording started";
}

Stop recording

if( $remote->stopRecording() ) {
  echo "Recording stopped";
}

The Versions

10/05 2017

dev-master

9999999-dev https://github.com/ignacioxd/pupil-remote-php

A simple PHP remote control client for the Pupil eye tracker software.

  Sources   Download

MIT

The Requires

  • ext-zmq *
  • php >=5.3

 

pupil-labs eye tracker pupil eye tracking gaze

11/04 2017

1.0.1

1.0.1.0 https://github.com/ignacioxd/pupil-remote-php

Logging for PHP 5.3

  Sources   Download

MIT

The Requires

  • ext-zmq *

 

pupil-labs eye tracker pupil eye tracking gaze

11/04 2017

1.0.0

1.0.0.0 https://github.com/ignacioxd/pupil-remote-php

Logging for PHP 5.3

  Sources   Download

MIT

The Requires

  • ext-zmq *

 

pupil-labs eye tracker pupil eye tracking gaze