an Augmented Reality Software Development Kit (SDK) for mobile devices that enables the creation of Augmented Reality applications.

learn more… | top users | synonyms

-1
votes
0answers
17 views

Loading any .obj in Vuforia's ImageTargets instead of the teapot [closed]

Given that I'm a total newbie in Android / Vuforia SDK. How could I allow this Vuforia sample to load .obj files instead of the teapot? The model loading part is coded in native Android. Thank you ...
1
vote
0answers
45 views

how to make json metadata database for vuforia cloud recognition

I am using Vuforia cloud recognition sample for android. I wanted to change the target image and the Augmentation object (3d model, video streaming, images). As I understand I'll have to create the ...
0
votes
0answers
22 views

Vuforia & Unity readpixels frame

Past month i've been working with Unity and Vuforia to create an Augmented Reality game for android/tablet. I've been working with a unity-pro trial and since today i've got a full unity pro license. ...
0
votes
0answers
41 views

ios - property not found when using forwarded class

I am trying to implement VuforiaSDK in an existing project and running into this problem: I cannot access the custom properties and methods of an object which is a subtype of UIView class. It seems ...
-2
votes
0answers
78 views

Object detection in OpenCV - through images [closed]

Object detection using OpenCV..!! I've been searching many links for this topic..Finally collating many, I could write one. This program does it.. Takes an image as an input, compares it with the ...
0
votes
1answer
137 views

Can someone explain about detectMultiScale in openCV

I've been trying objectDetection in openCV.. Followed a few steps.. Resizing it to 64x64 resolution Changing it to gray scale Fetching XML for object detection Drawing rectangle fringing the ...
0
votes
0answers
68 views

selecting a 3d model at runtime in vuforia augmented reality application

i am working on augmented reality project using vuforia unity extension for android. I have a list of 3d models(.3ds). i want that when user select a model from that list than it is displayed in ...
1
vote
1answer
39 views

Android application not displaying the 3d model

I have made an app in unity 3d. It detects the image and display the model. Now i import it for the android platform. I followed the instruction from this ...
0
votes
1answer
131 views

Qualcomm's Vuforia without Unity

I'm new to Vuforia's SDK. after i have compiled and ran the sample app. i tried to create my own 3D object in order to do that Qualcomm want you to download Unity's Game engine. they have an extension ...
0
votes
0answers
64 views

error when running vuforia-sdk-android-2-0-31.bin to install vuforia sdk

i start reading Augmented reality for android application and i'm new in it. I need to install the vuforia SDK android-2-0-30 using Linux(ubuntu 11.10) but when i run the file ...
1
vote
1answer
128 views

Integrating JPCT-AE with Vuforia

I am Integrating JPCT-AE with Vuforia for as Vuforia sample ImageTarget teapot model. I followed the kelmar and Sam Rad's answer and now I am able to render my model as well as teapot but in landscape ...
0
votes
1answer
108 views

Opengl ES - how to incorporate procedural textures

I'm working with the Qualcomm augmented reality FrameMarkers demo for iOS & have switched in a model that our 3D guy gave to me (really he's more of a 2d guy that dabbles in 3d - which is why I'm ...
0
votes
0answers
79 views

import com.qualcomm.QCAR.QCAR; not resolved

I am trying to run the sample application of vuforia. But when i run it in eclipse it gives the error import com.qualcomm.QCAR.QCAR; not resolved. I googled it, and tried the option different people ...
0
votes
0answers
87 views

Convert 3d Model to c++ Header file for Augmented Reality

We are creating AR application on android. We have not much experience with AR. We have downloaded Vuforia SDK and sample project for Android. While tracking some images teapot is appeared on the ...
1
vote
1answer
91 views

How to run Ndk sample app in android

Hi. I want to work on an Augmented Reality application. So I followed this link https://developer.vuforia.com/resources/dev-guide/step-2-installing-vuforia-sdk and I installed sdk, ndk, cygwin, ...
0
votes
0answers
44 views

Rotating camera view on iOS

I've read few questions here on stack and I'm in a dead-end. I want to have device (iPhone/iPad) camera as a background, to one of my ViewControllers. I'm using Storyboard and ...
0
votes
0answers
154 views

Vuforia AR sdk unity extension ARcamera feed

Are there anyway I can replace the unity ARcamera feed with a custom image or video in Vuforia SDK Unity3D extension? I want to replace the direct camera feed with a static predefined image/video.
8
votes
1answer
172 views

3D model does not appear when rendering

I'm using Vuforia to place a 3D model on an image target. I have created a common C++ solution to work on both Android and iOS. It works on Android, but I can't get the 3D model to appear in iOS. It ...
0
votes
2answers
97 views

How can I include unity3d projects in android ones?

I'm trying to make an android application which includes two different projects created and exported from Uniy3d, one is a simple interactive 3d environment while the other is an AR application based ...
1
vote
1answer
70 views

Converting from .obj to .h using Perl

I generated an obj file using blender, now I want to convert the object file to header file. I installed Perl and opj2opengl.pl but I don't know which command line I should use and what are the ...
0
votes
1answer
31 views

What are Verts,NumVerts,Normals and TexCoords mean?

I would like to know what are Verts,NumVerts,Normals and TexCoords mean for 3D model. In Vuforia SDK
0
votes
0answers
138 views

error in install vuforia sdk for android apps

i start reading Augmented reality and new in it. i want to compile samples of vuforia and need to install vuforia-sdk-android-2-0-30.exe. but when i install, I get error could not open ...
0
votes
0answers
225 views

How to make dynamic overlay ON/OFF target in Vuforia CloudReco?

