Skip to content
#

qrcode

Here are 1,310 public repositories matching this topic...

Android开发人员不得不收集的工具类集合 | 支付宝支付 | 微信支付(统一下单) | 微信分享 | Zip4j压缩(支持分卷压缩与加密) | 一键集成UCrop选择圆形头像 | 一键集成二维码和条形码的扫描与生成 | 常用Dialog | WebView的封装可播放视频 | 仿斗鱼滑动验证码 | Toast封装 | 震动 | GPS | Location定位 | 图片缩放 | Exif 图片添加地理位置信息(经纬度) | 蛛网等级 | 颜色选择器 | ArcGis | VTPK | 编译运行一下说不定会找到惊喜

  • Updated Jun 4, 2020
  • Kotlin
OneAndOnlyOdin
OneAndOnlyOdin commented Mar 26, 2020

If you are using this on the server then you might get a problem with the print("line 16: mode: byte") part if you don't want to fork the repo to fix it you can monkey patch the print() function like this.

import os
from MyQR import myqr
import builtins


def custom_print(*args, **kwargs):
    pass


print("print called")
original_print = print
builtins.print = custom
crossan007
crossan007 commented Nov 15, 2019

The file noto_sans.otf is nearly 16MB, which is rather large for a feature that may not be necessary.

I haven't yet investigated, but I imagine it should be possible to generate QR codes (without labels) without including a 16MB otf file in vendor code.

I'll play around with things on my side and update this issue accordingly.

ollietb
ollietb commented Sep 1, 2017

I'm getting this error on an application which is scanning multiple QR codes over long periods

Failed to read QR code. Finished up all reserved function pointers. Use a higher value for RESERVED_FUNCTION_POINTERS.

@schmich could you please recompile the script with more pointers as described [here](https://kripken.github.io/emscripten-site/docs/porting/connecting_cpp_and_javascript/Interacti

peterlukerow
peterlukerow commented Aug 20, 2019

Question

Microsoft's documentation says:
https://docs.microsoft.com/en-us/dotnet/api/system.drawing?view=netframework-4.7.2
"Classes within the System.Drawing namespace are not supported for use within a Windows or ASP.NET service. Attempting to use these classes from within one of these application types may produce unexpected problems, such as diminished service performance and run-tim

react-native-qrcode-scanner
khrisnaars
khrisnaars commented Dec 11, 2019

Im use reactive time out and not work when i set the time

below is my qrcodescanner attribute,and how i can reactive it manualy i try to set state on reactive but didnt work

    onRead={this.barcodeRecognized}
    flashMode={RNCamera.Constants.FlashMode.auto}
    reactivate={true}
    showMarker={true}
    reactivateTimeout={5}
    markerStyle={Styles.marker}

🔥 ZXing的精简版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)

  • Updated Jun 7, 2020
  • Java
vue-qrcode-reader
gruhn
gruhn commented Sep 8, 2018

I frequently re-introduce bugs I already fixed when releasing new features. I always do a lot of manual testing to reduce this but that's annoying and time consuming. I should really learn how to write automated tests but I don't know how to approach this with this component. How to simulate a camera in a test environment?

Stuff I'd like to have covered somehow:

  • the component should rende

Improve this page

Add a description, image, and links to the qrcode topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the qrcode topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.