Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Giving empty list as output! #75

Open
snehitvaddi opened this issue Mar 13, 2020 · 2 comments
Open

Giving empty list as output! #75

snehitvaddi opened this issue Mar 13, 2020 · 2 comments

Comments

@snehitvaddi
Copy link

My code goes like this
import cv2
import pyzbar.pyzbar as pyzbar
img = cv2.imread('C:\\Users\\vsneh\\OneDrive\\Desktop\\pic.png',0)
objs = pyzbar.decode(img)
print(objs)
This is returning empty list '[ ]'. I have specified all the loactions correctly. My image looks like this :
pic

@tugbakara
Copy link

I had a same issue, do you which type of data pyzbar can handle my input dtype is uint8?

@harivamsi9
Copy link

Facing the same issue.
img1
I am not getting the bounding box.
need help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants