mahaveerverma / hand-gesture-recognition-opencv

A project on hand detection and hand gesture recognition developed using OpenCV on Python 2.7.
MIT License
315 stars 132 forks source link

Can't run the program #13

Open Anominious opened 6 years ago

Anominious commented 6 years ago

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?

Anominious commented 6 years ago

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?

getvladimir4 commented 6 years ago

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

image

some idea to solve it. Thanks,

harishmohanraj commented 6 years ago

Hi @getvladimir4 try using createBackgroundSubtractorMOG2 instead of BackgroundSubtractorMOG2

PR-Iyyer commented 5 years ago

Still same error. Any other way to rectify this?