zxing Questions
5
Im working on an iOS project, which shows the customer number in a barcode. I had installed the framework ZXingObjC with CocoaPods, described in GitHub.
I can compile my Project without errors. I ...
Pimento asked 3/6, 2015 at 8:47
5
Solved
I am developing the application for Android devices.
I want to generate QR code with logo inside it.
With ZXing I know how to generate simple QR codes like this one:
But I want to generate QR code...
5
Solved
I want to put custom border around zxing capture screen (camera screen). What modification would I need to make for this? Which activity and layouts would I need to change to have this effect?
Monreal asked 1/5, 2011 at 23:3
4
my iphone app runs in IOS 4.3 simulator but not any other IOS 4.0+ simulator. Even though, it shall run there.
I got the following errors -
GNU gdb 6.3.50-20050815 (Apple version gdb-1518) (S...
Bernardinebernardo asked 24/4, 2011 at 16:6
1
I am trying to validate GS1 Barcodes scanned with ZXing or ZBar. The GS1 General Specifications say in 7.8 that GS1 barcodes
must be transmitted with a specific Symbology Identifier:
]C1 = GS1-128...
Chirrupy asked 7/11, 2014 at 22:35
5
Solved
I'm using com.google.zxing.qrcode.QRCodeWriter to encode data and com.google.zxing.client.j2se.MatrixToImageWriter to generate the QR Code image. On a 400x400 image, there is about a 52 pixel wide ...
Hus asked 13/4, 2012 at 14:30
4
Solved
I would like to create a QR code with using ZXing(0.16.4) But I meet following exception,
System.InvalidOperationException: 'You have to set a renderer
instance.'
Almost the same code works w...
9
Solved
TL;DR: I need a way to decode a QR-code from an image file using (preferable pure) Python.
I've got a jpg file with a QR-code which I want to decode using Python. I've found a couple libraries ...
5
I was having some problem when trying to generate QR code in Android Programming. Here is the Tutorial I followed. When my generate button on click, I am calling this method:
private void generate...
7
Solved
I'm trying to store binary data in a QR code. Apparently QR codes do support storing raw binary data (or ISO-8859-1 / Latin1). Here is what I want to encode (hex):
d1 50 01 00 00 00 f6 5f 05 2d 8f...
4
Solved
I am trying to implement qr scanner using zxing library. For this, i have added a button on screen, and on click of it, i am launching scanner as below
Button(
onClick = {
val intentIntegrator = ...
Morrie asked 26/6, 2021 at 4:57
6
Solved
Is it possible to change the prompt text that says "place the barcode inside the viewfinder..." when launching the Barcode scanner (zxing) via intent ?
Intent intent = new Intent("com.google.zxing...
1
1
I have attached the webcam to the emulator and I always see the camera rotated by 90 degrees.
What I did is simply to set "Webcam0" as the device to be used as the rear camera in the emulator.
...
Rabblerouser asked 1/2, 2016 at 12:30
4
Solved
I'm trying to generate some QR from my app, but I've seen there's a lot of types of QR like contact, Wi-Fi, etc.. And I'm wondering if there's a free API or library to implement this, I've seen tha...
1
Solved
I have used this as a reference to customize(from square to circle QR code generated using zxing it is in java so i tried to convert it to use in android
Generate QR codes with custom dot shapes us...
6
I want create application
Scan Barcode using ZXING Barcode Scanner
Like Blackberry Messenger
This is my code "MainActivity.java"
package com.example.ridwan.myapplication;
import android.app....
Ovariotomy asked 30/12, 2016 at 7:30
5
I have problem including ZXing in my App. I get error: "iostream file not found".
I have done everything like in ZXing instruction but i can't get this working.
I'm including this in .mm file.
I us...
5
Solved
Hii everyone currently iam working on scanning qr code from my app and i have used zxing library and it's working good and my problem is in my galaxy s4 mobile the scanning area is very small
Ple...
Mature asked 5/12, 2013 at 11:9
5
Solved
I can successfully create QR Code PNG images with ZXing but there is no easy way to get the output as SVG or EPS.
How can I create a vector image from the BitMatrix object that is created by the Q...
Redeem asked 28/5, 2012 at 18:38
7
Solved
I want to create an application for Android that will be able to scan barcodes, get the information contained within the barcode and then be able to use that information in some way.
I have no ide...
Feodore asked 9/4, 2010 at 13:35
3
Solved
I am scanning barcodes and QR codes from an Android app via Intent using the ZXing Library and its port of the Android Application. I added the following two lines in my Gradle dependencies to use ...
9
I have a jpeg file which has 2D bar code. Image resolution is 1593X1212. I am using xing library to decode this barcode from image. I got following code on net.
import java.awt.image.BufferedImage...
1
Solved
My Java program needs to send a binary payload via QR Code, but I can't get it to work. I have tried several QR Code libraries and many approaches, but all seem to have this problem. My current imp...
Guiltless asked 13/11, 2020 at 7:54
10
Solved
I'm having some issue with zxing onActivityResult().
As you can see in the code I did properly invoke new intent as described in https://code.google.com/p/zxing/wiki/ScanningViaIntent.
The quest...
Comstockery asked 16/11, 2013 at 0:48
1 Next >
© 2022 - 2025 — McMap. All rights reserved.