
Use smartphone camera from a web app to scan QR code
Jan 30, 2013 · I want to build a web app (Html5 + Javascript, NO flash) than, using the smartphone camera, scan a QR code, and sends the result to a server.
android - Customized camera view & rotation in Zxing for QR …
Mar 23, 2013 · I already got QR code successfully. Now, My application runs in landscape mode and camera takes the whole screen and red QR detection rectangle box is in the middle. I wanna change this to portrait mode & replace the camera view only with the red QR detection rectangle box. I change CaptureActivity tag which is inside the zxing library manifest ...
Reading QR Code natively from camera on Android device
Feb 2, 2017 · Can I make my phone camera natively read QR code and take necessary action without opening the specific application to read it? I don't want to open the application to read these QR codes. I am developing an android application which requires the following functionality. Please let me know how I can do it. Thanks,
android - how to open camera with qr code scanner? - Stack …
Apr 27, 2017 · This simple alteration in my code worked well to open qr scanner in my code. Below is the code. If needed by any body. zXingScannerView = new ZXingScannerView(getActivity().getApplicationContext()); zXingScannerView.startCamera(); FrameLayout preview =(FrameLayout)view.findViewById(R.id.camera_preview); preview.addView(zXingScannerView);
c# - How to read a QR code directly from a mobile camera using …
Apr 23, 2019 · On my Scanning page, I have two features, either a user clicks on a patient's ID that's viewed on a dataTable which would redirect them to the view patient page, or a user has a feature to use their mobile camera. The code to read the QR Code and translate it is as follows
java - QR code reading with camera - Android - Stack Overflow
Apr 18, 2013 · QR code reading with camera - Android. Ask Question Asked 11 years, 11 months ago. Modified 8 years, 3 ...
android camera2 qrscanner qrcode scanner - Stack Overflow
Jul 12, 2016 · How to create qrcode scanner apps using android 6? Android 6 uses android.hardware.camera2 to access camera. If I have to update the entire ZXING library that would take very long time for a newbie...
Open application from scanned qr code in default camera
Dec 6, 2022 · I am using breoadcast receiver to open my app when scanning a qr code from the device default camera. I tested this with Android 11 and Android 12 and it works fine. When I tried this out with Android 13 the qr string is shown when I click on it, it's opened on the browser. Here is my implementation of the Qr code scan method: In ...
barcode scanning in android emulator - Stack Overflow
Nov 7, 2012 · In Android Studio,go to AVD Manager. Choose a device then Click "Edit this device" -> Click Show Advanced Settings. At camera, select Front: Emulate, Back: VirtualScene. Then Run App, Click ... - (icon More) at toolbar of device. Click icon camera. Click folder and choose image QR, then you can scale it. Close panel, an continue run app.
Change QR Scanner orientation with ZXING in Android Studio
compile 'com.journeyapps:zxing-android-embedded:3.1.0@aar' It is different version, so I don't know if this will work for you, but this is working for me. More about my setup, I only compile 'com.journeyapps:zxing-android-embedded:3.1.0@aar' 'com.google.zxing:core:3.0.1' and I did not compile 'com.journeyapps:zxing-android-integration:2.0.1@aar'