Public Member Functions | |
| __init__ (self, display, ip='127.0.0.1', sendport=4444, receiveport=5555, logfile=settings.LOGFILE, eventdetection=settings.EVENTDETECTION, saccade_velocity_threshold=35, saccade_acceleration_threshold=9500, blink_threshold=settings.BLINKTHRESH, **args) | |
Public Member Functions inherited from pygaze._eyetracker.baseeyetracker.BaseEyeTracker | |
| __init__ (self) | |
| calibrate (self) | |
| close (self) | |
| connected (self) | |
| drift_correction (self, pos=None, fix_triggered=False) | |
| fix_triggered_drift_correction (self, pos=None, min_samples=30, max_dev=60, reset_threshold=10) | |
| get_eyetracker_clock_async (self) | |
| log (self, msg) | |
| log_var (self, var, val) | |
| pupil_size (self) | |
| sample (self) | |
| send_command (self, cmd) | |
| set_eye_used (self) | |
| draw_drift_correction_target (self, x, y) | |
| draw_calibration_target (self, x, y) | |
| set_draw_calibration_target_func (self, func) | |
| set_draw_drift_correction_target_func (self, func) | |
| start_recording (self) | |
| status_msg (self, msg) | |
| stop_recording (self) | |
| set_detection_type (self, eventdetection) | |
| wait_for_event (self, event) | |
| wait_for_blink_end (self) | |
| wait_for_blink_start (self) | |
| wait_for_fixation_end (self) | |
| wait_for_fixation_start (self) | |
| wait_for_saccade_end (self) | |
| wait_for_saccade_start (self) | |
Additional Inherited Members | |
Public Attributes inherited from pygaze._eyetracker.baseeyetracker.BaseEyeTracker | |
| draw_calibration_target = func | |
| draw_drift_correction_target = func | |
Clase para objetos de rastreadores oculares SMI.
| pygaze._eyetracker.libsmi.SMItracker.__init__ | ( | self, | |
| display, | |||
| ip = '127.0.0.1', | |||
| sendport = 4444, | |||
| receiveport = 5555, | |||
| logfile = settings.LOGFILE, | |||
| eventdetection = settings.EVENTDETECTION, | |||
| saccade_velocity_threshold = 35, | |||
| saccade_acceleration_threshold = 9500, | |||
| blink_threshold = settings.BLINKTHRESH, | |||
| ** | args ) |
Inicializa el objeto SMItracker.
Argumentos:
display -- Instancia de pygaze.display.Display.
Argumentos opcionales:
ip -- Dirección IP interna para iViewX (por defecto: '127.0.0.1').
sendport -- Puerto para enviar datos a iViewX (por defecto: 4444).
receiveport -- Puerto para recibir datos de iViewX (por defecto: 5555).
logfile -- Nombre del archivo de registro (por defecto: settings.LOGFILE).
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |