mahaveerverma / hand-gesture-recognition-opencv

A project on hand detection and hand gesture recognition developed using OpenCV on Python 2.7.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't run the program

Anominious opened this issue · comments

when i run the program, it took like a split of a second. Then it said in the command center,
"Process finished with exit code 0" the camera was not turning on, nor the program. What should i do to fix it?

Never mind, the program is running, however, when the camera is on, it auto quits if I press b , as the instruction say, does anyone know y?

Pressing the 'b' key closes the program. and I get this error:

image

some idea to solve it.
Thanks,

Hi @getvladimir4 try using createBackgroundSubtractorMOG2 instead of BackgroundSubtractorMOG2

Still same error. Any other way to rectify this?