Skip to content

QR Scanner with CameraX and ML-Kit barcode scanning

Notifications You must be signed in to change notification settings

chanum/CameraXApp

Repository files navigation

QR Scanner with CameraX and ML-Kit barcode

Basic project using CameraX and ML-kit to decode bar and qr codes.

  • Included CameraX dependencies
  • Displayed a camera viewfinder (using Preview use case)
  • Implemented photo capture, saving images to storage (using ImageCapture use case)
  • Implemented analysis of frames from the camera in real time (using ImageAnalysis use case)
  • Included ML kit barcode dependencies
  • Implementing barcode decode in ImageAnalysis.Analyzer

QR decode screenshot

CameraX block diagram

References

CameraX Codelab

ML-Kit Barcode scanning

About

QR Scanner with CameraX and ML-Kit barcode scanning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages