-
-
Notifications
You must be signed in to change notification settings - Fork 25
Issue while trying to stitch photos on Android device in flutter app #179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Could you please provide a reproducible example? |
Here is the code where i'm using it: import 'dart:io'; import 'package:camera/camera.dart'; class Camera360Controller extends GetxController { @OverRide Future initializeCamera() async { Future startCapturing() async { void updateProgress(int value) { Future captureAndStitchImages() async {
} Future<List> stitchImages(List imagePaths) async {
} @OverRide and the screen where it's called: class CameraPage extends GetView { @OverRide
} |
A repoducible example please, e.g., a link to github repo, I do not want to copy from here to there, guess what plugins you are used and add the dependencies one by one. |
Allright, reproduced in the example app of abdelaziz-mahdy , refer to tensorflow/tensorflow#48001 (comment) Add the following lines to section in
|
thanks, but now when i applied this i get the following error: E/cv::error()(15188): OpenCV(4.10.0) Error: Requested object was not found (could not open directory: /data/app/~~bJrI2Zx43VlRNHN1PxjXow==/com.goxeedealer.intel_booth_app-qBA-5dV0TeF4sHiSKwsWpA==/base.apk!/lib/arm64-v8a) in glob_rec, file /home/runner/work/opencv.full/opencv.full/build/opencv/modules/core/src/glob.cpp, line 279 but after a minute or so it actually outputs the image, probably need some optimization on my end |
I face the same issue with this with Google Pixel 7 do you have any idea? in my case, These are not needed and worked
|
Again, a minimal reproducable example please. |
No response for a long time, I am going to close this issue. Actually, any exceptions/errors, especially threw by native library, are almost likely to be the result of the users' incorrect usage or the bug of opencv itself, I recommend you search the error message first and then open an issue here. |
Read README carefully first
Star ⭐ this project if you want to ask a question, no star, no answer
Question
So i have a question on how to workaround this error i get when i try to stitch images: E/linker (15518): library "/system/vendor/lib/libOpenCL.so" ("/vendor/lib/libOpenCL.so") needed or dlopened by "/data/app/~~67wySL_d8_JZcyMgMvVaWw==/{app bundle id}skSn_oIwPiKc5JBH85EMGw==/base.apk!/lib/arm64-v8a/libopencv_dart.so" is not accessible for the namespace: [name="clns-4", ld_library_paths="", default_library_paths="/data/app/~~67wySL_d8_JZcyMgMvVaWw==/{app bundle id}?
Is it something known or is it me that does something wrong?
The text was updated successfully, but these errors were encountered: