jhuckaby / webcamjs

HTML5 Webcam Image Capture Library with Flash Fallback
MIT License
2.5k stars 1.11k forks source link

off cam chrome #215

Closed avilac3 closed 7 years ago

avilac3 commented 7 years ago

hi, How to can turn off the camera, i used the function Webcam.reset() and no working, The idea is that my camera does not continue to function, it does not show bright light thanks

avilac3 commented 7 years ago

function off_cam(){ // shut down camera, stop capturing Webcam.reset(); }

gggg990 commented 6 years ago

@avilac3 @jhuckaby Did you get the reset function working?