D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
html
/
rosario
/
codbar
/
src
/
config
/
Filename :
config.prod.js
back
Copy
module.exports = { inputStream: { name: "Live", type: "LiveStream", constraints: { width: 640, height: 480, // aspectRatio: 640/480, // optional facingMode: "environment", // or user // deviceId: "38745983457387598375983759834" }, area: { top: "0%", right: "0%", left: "0%", bottom: "0%" }, singleChannel: false // true: only the red color-channel is read }, locate: true, numOfWorkers: 4, decoder: { readers: [ 'code_128_reader' ] }, locator: { halfSample: true, patchSize: "medium" // x-small, small, medium, large, x-large } };