Created
December 24, 2022 10:15
-
-
Save nikhilm/9faefcb2dd5e2399557ea69706d148af to your computer and use it in GitHub Desktop.
quagga settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
inputStream: { | |
name: "Live", | |
type: "LiveStream", | |
constraints: { | |
width: {min:640}, | |
height: {min:480}, | |
facingMode: "environment", | |
aspectRatio: {min:1,max:2}, | |
}, | |
target: document.querySelector("#stream-view"), | |
}, | |
frequency: 2, | |
decoder: { | |
readers: ['ean_reader'], | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment