id1945 / ngx-scanner-qrcode

This library is built to provide a solution scanner QR code. This library takes in raw images and will locate, extract and parse any QR code found within.
https://id1945.github.io/ngx-scanner-qrcode
GNU Lesser General Public License v2.1
54 stars 26 forks source link

Barcode recognition using Macbook webcam doesnt work. #48

Closed EmilianoCagliari closed 10 months ago

EmilianoCagliari commented 10 months ago

I have a weird situation. I'm using the example and selecting two types of cameras to recognize an EAN13 Barcode: my MacBook FaceTime built-in camera and my iPhone 12 with the Elgato Camera Hub.

When I try to scan with the MacBook webcam, I don't get any response. However, if I use the Elgato Camera Hub, it only recognizes the barcode if my iPhone camera is in horizontal mode.

Do I need to add any additional configurations for the camera? Thanks in advance.

im using the latest version of the package with angular 16

EmilianoCagliari commented 10 months ago

Well i figured out it was my macbook... is a little old and when i try to scan the barcode is delay the response. I try in my home pc with more resource and works like a charm. So im sorry. Btw good job with the package.