Questions tagged as 'qrcode'

0
answers

How to change the focus of the webcam during stream?

I'm creating a QrCode-based electronic point system and I ended up crashing because I can not focus on QrCode when I'm on a mobile phone for example. I say this because on the webcam there is the possibility of focusing far or near by turning th...
asked by 02.01.2015 / 21:04
1
answer

Display qrcode on an alert

I have this code: $("#exemplo1").click(function(){ $('#codigoQrCode').qrcode(JSON.stringify('teste')); //se vcs clicarem aqui, aparecerá o qrcode(canvas) }); $("#exemplo2").click(function(){ alert($('#codigoQrCode').qrc...
asked by 04.01.2019 / 18:28
1
answer

How to generate a qrCode from a url

url = link Json: { "Id": 10, "BTC": { "value": 0.00000189, "address": "1BUPDHmaAnVDzAq7rBuv1UW1vXFQhhsgZx", "qrcode": "data: image / png; base64, iVBORw0KGgoAAAANSUhEUgAAAMQAAADECAYAAADApo5rAAAAAklEQVR4AewaftIAAAiySURBVO3BQY4kx7IgQdVA3f...
asked by 26.10.2018 / 22:02