Outils pour utilisateurs

Outils du site


diy:projets:qrdeciphering

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
diy:projets:qrdeciphering [2018/05/23 13:50] – [Required Libraries] ycaminadediy:projets:qrdeciphering [2018/05/23 13:56] (Version actuelle) – [Required Libraries] ycaminade
Ligne 3: Ligne 3:
  
 ====== Required Libraries ====== ====== Required Libraries ======
-In order to decipher QR codes, we will use the zbarlight library, installed as follow:\\+In order to decipher QR codes, we will use the zbarlight library, installed (on Debian) as follows:\\
 ''apt-get install libzbar0 libzbar-dev''\\ ''apt-get install libzbar0 libzbar-dev''\\
 ''pip install zbarlight''\\ ''pip install zbarlight''\\
Ligne 55: Ligne 55:
 </code> </code>
  
-We now simply use zbarlight to decode any and all qrcodes fully visible on the picture. We only need to open and load the image, before applying the scan_codes function.+We now simply use zbarlight to decode any and all QR codes fully visible on the picture. We only need to open and load the image, before applying the scan_codes function.
  
 <code python> <code python>
Ligne 67: Ligne 67:
 </code> </code>
  
-The program outputs a full list of all deciphered qr codes.+The program outputs a full list of all deciphered QR codes.
diy/projets/qrdeciphering.1527083406.txt.gz · Dernière modification : 2018/05/23 13:50 de ycaminade