-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels

Description
vm.config = {
delay: 0,
shots: 1,
countdown: 0,
flashFallbackUrl: 'vendors/webcamjs/webcam.swf',
flashNotDetectedText: 'You\'re using an unsupported browser!'
};
When clicking the capture button it still takes about 3 seconds for the image to appear on screen. How can we make the click and capture instant?