Skip to content

Commit

Permalink
fix: [qrcode extractor] debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Oct 2, 2024
1 parent 8d0f852 commit 09260f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/modules/QrCodeReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def extract_qrcode(self, path):
try:
image = cv2.cvtColor(cv2.imread(path), cv2.COLOR_BGR2RGB)
except cv2.error:
print(self.obj.get_global_id())
image = cv2.imread(path)

try:
Expand Down

0 comments on commit 09260f6

Please sign in to comment.