Eyetracker
 
Loading...
Searching...
No Matches
pygaze._eyetracker.iViewXAPI Namespace Reference

Classes

class  CAccuracy
 
class  CCalibration
 
class  CEvent
 
class  CEye
 
class  CSample
 
class  CSystem
 

Variables

 iViewXAPI = windll.LoadLibrary("iViewXAPI.dll")
 
 systemData = CSystem(0, 0, 0, 0, 0, 0, 0, 0)
 
 calibrationData = CCalibration(5, 1, 0, 0, 1, 20, 239, 1, 15, b"")
 
 leftEye = CEye(0,0,0)
 
 rightEye = CEye(0,0,0)
 
 sampleData = CSample(0,leftEye,rightEye,0)
 
 eventData = CEvent('F', 'L', 0, 0, 0, 0, 0)
 
 accuracyData = CAccuracy(0,0,0,0)
 

Variable Documentation

◆ accuracyData

pygaze._eyetracker.iViewXAPI.accuracyData = CAccuracy(0,0,0,0)

◆ calibrationData

pygaze._eyetracker.iViewXAPI.calibrationData = CCalibration(5, 1, 0, 0, 1, 20, 239, 1, 15, b"")

◆ eventData

pygaze._eyetracker.iViewXAPI.eventData = CEvent('F', 'L', 0, 0, 0, 0, 0)

◆ iViewXAPI

pygaze._eyetracker.iViewXAPI.iViewXAPI = windll.LoadLibrary("iViewXAPI.dll")

◆ leftEye

pygaze._eyetracker.iViewXAPI.leftEye = CEye(0,0,0)

◆ rightEye

pygaze._eyetracker.iViewXAPI.rightEye = CEye(0,0,0)

◆ sampleData

pygaze._eyetracker.iViewXAPI.sampleData = CSample(0,leftEye,rightEye,0)

◆ systemData

pygaze._eyetracker.iViewXAPI.systemData = CSystem(0, 0, 0, 0, 0, 0, 0, 0)