gabguerin / Sign-Language-Recognition--MediaPipe-DTW

MIT License
84 stars 21 forks source link

Update main.py #21

Open 3sakshij opened 1 year ago

3sakshij commented 1 year ago

Webcam was not working if other than 0 ,cv2.CAP_DSHOW parameters is given in cv2.VideoCapture(). So I removed the other parameter.

lucassarcanjo commented 7 months ago

Great! This fixed the issue on my machine