NaturalHistoryMuseum / pyzbar

Read one-dimensional barcodes and QR codes from Python 2 and 3.
MIT License
724 stars 175 forks source link

Improve decode time #87

Open soundmartell opened 3 years ago

soundmartell commented 3 years ago

Hello, is it any way to improve the decode time? My actual decode time is 0.15 ms in a Raspberry PI3 B+ but As my code is for decoding QR code from moving objects in a pipeline and the objects can't be static at any time this decoding time is not suitable. Each frame is coming every 0.09 from the camera and sensors detect when the product is in front for the cam. Thank you very much.