webcam-eyetracker icon indicating copy to clipboard operation
webcam-eyetracker copied to clipboard

TypeError: surf and dest_surf not the same size

Open Abdee4 opened this issue 6 years ago • 1 comments

https://github.com/esdalmaijer/webcam-eyetracker/blob/e68fe00f8be8de7140f9834614d7efbcfe2657ed/PyGame/camtracker.py#L887 screenshot 40

Abdee4 avatar Jan 18 '19 13:01 Abdee4

these changes may solve your problem

camera.py:

line 69: change 'camres=(640, 480)' into your camera resolution, change 'dispres=(2560, 1440)' into your screen resolution. line 776: change 'camres=(640, 480)' into your camera resolution.

_camera_vidcapture.py:

line 45: change 'size = (1920,1080)' into your camera resolution.

kprimo avatar Jul 10 '20 12:07 kprimo