Francisco Bernal

Results 107 comments of Francisco Bernal

is there any fix for this issue? I am doing `unset OPENCV4NODEJS_DISABLE_AUTOBUILD` as well and it is still failing ``` $ npm i -g opencv4nodejs npm ERR! code 1 npm...

@codyfilatov: could you provide a sample image that is failing? I would like to take a look.

Which plugin are you using in your yaml file?

Thanks @c-louis, definitely it is related, if they reported the same issue in the native sample app and since this plugin is a wrapper for the native APIs using FlutterMethodChannel,...

This seems to be related to my [comment](https://github.com/bharat-biradar/Google-Ml-Kit-plugin/issues/285#issuecomment-1192014260) on issue https://github.com/bharat-biradar/Google-Ml-Kit-plugin/issues/285 It is related to the output coming from the `camera` plugin.

@g123k: I am glad you are using our plugin in your app. Could you provide more details? Steps to reproduce? I cloned you [repo](https://github.com/openfoodfacts/smooth-app) and tried to run your app,...

@g123k: I was not able to run your app, but after looking at your code and learning how you are using the plugin and cropping the `CameraImage`, I created a...

@renanyoy: are hardcoding `processingFormat` and setting the wrong format for iOS, the format for iOS should be `InputImageFormat.bgra8888`. I also copied your code in our example app and it is...