-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
capture broadcast work first time only #5
Comments
Having the same issue here also... Capture works only on first broadcast, then it refuses to capture after that. Any help will be appreciated. Thank you |
try to broadcast ngWebcam_off and ngWebcam_on events in on-capture-complete callback function, it worked fine for my case. |
ok... I'll try that. Thanks a lot |
In function onWebcamCapture(), countdownTimer is not getting cancelled, In ng-webcam.js add line countdownTimer = undefined; after line 219 |
when i broadcast capture first time it work fine. when i broadcast it again it not perform capture. why is that?
The text was updated successfully, but these errors were encountered: