ranulfo

Results 10 comments of ranulfo

I have the same problem

yes of course see the printscreen:

Any solution for this issue ?

I have a very similar problem reported here #129721

> Hey there! > > Thanks for checking out the repo! Can you try printing the values of `availableImage.format.group`, `availableImage.planes.length`, `availableImage.planes[0].bytes.length`, `availableImage.height` and `availableImage.width` before this line? (for both android...

> Yeah so I think the problem must be due to the format. > > Try allocating `4*height*width` bytes instead of `3*height*width` > > And also in the opencv code,...

I tried to converted camera bgra image to a dart image _'package:image/image.dart'_ and then converted a dart image to a jpg image before assigning to pointer. like this: ``` if...

> I tried to converted camera bgra image to a dart image _'package:image/image.dart'_ and then converted a dart image to a jpg image before assigning to pointer. like this: >...

I have the same problem, even when I put 'delayed' before 'run'. I tried using a 'singleton' class to make sure I was always getting the same instance, but that...