I'm working on Vuforia SDK 2 sample called CloudReco. My aim was to make TargetOverlayView self changing, so i.e. timers will change shown images or fire up a music. I know it can be done on Android ...
6
votes
2answers
576 views

Integrating jpct-ae to Qualcomm's Vuforia engine in android

In Android, I am trying to integrate JPCT to Vuforia by using this tutorial: http://www.jpct.net/wiki/index.php/Integrating_JPCT-AE_with_Vuforia The first time the application is launched, it works, ...
0
votes
1answer
173 views

Eclipse #ifdef error using JNI, Android NDK and Vuforia

With Vuforia's ImageTargets sample application, I tried using OpenGL ES 1.1 by setting USE_OPENGL_ES_1_1 to true in jni/Android.mk and uncommenting and changing the corresponding line in ...
0
votes
1answer
453 views

Vuforia ios sdk video and 3D model

Hi I'm developing an iOS app using Vuforia iOS SDK (not the unity plugin). I want to mix the videoPlayback and image target sample together. From the forum suggestion I started with the ...
1
vote
2answers
527 views

Vuforia AR sample App android?

I am following the Vuforia and i have run the samples ,but what if i want to start the our own app so could any one know some Reference or some book or any thing that can help me to my first start ...
16
votes
1answer
769 views

How should I translate an OpenGLES modelView to a CATransform3D?

My goal is to overlay a standard UIKit view (for the moment, I'm just creating a UILabel but eventually I'll have custom content) over a detected shape using image tracking and the Vuforia AR SDK. I ...
1
vote
0answers
196 views

How to load a 3D Animated Model in ios camera when it tracks a target image using openGl ES

I want to load a 3d animated model using OpenGl ES when the Camera starts from App and detects a Marker Image a 3d Animated Character Should Appear in my Camera . Can any one suggest some help or ...
1
vote
1answer
164 views

Night Shader effects Unity

What i'm trying to do is, with and augmented reality app with vuforia, i want to obscure the whole scene to give a "night effect"(The real camera texture has to be obscure too).I been trying this for ...
-2
votes
1answer
150 views

Two 3d models on one image tracker

I am developing an Android AR aap on Vuforia Qualcomm SDK, for which I have to do animation in which one model jumps and sticks to another model, something of this sort. This has to happen on the ...
0
votes
1answer
295 views

Vuforia Video Playback

I am trying to use the Vuforia Video Playback sample app as the starting point for a university project. What I want to do is develop a small iOS based app that will recognise a target, that I ...
0
votes
1answer
499 views

How to use vuforia on PC Application

i'm new on vuforia and i need some help with this topic. Can someone tells me if its possible use vuforia with a webcam on a pc application? I got webcam frames on a plane texture and i tried to ...
2
votes
0answers
129 views

How to handle Touch event in Augmented reality?

I am trying to put 5 buttons in layout of Sample Application Cloud Recognization. The buttons appear in two different ways: When tracker is detected, the buttons gets augmented to the tracker. ...
1
vote
0answers
461 views

Starting Vuforia Augmented Reality in iOS [closed]

I'm starting to read about vuforia, I want to develop an iOS app using their SDK. I've already installed the sdk, downloaded the examples and run the examples. I also read and understood the developer ...
0
votes
0answers
74 views

the camera background doesn't appear when I run app in the second time.iOS,Vuforia

I do project about Augmented Reality on iOS by using Vuforia for development. I created the view before start FrameMarkerAppDelegate (scan AR View). After I push the UIButton on view page, the ...
2
votes
2answers
879 views

How to convert Blender blend (or obj) file to Qualcom Vuforia .h file

I'm developing an iOS app with augmented reality using Qualcomm Vuforia and I have difficulty in understanding how to create 3D models from Blender (or other softwares). All the examples use .h files ...
1
vote
1answer
372 views

How to start the my own sample in Qualcomm's Vuforia AR for android?

Hi Everyone, I have started Augment reality application in android .I have seen many frameworks but i'm following the VUforia developer site.In that developer site they provide some sample ...
3
votes
0answers
274 views

How to Start the Vuforia AR sample App android?

I am following the Vuforia and i have run the samples ,It's working fine but if i want to start the our own app so couldyou help me how to start the app. Thanks.
0
votes
2answers
179 views

AR image tracker at distant?

I am working on an Augmented Reality app that requires image tracker placed at a distant. A target would be a bill board or scoreboard in a basketball game. I have tried Qualcomm's Vuforia SDK, it ...
0
votes
2answers
314 views

How can i change image targets and video in videoplayback of qualcomm sdk in android

How can i change image targets and video in videoplayback of qualcomm sdk, i have got dat and xml file for two new target images but now able to play video for those image targets, what steps should i ...
1
vote
0answers
176 views

Show 3d object on device live camera in Unity3d for iOS

How can I render a 3d or 2d (.jpg or .png) object at device live camera in Unity3d? This 3d object shouldn't be stuck to the camera. It has to show at specific point, like we can set any object in ...
0
votes
0answers
162 views

Using vuforia pose data to retreive camera orientation

We are trying to incorporate an existing C++ game into a vuforia app. The game already handles all of its own graphics primitives, so what we really need to do is pass the camera info into the ...
0
votes
1answer
190 views

add new trackable data and movie in vuforia viedoplayback sample

I successfully run the vuforia AR viedoplayback sample in my device. When i run the application it can track the image provided with the sample and can play movie according to image. But i want to ...
18
votes
3answers
6k views

Qualcomm's Vuforia (QCAR) vs. Metaio SDK vs. D'Fusion Mobile vs. Layar SDK

I would be interested to know, where are the advantages and disadvantages of each vision-based mobile Augmented Reality Frameworks? For what should be decide in which case? Would you choose Vuforia in ...