xionghc / Facial-Expression-Recognition

Facial-Expression-Recognition in TensorFlow. Detecting faces in video and recognize the expression(emotion).
GNU General Public License v3.0
628 stars 189 forks source link

VIDIOC_QUERYCTRL: Input/output error #24

Open LeonardNiu opened 5 years ago

LeonardNiu commented 5 years ago

i met up with this problem, and i cannot close the camera window. besides when VIDIOC_QUERYCTRL: Input/output error shows, the program can still run how to end the program?sometimes i press 'q' there was no response

lenghanyan commented 5 years ago

@LeonardNiu 请问一下,你的代码控制窗口会出现运行的结果吗?

LeonardNiu commented 5 years ago

@LeonardNiu 请问一下,你的代码控制窗口会出现运行的结果吗?

没有,如果采用demo模式只会在摄像头画面中产生运行结果。

lenghanyan commented 5 years ago

我采用train模式也是只会在摄像头产生结果,你呢?

xionghc commented 5 years ago

@LeonardNiu If you close the camera window, the program will reopen it. Pressing 'q' or closing the terminal session can end the program.

LeonardNiu commented 5 years ago

@LeonardNiu If you close the camera window, the program will reopen it. Pressing 'q' or closing the terminal session can end the program.

got it thank you