-
Notifications
You must be signed in to change notification settings - Fork 439
Added support for inverse barcodes #1360
Added support for inverse barcodes #1360
Conversation
@@ -7,11 +7,11 @@ export interface MLKitScanBarcodesResultBounds { | |||
origin: { | |||
x: number; | |||
y: number; | |||
}, | |||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ha, good catch!
Really impressive stuff! Do you perhaps have an example of an inverse barcode you tested your implementation with? I'd love to give it a spin. |
Hi Eddy, sorry for late response. |
OK, thanks for the reply. Then I'm just going to assume it works ;) |
You can find inverted qrcode on google or just invert image in bitmap editor and try it :) e.g. |
…onger processing more than 4 frames)
Hey guys o/ I just update to the latest release of nativescript-plugin-firebase, removed platform's folders and everything. Any idea of what is happening? @EddyVerbruggen @zalesak |
@murillobrand You're spot on. Let me release 9.1.2 today, with a rebuilt jar. Thanks! |
No description provided.