handy icon indicating copy to clipboard operation
handy copied to clipboard

Resolve issue: "web cam doesn't start"

Open k3dves opened this issue 5 years ago • 4 comments

line 5 should be moved after line 11 otherwise the webcam won't start as cv2.VideoCapture(0) is called twice (at line 5 and at line 11 in function capture_histogram())

k3dves avatar Apr 09 '19 12:04 k3dves

all things are working but how to set it up in vlc media??

kritika3 avatar Feb 04 '20 13:02 kritika3

Use "vlc-ctrl"

ayushmankumar7 avatar Feb 04 '20 15:02 ayushmankumar7

can you please explain. After running the code what i can see is my hand which is recognized. I am not able to set it up with vlc

kritika3 avatar Feb 04 '20 16:02 kritika3

install vlc-ctrl using pip and go through it's documentation. It's not tough to set it up. Make sure you have VLC media player already installed

ayushmankumar7 avatar Feb 04 '20 17:02 ayushmankumar7