mrfrasier

Results 18 comments of mrfrasier

+2. I signed up just to post this. I spent an hour trying to figure out why the code, following their own example, wasn't working during desktop testing. Pushed to...

I'm surprised this is still an issue. I guess some of the new toasts and such were too hard to implement in desktop and just got nixed. Would be good...

Not an immediate help, but I did notice the source of that ANE is available. You could modify it to change app_name

Of course. I can't attach docs here, but here it is on pastee: https://paste.ee/p/qAnEL

Sorry, missed your response. There doesn't seem to be anything in the log when it crashes, but I'll try it again.

Hi, on my end all I see the is app die. Have you found anything in the code?

![crash](https://cloud.githubusercontent.com/assets/4335972/12705842/f3145e68-c845-11e5-8166-9e95c5732591.PNG) Got the crash

Well, naturally not ideal, but if anyone else runs into this, I solved it by just using a Video object and sampling the bitmap data to the Scanner.scanBitmapData() method

Wow old post haha, but I solved it by using a different class on Android. I created a video object to use and render the camera. Then on a timer...