NativeSensors

@NativeSensors

EyeGestures update: 2.3.2

NativeSensors

Hey all,

There is new minor update to EyeGestures.

Now you can customize your calibration points/map to fit your solutions. Simple copy snippet below, and place your calibration poitns on x,y planes from 0.0 to 1.0. It will be then automatically scaled to your display.

gestures = EyeGestures_v2()
gestures.uploadCalibrationMap([[0,0],[0,1],[1,0],[1,1]])

Give it a try!