Hugo Gomes

Results 9 comments of Hugo Gomes

k0ur0x, sorry for the delay, I totally forgot to reply after I try it. No, it did not work :/

That actually works... :| Thanks :)

Hi. I'm sorry, but I actually have no idea. I have never worked with openCV in c++ before.

You're welcome :) I'm gonna be honest and I don't really know how the code is compiled in Flutter, but usually C code is faster because it is compiled to...

Great! I actually didn't know that the release version was that fast because I only tested it in debug. Thanks for your share :) Btw, the images you shared are...

Converting the image from YUV to RGBA on the server should be faster, so I believe you can convert the _savedImage.planes list to base64, send that over to the server,...

I've never used python with C, but I'm pretty sure there is an easier way to do the yuv to rgba conversion with python and opencv. I did a quick...

Interesting. I'll need to look into it then. It might be the C code that's causing it

@assanbayev Yes of course. Can you provide more details on the device you're using and the android version?