trishume / eyeLike

A webcam based pupil tracking implementation.
MIT License
917 stars 335 forks source link

change VideoCapture -1 to 0 for mac driver #19

Closed ChanonTonmai closed 6 years ago

trishume commented 6 years ago

Did using -1 not work for you? Interesting that it worked when I tested it a long time ago.

Anyhow my reading of the docs agrees with this change, that 0 is indeed the correct way to get the default camera.

Thanks!