Ask Your Question

goe's profile - activity

2018-02-02 09:15:59 -0600 commented question Computing attitude(roll, pitch & yaw) from solvePnP()

The output given by solvePnP is the axis-rotation values for the orientation, not eulerangles. They are three elements

2016-03-23 03:36:15 -0600 received badge  Enthusiast
2016-03-18 05:51:43 -0600 received badge  Student (source)
2016-03-18 05:30:55 -0600 asked a question It seems that you device does not support camera - only with some apps

Hi,

Trying to get camera images using OpenCV on Android the app is crashing with the error:

'It seems that you device does not support camera (or it is locked)'

However, if I run the samples from this github repo, they work perfectly fluent. Is there any special thing to take in consideration to use this libraries?

Extra info: This only happens in certain devices (Nexus 5X for example), but with others (Nexus 4 for example) the app is working correctly, and the images are extracted from the camera. The testing device configuration: Nexus 5X (Android 6.0) Project: Android Studio 1.5.1 (Gradle-experimental-0.4.0)

2015-12-15 05:12:05 -0600 commented answer Framework Not Found — OpenCV

Did not work for me. It started working when I moved the 'opencv2.framework' file into the project folder (previously I had the file in a general folder with other libraries outside the project). Then, including it as usual worked correctly.

2012-11-19 01:58:13 -0600 answered a question Linking issue after update to version 2.4.3 on iOS

Ok! The answer was simple: in the project configuration, set "C++ Standard Library" option as "libc++ (LLVM standard library with C++11 support)". And this fixed the problem. ;)

2012-11-15 10:51:13 -0600 commented question Linking issue after update to version 2.4.3 on iOS

I have used my own compiled framework, and the precompiled framework dowloaded from here: http://opencv.org/

2012-11-15 10:41:35 -0600 asked a question Linking issue after update to version 2.4.3 on iOS

Hi, I was working with a previous release of opencv (2.4.0) on iOS. It worked fine, but yesterday I updated the code because I needed the new parallel_for functionality. After the update, the core functions worked fine, and the new functionalities were working, but now other modules are crashing on linking time. For example, if I add CascadeClassifier object, the linker throws errors. Any idea?

2012-11-13 03:29:32 -0600 received badge  Supporter (source)