Emmanuel

Results 318 comments of Emmanuel

I think it loaded right before the crash, maybe the tab got unloaded mid transaction? ``` 13:08:25.753 Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist....

> Do you mean transplant opencv source code? If yes, I tought of this before, but I wasn't capable of build it myself. Not really, I mean the library, statically...

> This is already done in the embedded-opencv branch. Is is not on master because f-droid doesn't support splitted builds and the apk in fdroid would be huge be cause...

> I think I'm understanding now what you suggesting. It is to create a new library that will compile and statically link to the used opencv functions, generating a smaller...

Related: https://github.com/VlSomers/native-opencv-android-template

The sdk *has* the static libraries at sdk/natives/staticlibs/*, no need to recompile OpenCV.

I am stuck, having these two issues: [Build statically, missing cv::countNonZero(cv::_InputArray const&)](https://answers.opencv.org/question/236576/build-statically-missing-cvcountnonzerocv_inputarray-const/) and [Building OpenCV statically in app fails “error: undefined reference to 'ippicvsRound_64f'”](https://stackoverflow.com/q/64361730/3124150). The time for this project has...

> @nateshmbhat I have tried to implement this using the onTapUp callback, but this callback is only fired when I do a quick click on the shape. It isn't fired...