metaio

How to integrate the metaio + Open CV for android application?

拟墨画扇 提交于 2019-12-31 10:02:51
问题 Hi i'm trying to create a application related to the Augmented Reality (AR) and was able to configure my application with Metaio SDK and OpenCV library successfully in two separate application. but the thing is i want to use both the library of OpenCV and Metaio together into one application. so can any one help me with its integration. In my single application I want to use OpenCV for markerless detection and MetaIO for 3D Model rendering. Metaio:http://www.metaio.com/ OpenCV:http://opencv

Why am I getting “unsupported version of Gradle” with the tutorials app in Android Studio?

不想你离开。 提交于 2019-12-22 08:19:07
问题 When I try to import the tutorials app to Android Studio, I get this message: The project is using an unsupported version of Gradle. Please point to a supported Gradle version in the project's Gradle settings or in the project's Gradle wrapper (if applicable.) I’m new to Android Studio, and meter too. What’s the problem with Gradle? I’m using Android Studio 1.0.1. 回答1: Android Studio 1.0.1 supports gradle 2.2.1+ and Android Gradle Plugin 1.0.0+ How to change the gradle version. In your

Detection of different shape's dynamically like ( Circle, square and Rectangle ) from the camera? [closed]

拈花ヽ惹草 提交于 2019-12-17 17:55:47
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . I want to create an application to detect the shape of the objects like ( circle, square and rectangle only geometry shapes ) that should not be using Marker less or Edge based way to detect the shape in augmentation. I have used the following things for this like gone through the

How to integrate the metaio + Open CV for android application?

我的未来我决定 提交于 2019-12-02 19:36:54
Hi i'm trying to create a application related to the Augmented Reality (AR) and was able to configure my application with Metaio SDK and OpenCV library successfully in two separate application. but the thing is i want to use both the library of OpenCV and Metaio together into one application. so can any one help me with its integration. In my single application I want to use OpenCV for markerless detection and MetaIO for 3D Model rendering. Metaio: http://www.metaio.com/ OpenCV: http://opencv.org/ =====> I'm using opencv to detect shapes in a camera image and want to display 3D objects

Detection of different shape's dynamically like ( Circle, square and Rectangle ) from the camera? [closed]

☆樱花仙子☆ 提交于 2019-11-28 05:35:18
I want to create an application to detect the shape of the objects like ( circle, square and rectangle only geometry shapes ) that should not be using Marker less or Edge based way to detect the shape in augmentation. I have used the following things for this like gone through the procedures of the tutorial that are already existing there in the metaio sdk 1) Metaio : http://dev.metaio.com/sdk/tutorials/hello-world/ 2) OpenCV : http://docs.opencv.org/doc/tutorials/imgproc/imgtrans/canny_detector/canny_detector.html#canny-detector these are the thing i have tried to implement. Geometry shapes:

libavcodec.so: has text relocations

ぃ、小莉子 提交于 2019-11-26 21:58:43
I'm testing Android 6.0 on a Nexus 5 and i'm using Metaio (I know that the service is going to end on the 15th of december but for that date we'll move to another AR platform). The problem is that when I start the ARActivity I get the following error: 09-02 08:45:11.138: E/AndroidRuntime(6141): java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/com.myapp.myapp/lib/arm/libavcodec.so: has text relocations 09-02 08:45:11.138: E/AndroidRuntime(6141): at java.lang.Runtime.loadLibrary(Runtime.java:372) 09-02 08:45:11.138: E/AndroidRuntime(6141): at java.lang.System.loadLibrary(System.java:1076

libavcodec.so: has text relocations

一笑奈何 提交于 2019-11-26 09:24:18
问题 I\'m testing Android 6.0 on a Nexus 5 and i\'m using Metaio (I know that the service is going to end on the 15th of december but for that date we\'ll move to another AR platform). The problem is that when I start the ARActivity I get the following error: 09-02 08:45:11.138: E/AndroidRuntime(6141): java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/com.myapp.myapp/lib/arm/libavcodec.so: has text relocations 09-02 08:45:11.138: E/AndroidRuntime(6141): at java.lang.Runtime.loadLibrary