Keaton Roux

Results 20 comments of Keaton Roux

Same, I also need ability to scan upc_a, coming from `vision-camera-code-scanner` which was deprecated in favour of v3

I managed to get this working by modifying the android files to include upc-a and running patch-package. iOS already has the ability to scan upc-a because of ean-13, I just...

@marcshilling Here is the patch file. Its quite a big. Not sure why, as it wasn't a lot of changes. I still have a type issue for `upc-a` which I...

When I read through the apple docs it said it indirectly supported upc-a through ean. So once I added the missing code for android both devices types were able to...

I'll quickly try to find the docs mentioning it, also since its working on my project. I don't mind doing a pull request. The only bit I never got to...

I think it was [here](https://developer.apple.com/library/archive/technotes/tn2325/_index.html#//apple_ref/doc/uid/DTS40013824-CH1-IS_UPC_A_SUPPORTED_).

This content-type is not working at all for me. It only sends my image key but none of my other keys. If I disable or remove the image key, it...

So would I need to give each node tree its own set of ids, unique to all nodetrees? Can we load multiple nodetrees?

So I got it working now. My 2 node trees shared the same idea. So I just incremented the enemy nodes and now its loading both. Is it possible to...