How to show 2D image instead of 3D model when Image detected using unity 3D and vuforia - unity3d

I am new to develop augmented reality apps. I have followed some tutorial to show 3D model using unity 3D and vuforia and it works fine. Now I need to show 2D image instead of 3D model

As suggested by Bart in the comments. Go ahead and put in a plane. On the plane add a Texture that has the picture of the image you want to see.
FYI: Augmented Reality is for the eyes to view a 3D image. Else we'd
just be using an app on screen.

Related

Unity 3D Image ending points

I'm trying to make a 3D tour for cardboard. I'm putting my 3d image inside a sphere with a shader but I've noticed this problem. The ending point of image is very visible and disturbing.
And middle of the image is looking kinda wavey and distorted.
Just use a seamless texture or make one with Photoshop. for more info search seamless textures in google.

Unity: Project/Draw 3d object onto 2d plane

I want to recreate something like the image below. I created a quad, placed it in front of the camera, then added a WebCamTexture to play the camera feed on the 2d plane.
I then want to place a 3d object, say a cube, in between the 2d plane and the camera, and project/draw the 3d object onto the 2d plane. How can I accomplish this in Unity? What are the basic steps?
Also, would doing something like this be possible using OpenGL? Would it be complex? What are the basic steps?

How to create mesh renders from a 2D image

I have a 2D image of a mans face that I want to hook up to Rogo Digital's LipSync Unity plug-in. I am not a 2D or 3D modeler so I don't know what I don't know. If I were to post a project on a website to ask for someone to convert my 2D image into something that I can hook up to the LipSync plugin what do I need to ask for?
If you want to create a 3d model with 2d image, you need photoscan or other of the same genre.
3d scan

Correctly show 3d model on marker using Kudan AR SDK for Unity

I try build app on Kudan platform. I am using Unity 3d and the last version of Kudan SDK. I used Marker tracking but I don't how to set correct position to 3d model which I want to show on marker. When I build app and use marker for show 3d model. 3d model is still moves and floats above or below the marker. Is it possible set marker and 3d model in Unity to the same level? Is is possible show marker in Unity scene-mode?

How can I make ColAR Mix?

I'm trying to do colAR mix Augmented Reality in Unity using the Vuforia plugin.
I'm trying to changes the material of the 3d model based on the colors of image target.
I don't know how can i get cropped image target from camera for change material.
Thanks so much for your help in advance!