a514514772 / Real-Time-Facial-Expression-Recognition-with-DeepLearning

A real-time facial expression recognition system with webcam streaming and CNN
MIT License
257 stars 113 forks source link

WebCam error #2

Closed iosamammohamed closed 6 years ago

iosamammohamed commented 6 years ago

i got a preview screen with a grey view and doesn't show anything esle

michael1874888 commented 6 years ago

Hi, I got the same problem. Has anyone solved it?

michael1874888 commented 6 years ago

I found how to solve the problem just add a waitKey under imshow:

cv2.imshow(windowsName, frame) cv2.waitKey(1)