Dustin Graham

Results 24 comments of Dustin Graham

@jhoogstraat , while working on #57 , I discovered an unexpected behavior of AVFoundation. see: https://developer.apple.com/library/archive/technotes/tn2325/_index.html I noticed that when I combined 2D and 1D barcode types, AVFoundation had trouble...

I'm happy to contribute. I'll see if I can get this done in the next week or so. On Sun, Dec 12, 2021, 8:54 AM jhoogstraat ***@***.***> wrote: > Hi,...

@jhoogstraat , I'm working on this feature right now. I have one initial question as I look at this code. Is there a specific reason why the plugin only sends...

@jhoogstraat , I'm continuing work today on this. I'm looking at the event channel messages we are sending between native and dart. Since I'm adding in coordinates and also passing...

@jhoogstraat , thanks for the feedback. Pigeon is new to me, but I've been looking into it. But yes, Pigeon would replace the current communication layer with generated code. It...

@jhoogstraat , I was thinking that I need to account for different camera orientations. The orientation system can often be confusing to me, so I apologize if I misunderstand, but...

@jhoogstraat , I'm based on develop right now. With regard to coordinates, I'm sending all 4 corners to provide a nice, neat fit. The codes are square, but if your...

@AKortak , I encountered the same issues while working on this plugin. Here's the summary of what I learned: The current implementation of barcode scanning @jhoogstraat mentioned is AVFoundation. AVFoundation...

There are lots of other options besides doing that here. However, those other options require me to initialize new camera controller instances, dependencies on MLKit, etc. In short, I have...