awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
yipianfengye avatar

yipianfengye/android-zxingLibrary

0
View on GitHub↗
4,998 estrellas·1,040 forks·Java·4 vistas

Android ZxingLibrary

Este es un kit de herramientas basado en ZXing para integrar el escaneo y la generación de códigos de barras y códigos QR en aplicaciones Android. Funciona como un escáner de códigos de barras capaz de decodificar datos tanto de flujos de cámara en vivo como de archivos de imagen estáticos.

La librería incluye un generador de códigos QR que admite la creación de archivos de imagen con logotipos personalizados incrustados en el centro del código. También proporciona una interfaz de escaneo de cámara personalizable, permitiendo ajustes en la superposición de escaneo y control sobre el flash del dispositivo para mejorar la visibilidad en condiciones de poca luz.

Sus capacidades más amplias cubren la extracción de texto de mapas de bits, la gestión del hardware de la cámara para la detección en vivo y el diseño de superposiciones de interfaz de usuario para guiar el proceso de escaneo.

Features

  • Camera QR Code Scanners - Captures live video and decodes QR codes and barcodes in real time via the camera.
  • Android Barcode Scanner Libraries - Provides an Android library for integrating ZXing-based barcode and QR code scanning and generation into mobile applications.
  • ZXing Decoder Wrappers - Wraps the ZXing core library to extract encoded text from barcodes and QR codes on Android.
  • Image File Barcode Decoders - Decodes barcodes and QR codes from static image files provided by the user.
  • QR Code Generators - Provides tools for generating scannable QR code images from text strings.
  • Android Camera Integrations - Integrates Android camera hardware and software to manage flash and preview for scanning.
  • Android Barcode Scannings - Embeds a ZXing-based barcode scanner into Android apps as a full-screen or custom view.
  • Branded QR Codes - Generates branded QR codes by embedding a custom logo centrally within the matrix pattern.
  • UI Overlay Layers - Provides a graphical overlay layer on top of the camera feed to guide users toward the scanning area.
  • Android UI Customization - Allows customization of the scanning interface's visual style to fit the application layout.
  • Scanner Overlays - Provides customizable scanner overlays to adjust the visual guiding frame and target area.
  • Camera Preview Embeddings - Renders a real-time camera preview using Android's SurfaceView for high-performance visual feedback.

Historial de estrellas

Gráfico del historial de estrellas de yipianfengye/android-zxinglibraryGráfico del historial de estrellas de yipianfengye/android-zxinglibrary

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace yipianfengye/android-zxinglibrary?

Este es un kit de herramientas basado en ZXing para integrar el escaneo y la generación de códigos de barras y códigos QR en aplicaciones Android. Funciona como un escáner de códigos de barras capaz de decodificar datos tanto de flujos de cámara en vivo como de archivos de imagen estáticos.

¿Cuáles son las características principales de yipianfengye/android-zxinglibrary?

Las características principales de yipianfengye/android-zxinglibrary son: Camera QR Code Scanners, Android Barcode Scanner Libraries, ZXing Decoder Wrappers, Image File Barcode Decoders, QR Code Generators, Android Camera Integrations, Android Barcode Scannings, Branded QR Codes.

¿Qué alternativas de código abierto existen para yipianfengye/android-zxinglibrary?

Las alternativas de código abierto para yipianfengye/android-zxinglibrary incluyen: journeyapps/zxing-android-embedded — This is an Android library that adds barcode scanning to applications using the device camera. It wraps the ZXing… bingoogolapple/bgaqrcode-android — BGAQRCode-Android is a developer toolkit for Android that provides a library for scanning and recognizing QR codes and… mebjas/html5-qrcode — html5-qrcode is a client-side JavaScript library that enables QR code and barcode scanning directly in a web browser,… natario1/cameraview — CameraView is a high-level Android camera library and hardware wrapper designed for capturing photos and videos. It… dm77/barcodescanner — This is an Android barcode scanning library designed to detect and decode barcode data from a live camera feed. It… endroid/qr-code — This is a PHP library for generating machine-readable QR codes from text or data payloads. It functions as an image…

Alternativas open-source a Android ZxingLibrary

Proyectos open-source similares, clasificados según cuántas características comparten con Android ZxingLibrary.
  • journeyapps/zxing-android-embeddedAvatar de journeyapps

    journeyapps/zxing-android-embedded

    5,934Ver en GitHub↗

    This is an Android library that adds barcode scanning to applications using the device camera. It wraps the ZXing barcode decoding engine and exposes it through a simplified Android API, functioning as a software development kit for real-time scanning. The library offers two primary integration approaches: launching a full-screen camera activity through Android intents, or embedding a live scanner view directly into application layouts using SurfaceView or TextureView. Scanner behavior can be customized through programmatic configuration objects before scanning begins, and scanned barcode dat

    Javaandroid-librarybarcode-scanningzxing-android
    Ver en GitHub↗5,934
  • bingoogolapple/bgaqrcode-androidAvatar de bingoogolapple

    bingoogolapple/BGAQRCode-Android

    8,016Ver en GitHub↗

    BGAQRCode-Android is a developer toolkit for Android that provides a library for scanning and recognizing QR codes and barcodes. It functions as a camera scanning framework and a barcode generator for creating one-dimensional and two-dimensional codes. The project includes a customizable UI kit for implementing branded scanning interfaces with adjustable dimensions, colors, and animation styles. It also provides tools for creating customized barcodes featuring specific color palettes and embedded logos. The toolkit manages camera hardware settings, including flashlight control, zoom levels,

    Cqrcodeqrcode-androidqrcode-generator
    Ver en GitHub↗8,016
  • mebjas/html5-qrcodeAvatar de mebjas

    mebjas/html5-qrcode

    6,030Ver en GitHub↗

    html5-qrcode is a client-side JavaScript library that enables QR code and barcode scanning directly in a web browser, processing live video from a device camera or decoding codes from uploaded image files without any server-side involvement. The library handles real-time scanning from continuous camera feeds with adjustable frame rates and scanning regions, while also supporting file-based decoding for static images. The scanner offers configurable behavior through runtime settings, allowing developers to adjust scanning speed, viewfinder region, aspect ratio, and restrict decoding to specifi

    TypeScriptbarcodecamerahtml5
    Ver en GitHub↗6,030
  • natario1/cameraviewAvatar de natario1

    natario1/CameraView

    5,125Ver en GitHub↗

    CameraView is a high-level Android camera library and hardware wrapper designed for capturing photos and videos. It provides an abstraction layer for managing camera hardware and a media capture API for recording high-resolution video and RAW photos with configurable bitrates and resolutions. The project features a real-time camera filter framework and a preview manager. These systems allow for the application of custom shaders and visual effects to live camera streams and the rendering of previews with customizable aspect ratios, overlays, and composition grids. The library covers a wide ra

    Javaandroidandroid-librarycamera
    Ver en GitHub↗5,125
  • Ver las 30 alternativas a Android ZxingLibrary→