browser
browser copied to clipboard
ZXing for JS's browser layer with decoding implementations for browser.
Hello, I'm using `@zxing-js/browser` library together with `react-webcam` like this:  In `onUserMedia` handler I'm getting a list of devices (skipped in screenshot). This is done because on iPhone I...
II've looked at this example [Scan 1D/2D Code from Video Camera](https://zxing-js.github.io/library/examples/multi-camera/) and noticed, that the select box only shows environment facing cameras. I looked at the code of it, copied...
I am trying to add this library to a rails application with stimulus.js, when I write this code: ```javascript import { Controller } from 'stimulus'; import { BrowserQRCodeReader } from...
I've successfully implemented this library and it works great in an Android Browser, not so much an iPhone browser. I'm trying to decode PDF 417 codes from a card. On...
Hi, how can I force the rear camera on the Smartphone? The index.min.js library already contains the 'Environment "property configured. Thanks
**Is your feature request related to a problem? Please describe.** On android, every damn user media stream is a separate camera (s10 +) instead of a combined access one. **Describe...
Using: "@zxing/browser": "0.0.5" Codebase: TypeScript project using lit-element. Given the code below: ``` async decodeContinuously(codeReader: BrowserPDF417Reader, selectedDeviceId: string) { const videoElem = this.shadowRoot?.getElementById('video'); const cr = codeReader; const sd =...
I've seen this issue on the library side of the repo and now replicating trying to use React with BrowserPDF417Reader. ``` import` React, {useState, useRef, useEffect} from 'react'; import {BrowserPDF417Reader}...
I just heard about the upcoming [Shape Detection API](https://wicg.github.io/shape-detection-api/), which offers native high-performance barcode detection support. It would be great if this package would use that API if the browser...