serratus / quaggaJS

An advanced barcode-scanner written in JavaScript
https://serratus.github.io/quaggaJS/
MIT License
5.07k stars 979 forks source link

Onclick, get frame from live stream to decode as single image #199

Open nitinsbuzz opened 7 years ago

nitinsbuzz commented 7 years ago

Is it possible to get a single frame from live stream to decode as single image without using the File API? I am having a hard time recognizing barcodes using the live stream.

nitinsbuzz commented 7 years ago

Preferably on click which allows the user to select the best frame instead of the locator. Else allow the locator to select the first best image as soon as it can.