vardanagarwal / Proctoring-AI

Creating a software for automatic monitoring in online proctoring
MIT License
540 stars 329 forks source link

Questions about eye_tracker #33

Closed Praveen-Nerhethil closed 3 years ago

Praveen-Nerhethil commented 3 years ago

Hi,

Please help me to set threshold 35 as default.

vardanagarwal commented 3 years ago

In line 167 in eye_tracker.py, cv2.createTrackbar('threshold', 'image', 75, 255, nothing) you can change 75 to 35 or any value you want.