Ask Your Question

surcz's profile - activity

2020-09-28 09:48:36 -0600 commented answer OpenCV4Android conversion from MatOfKeyPoint to MatOfPoint2f

This looks reasonable but only on one side, I don't know how often you need to get result from one method and pass this

2020-08-28 08:23:56 -0600 received badge  Enthusiast
2020-08-17 14:47:52 -0600 commented question Imported module not shows up on 'Add Module Dependency' dialog

Interesting, same for me, with android studio 4 and opencv 4.4, and it was the same with some studio 3.x and opencv 4.3.

2020-08-16 17:02:16 -0600 received badge  Popular Question (source)
2020-08-16 17:01:07 -0600 commented question Imported module not shows up on 'Add Module Dependency' dialog

Interesting, same for me, with android studio 4 and opencv 4.4, and it was the same with some studio 3.x and opencv 4.3.

2020-08-12 16:47:14 -0600 answered a question Imported module not shows up on 'Add Module Dependency' dialog

Interesting, same for me, with android studio 4 and opencv 4.4, and it was the same with some studio 3.x and opencv 4.3.

2015-07-20 17:12:44 -0600 answered a question VideoCapture android 3.0.0

I see opencv manager beta description contains "as well as new OpenCV 3.0-based Java applications should work well)", looks like it's known problem(feature?), but I don't know neither issue number nor roadmap if native is going to be supported later. So, no luck with native+android+opencv 3.0.0?

2015-06-12 02:31:52 -0600 received badge  Editor (source)
2015-06-11 02:37:33 -0600 commented question initOpenCVLibs tries to load opencv_java, should be opencv_java3

I suppose it may be the reason for my android problems, but I don't know where to fix this. Can you share your solution? ps. doesn§t matter for me, tried to rename lib file and pack renamed with my project, and no success with my problem

2015-06-08 08:24:02 -0600 received badge  Student (source)
2015-06-08 07:07:06 -0600 asked a question VideoCapture android 3.0.0

Hi,

I've found CV_CAP_ANDROID is marked as 'unused' but anyway, I've tried new VideoCapture(CV_CAP_ANDROID), tried new VidoCapture() tried capture->open(CV_CAP_ANY) and I always get ->isOpened() = false;

I have CAMERA permission in Android manifest.

What may be wrong here? Was anybody ableto start capture with native opencv 3.0.0 on android. thanks.

ps. I'm working qith QT project and everything buids without ny problem, the problem at runtime only, I see nothing wrong in output, VideoCapture just doesn't open