Skip to content

Input previously captured static image #671

Answered by rkistner
akhalid asked this question in Q&A
Discussion options

You must be logged in to vote

Technically yes - you can see some previous discussions & examples:

#254
#388

But note that:

  1. You don't really need this library to do that - you can use the underlying zxing:core library directly.
  2. The underlying algorithms aren't optimized to scan from a static image - it is designed to do many scan attempts quickly from a stream of images, instead of doing optimal scanning for a single image. So the results may not be as good as you'd want.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@akhalid
Comment options

Answer selected by akhalid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants