karayaman / Play-online-chess-with-real-chess-board

Program that enables you to play online chess using real chess boards.
GNU General Public License v3.0
331 stars 25 forks source link

webcam selection #5

Closed perretd1 closed 3 years ago

perretd1 commented 3 years ago

I'm having difficulty selecting the webcam. In the gui.py it does have a selector but is only showing 'default' and I am attempting to use a virtual cam client so I can use my phone to point to the board (droidcam on win10) but it not allowing this. If there is any input on this I would appreciate it.

karayaman commented 3 years ago

Hi, for webcam selection it requires pygrabber library to be installed(https://pypi.org/project/pygrabber/). I just added this library to the required libraries section of README.

perretd1 commented 3 years ago

Thank you! By the way, this is brilliant! Very well done