-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML5 QR Code Scanner Demo | Minhaz’s Blog #11
Comments
Hello i have some questions |
i can't scan qr-code micro. |
Hi. Minhaz... dB5lBw / GqLa2s7cYTkKpWFmAf9oa6cwFBpTaSpwi2OA = Can you help me with this question? Can you even see the value of the chosen camera? For example: camera 1, 2, 3,? Sorry, my english is very bad. Regards, Bruno. |
it is not working in localChrome. its saying uncaught CameraIdorConfig |
Very nice, i like it! |
How to directly link start scanning without click request camera permissions |
html5 is not supported, except using https.... |
It's not reading the some of the QR images. Can you please advise? |
In your site demo, in addition to qrcode, I can also scan barcodes. But when I transfer the source code to my project, it only reads qrcode but does not read barcodes |
Just published support for multiple types of barcode in version 2.0.0. Please take a look at latest version of code from Github release or npm |
Hi! |
Huawei or Samsung phone with multiple camera at rear couldn't pickup the right camera. |
hi ! |
How to scan qrcode instead using QRcode scanner instead of camera |
@dubalumesh You can scan using a image file selected from device or using the mobile device's camera application.
Not right now, please file a feature request for this. |
Hi. Great job, thank you. When a code is detected is it possible to know the type of code? Thank you very much. |
Just tried to add in the minified JS from "https://github.com/mebjas/html5-qrcode/releases" but on running the app after following the steps its scanning only the QR |
i using laragon for my local server, there is https setting for our local web, but wen i try to access from my phone like this ( https://howchoo.com/g/mte2zgrhmjf/how-to-access-a-website-running-on-localhost-from-a-mobile-phone ) i can't get https acces, my question is, can we access this "HTML5 QR Code scanner" from phone browser so i can see it work or not and how abou the interface from phone browser, thaks minhaz :) |
@GumballLab feature request filed, working on this - mebjas/html5-qrcode#224 @Jalil-Irfan - can you share the code you are using? And more about the OS / browser? @bmkun - you should be able to do this using remote debugging in chrome - https://developer.chrome.com/docs/devtools/remote-debugging/ |
Is there a way to translate the buttons and to hide the header with the link to github and the "Idle" etc. message? |
it's possible to disable upload images with any config? |
Not yet implemented (please file a feature request) - Can I ask the reasons to remove it?
I am removing some redundant items from the status bar soon (including the prominent link). For the translation - Not yet, but I am soon planning to add internalisation support, but I am not proficient in many languages - would you be interested in contributing to transalation? |
how can I add support for Samsung Internet browser or other Chromium based browser? |
@mebias For translation to Spain or German, i can help ! |
Hello, |
@mebjas it's possible to open default camera directly with any config. |
Very good work! Best regards and good weork. Stefano Errani |
Its' also possible to translate the language: I need italian. Best regards. Stefano Errani |
a#qr-reader__dashboard_section_swaplink {
} |
Very interesting code thank you so much, I tried it in my localhost but it didn't work for me. Can you help me please, I clone the repository code and tried examples but didn't work. Thanks in advance. |
How do you handle iPhone 14 multicamera? Any suggestions? |
How to setup back camera as default and don't ask for which camera will be used? |
You can do this by adding { facingMode: { exact: "environment"} } when
starting the scanner to the code like below example:
/** load scanner using back camera **/
html5QrCode.start({ facingMode: { exact: "environment"} }, config,
qrCodeSuccessCallback);
…On Mon, Mar 27, 2023 at 3:42 AM wrox1975 ***@***.***> wrote:
How to setup back camera as default and don't ask for which camera will be
used?
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVZQNSUF7CM7X3QBIF5Q4K3W6FHIDANCNFSM4SQBQSRA>
.
You are receiving this because you commented.Message ID: <mebjas/mebjas.
***@***.***>
|
Thank you @rodneystover. I have one more question. How can I implement the autozoom? I can't scan the small QR code |
Why does it show NotAllowedError: Permission Denied on Native.newWebView? I am trying to create a simple qr code scanner app but this doesn't work in WebView. The code works fine with chrome and other browsers but now with native web view. Please help me with this. My application is stuck from past one week. Thank you, |
@faxilmir, make sure you're running in HTTPS. |
@faxilmir I have the same problem, have you find the solution? Thanks |
Wow, amazing work. I got the regular demo working using "Html5QrcodeScanner". But when I try to use "Html5Qrcode" to customize only using the back camera, it fails to work on mobile chrome, but works on my laptop chrome. Any suggestions? |
@rodneystover: did you get this working on mobile? If so, do you have a longer example (html/js)? Thanks. |
Hi from Argentina! |
@jmassisi u cud do dat by setting window.location 2 dat specific url but the url u tryna redirect 2 must be from the same origin. |
In any ios device browser whenever I stop scanner using stop() method a white box flickering is appearing for some millisecond |
everything works fine except stop not stopping scanner |
Great work! Helped me with my project. |
My QRcode is white with dark background. How can I change the color by inversing gray scale just before scanning? Salma |
Thanks for the detailed information! So far I’ve figured out how to make an full screen online calculator. I will continue to learn new technologies. Thank you! |
you can change camera permission requeest on 'src/camera |
Got this on my phone while scanning |
Got this on my phone while scanning |
@jmassisi Did you find out how to that, i'm looking for the same thing ? |
right here @Phanegem |
@yung-slime , could you make my an example, i'm really not that good in programming. |
aight so on successfully scanning the qr, what u could do is set |
hi, can other button make open/close camera? i used javascript |
Hi there, how is possible to remove the select cameras option? i tried with css but i only can remove the select not the text "Select camera (number of cameras)"... |
How can i use 2d barcode scanner device used in supermarket instead of device camera. |
very good project |
Nice work! works fine in local, but in production i have the issue: ZXing is not defined |
Hi there! I would like to help translate into Spanish. |
I needed to read qrcode where the background is blue and the qrcode is white. It's not working. Does anyone know if there is any configuration? |
HTML5 QR Code Scanner Demo | Minhaz’s Blog
Demo of a cross platform HTML5 QR Code scanner
https://blog.minhazav.dev/research/html5-qrcode
The text was updated successfully, but these errors were encountered: