piderman314 / bardecoder

Detect and decode QR Codes, written in 100% Rust.
MIT License
272 stars 34 forks source link

This Library Doesn't Appear To Work #47

Open patientplatypus6 opened 1 year ago

patientplatypus6 commented 1 year ago

I used the quickstart example with a single image in jpeg format taken from my laptop computer (macos photobooth).

It resulted in this output -

peterweyand@Peters-MacBook-Pro barcode % sudo cargo run Finished dev [unoptimized + debuginfo] target(s) in 0.03s Running target/debug/barcode

The image was a close up of my library card barcode. Does this only work with a specific format of images or only with QR codes? Could you upload an example file or quickstart that compiles and produces output?

Thanks.

piderman314 commented 1 year ago

Without seeing your code or the QR, I cannot say why it is not working. If you would like to see examples, you can check the tests directory that contains images that are used for unit testing.