text
stringlengths
174
13.2k
Comprehension
class label
2 classes
Configuration
class label
2 classes
Crashes
class label
2 classes
Implementation
class label
2 classes
Performance issue
class label
2 classes
Results interpretation
class label
2 classes
Unity3D on iOS - Vuforia always stops working after a few days I'm using Unity3D and Vuforia for a long time without any issues. Since the latest iOS update (12.x) I got some problems. The AR apps have been working fine for a few days (5-7) and then suddenly stop working - app opens and close immediately. After re-com...
00
00
11
00
00
00
ARCore ApiTrackableTypeExtensions.cs error after updating ARCore I am updating my project from ARCore 1.2 (pretty sure) to 1.6. I imported the most up to date unity package for ARCore (1.6) and I am getting the following error in the console: Assets/GoogleARCore/SDK/Scripts/Api/ApiTrackableTypeExtensions.cs(31,40):...
00
00
11
00
00
00
Can't unarchive custom Object with NSKeyedUnarchiver in AR Multiuser I'm using MultipeerConnectivity to share SCNNodes position in a multiuser AR session. When I archive (with NSKeyedArchiver.archivedData(withRootObject: someARNode, requiringSecureCoding: true) ) And unarchive (with if let node = try NSKeyedUnarch...
00
00
11
00
00
00
Working with ARKit in function to change SCNNode is making app stop running I am working on an ARKit project in Swift Playgrounds and here is what I have right now: Timer.scheduledTimer(timeInterval: 0.1, target: self, selector: #selector(self.animateSoldiers), userInfo: nil, repeats: true) @objc func animateSol...
00
00
11
00
00
00
Error UnityEngine.XR.WSA.Input.InteractionManager::GetCurrentReading_Internal I am working to create a Hololens application using Vuforia for the Tracking system and MRTK for the interaction with the objects. The problem comes when mounting the solution in Visual Studio, I can not run because I get the following error...
00
00
11
00
00
00
VUFORIA Build Support for Unity Cannot import Vuforia SDK for Unity. Unity Version 2019.2.6f1 Unity Hub Version 2.1.2.0 Vuforia SDK for Android Version 8.3 I'm not able to use Vuforia SDK in Unity.When i did the installation there was no downloadable file for Vuforia Android Build Support. I went to build setting...
00
00
11
00
00
00
Image does not contain a definition for 'PIXEL_FORMAT' I've tried testing the c# code for a QR code reader in this answer here I just copy pasted the code into a C# script and placed it in the ARCamera prefab just like how the KDelli said but I've been getting this error: error CS0117: 'Image' does not contain a d...
00
00
11
00
00
00
How to prevent resetting of the files present in Packages section in Unity I am working with Vuforia in Unity 2019.2.5f1 and building the project for Android. I have some Vuforia related files in the Packages section which I have edited to make some part of the project work. Everything works fine and the changes made ...
00
00
11
00
00
00
Problem deploying Hololens app to emulator from Visual studio 2019 I am building a simple hololens app using MRTK PalmUpHandMenu, I am able to build the app in unity but not able to deploy on hololens Emulator from visual studio. The app is playing in game mode of unity. I am using the following tools. Visual Stud...
00
00
11
00
00
00
Unknown type name 'namespace' in Xcode 4.2 I am compiling QCAR SDK, but it prompts an error after I added more frameworks to the project. // Matrices.h // #ifndef _QCAR_MATRIX_H_ #define _QCAR_MATRIX_H_ namespace QCAR { /// Matrix with 3 rows and 4 columns of float items struct Matrix34F { float data[3*4...
00
00
11
00
00
00
Augmented Reality App force closing I created a simple app based on the Augmented Reality Concept. This is the following java code. package com.kddi.satch.tutorialactivity; import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.content.DialogInterface; import...
00
00
11
00
00
00
Issue with arm and x86 in blackberry10 wikitude app I am working on a Blackberry 10 app using wikitude SDK. I am using the documentation on the website and adding the libraries to the project . When the project is built , I am getting an error with "ntox86-ld" . I am new to this and cannot debug the error. The error i...
00
00
11
00
00
00
identifier float2 and float4 undefined (Oculus Rift) For a school project we need to implement the oculus rift in a previously made DX9 engine. All is going well, but I am stuck at the distortion part of implementing the oculus. I came to the part where I need to implement my shader for the barrel distortion and for ...
00
00
11
00
00
00
vuforia sample application code 100 error in airplane mode I need to update an iOS app working with Vuforia. The app compiles and runs normal, but I need to test airplane mode. In airplane mode, when trying to use the device's camera, I get this error: Error initializing AR:Error Domain=vuforia_sample_application C...
00
00
11
00
00
00
Getting "System": ambiguous symbol error using C++ CLI I have a project (VS2012) that uses the 0.5.0.1 SDK. The SDK includes a System class under the OVR namespace (OVR::System). In a class that I wrote, I'm using ::System. This works and isn't what's giving me the problem. When I compile, I get error C2872: 'System':...
00
00
11
00
00
00
how to interact with obj or collada-model in AFrame <a-assets> <a-mixin id="ring" geometry="primitive: ring; radiusOuter: 0.20; radiusInner: 0.15;" material="color: cyan; shader: flat" cursor=" fuse: true"></a-mixin> <a-asset-item id="mancloth" src="../models/man.obj"></a-asset-item> <a-asset-item id="manc...
00
00
11
00
00
00
Argon.js: Error: A frame state has not yet been received I am attempting to use argon.js server side so that I can convert lla coordinates to a predefined reference frame. I'm not rendering any graphics of course, I'm just using it to convert values. See SO question Using Geo-coordintes Instead of Cartesian to Draw ...
00
00
11
00
00
00
Aframe remove component inside for loop I have a html template similar to the below code <a-entity id="id1"> <a-entity template="src: t1.template;type:nunjucks"> </a-entity> </a-entity> t1.template <a-entity id="id2"> {% for i in 4 %} <a-entity template="src: t2.template; type: nunjucks"></a-entity> {%...
00
00
11
00
00
00
Unity Photon PUN connection error with Hololens I'm working with Unity and the Photon Engine (PUN). I used the DemoSynchronization-Scene as an example and tested different devices. The connection with all other devices is totally fine but I get an error with the Hololens. Connect() to 'ns.exitgames.com' failed: Syste...
00
00
11
00
00
00
Display near by places in Location based Augmented reality Android I wanted to try and code location based AR which shows places.I tried the android code in the following link Augmented reality android example and ended up with the following error in Redmi note 3(API 24) Nougat. I did some changes in main.xml <?xml v...
00
00
11
00
00
00
How to tell if you're facing a specific CLLocation in iPhone app So I'm making an Augmented Reality app and I'm a little unsure how to tell, given your current location and heading information and a second location, if you're actually facing that location. I think it has to do with a specific part of the CLLocation He...
00
00
00
11
00
00
How to setup transformation matrices which takes world coords in meters (for augmented reality) I am doing a augmented reality app with Kinect. want to overlay augmented 3d objects on the color camera output. I know how to setup the projection matrix but don't know how to convert the bone coordinates (which are in me...
00
00
00
11
00
00
Viewfinder Alignment Is there anyone who worked with Viewfinder Alignment method? The first step (Edge Detection) is more or less understandable. It's written that "to extract edges we take the squared gradient of the image in four equally spaced directions: horizontal, vertical, and the two diagonal directions." (1)....
00
00
00
11
00
00
start android activity through phonegap plugin I want to create an AugmentedReality phonegap plugin on android. I have the AugmentedReality source code on android. I would like to launch this android application using the push button on phonegap application.
00
00
00
11
00
00
Dynamic load Image Target in Vuforia is possible? I am new in ios Vuforia development.In the given examples of vuforia, we have all the image targets placed. But for the application we develop, there will be large amount of photos and it will keep on changing ,So is there any way to load Image Target itself from a dat...
00
00
00
11
00
00
Occlusion of real-world objects using three.js I’m using three.js inside an experimental augmented-reality web browser. (The browser is called Argon. Essentially, Argon uses Qualcomm’s Vuforia AR SDK to track images and objects in the phone camera. Argon sends the tracking information into Javascript, where it use...
00
00
00
11
00
00
How to create VR Video player using Google Cardboard SDK for Unity I just downloaded Google Cardboard SDK for unity. I am fine and able to create VR project. Setup is fine and everything is working fine. I am noob at VR Apps. Just stepped in VR Apps. I am planing to create my own VR Enabled Video Player for android,...
00
00
00
11
00
00
Unity Zxing QR code scanner integration I need to integrate Zxing with vuforia to make a QR code scanning app in Unity? I have no idea how to integrate Zxing with Vuforia in unity.Can someone guide me how to do this?I have Zxing .dll files and Vuforia unity package.Thanks in Advance.
00
00
00
11
00
00
Finding camera position without calibration I have to find the camera position using several images from a football field. Using these images I can find the homography that transforms the points in the 3D model (in meters) into the points in the image (pixels). Each picture can have a different focal lengths, hence th...
00
00
00
11
00
00
Markerless tracking android Three years ago a similar question was asked, but i think that enough time has passed to make the answers obsolete. The question is simple, is there a way to do markerless tracking using ARToolKit or other free libraries in the android framework? If there exists a free framework that can d...
00
00
00
11
00
00
Using Image recognition inside a Video with Vuforia and Unity I'm trying to do image recognition / tracking inside of video file play from unity. Is it possible to do image recognition of a video file (not augmented reality) using Vuforia API? If not, does anyone else have any suggestions on how to accomplish this? ...
00
00
00
11
00
00
Pause/Freeze a scene with a trackable active in vuforia unity 3d I am developing an app with vuforia Cloud Recos. I want to add the feature of allowing the user to pause the page so she does not have to keep pointing the device on the target to view the trackable. This is pretty useful when I want to show texts. Is th...
00
00
00
11
00
00
Is there a way to get the uv coords of the cursor in a mouse event on an object? I’m trying to spawn an element on an object at the location that the cursor intersects it.
00
00
00
11
00
00
Keynote/Powerpoint in Unity Situation: I am working on a project that allow the user to practice presentations in a VR-Room. This includes the use of Powerpoint/Keynote, which is displayed on a plane. Image display is easy possible, just as video's. Problem: There's the problem. Images don't contain movement, but a...
00
00
00
11
00
00
How do you line up variable width text entities in I-Frame? How do you line up variable width text entities in I-Frame? I'm trying to develop an I-Frame WordPress template but I'm running into newbe issues that I just can't seem to figure out. I am using a loop to spit out menu items into aframe-text-component entiti...
00
00
00
11
00
00
HoloLens holographic app When you use the "Holographic DirectX 11 App" template in Visual Studio, it creates an app that occupies the entire HoloLens view (I believe it's call the Holographic View). How do you build a Holographic App like the Hologram demos where you can re-size the box and place the app in the Holog...
00
00
00
11
00
00
How to achieve realistic Depth of Field effect in SceneKit? I'm trying to render a frame, with realistic depth of field effect. I've already tried the depth of field properties in the camera node, but it doesn't produce usable results. Is there a switch to max-out rendering quality of the depth of field effect? Perf...
00
00
00
11
00
00
How can I use html form with aframe.js? I am creating a 3d web page for laptop use only. How should I enable text input and use HTML form library in HTML? I have found various API to print text on 3d web page but no any related to HTML form. What should I do?
00
00
00
11
00
00
360º degree camera in three.js Does anyone know how to create a 360º camera in three.js? I'm trying to render the entire scene as a 360º panorama like you would with a go pro 360 rig. I'm trying to recreate a panorama by arranging several screens in a circle and stretch a threejs window across all the screens. F...
00
00
00
11
00
00
change photos in cardboard VR-360 SDK I am a beginner android programmer and developing a VR app by cardboard SDK and have used a switch-case and button for switch between photos but I know some apps use a central point and "focus on an icon" method to change view of a 360 photo to another photo. for example by 3secon...
00
00
00
11
00
00
Finding the direction in which the camera faces I am able to get the current position the camera is in, i.e, its x,y,z co-ordinates in aframe. In the below code, I am making my camera move forward. function move_camera_forward(){ x=$("#cam").attr("position").x; y=$("#cam").attr("position").y; z=$("#cam").attr("po...
00
00
00
11
00
00
How to add a 3D Overlay for SteamVR I am trying to use OpenVR Overlay API to overlay a 3d model over the top of another VR application. I have successfully used this API, with some help from this HeadlessOverlayToolkit to overlay planes. I have arranged 6 planes to make a 3d cube and can overlay that. I am tryin...
00
00
00
11
00
00
How to determine whether a SteamVR_TrackedObject is a Vive Controller or a Vive Tracker What is the best way to determine whether a SteamVR_TrackedObject is a Vive Controller and a Vive Tracker? When 0 Controllers and 1 Tacker is paired: The Tracker is taken as Controller (right) of the CameraRig. When 1 Controll...
00
00
00
11
00
00
Aframe - Use Google Cardboard Settings? [closed] Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used...
00
00
00
11
00
00
How to get EAGLContext from UIWebView I am trying to make a AR application which can run as H5 on iOS. I use WebGL to draw 3D items, It is good. I use DeviceOrientationEvent to get device Motion to control virtual camera in 3D, It is good. I Know, till now, H5 on iOS can not support to show camera video stream. I ...
00
00
00
11
00
00
Object recognition vuforia I am using "vuforia" SDK for Object recognition in iOS.I am using sample code give by vuforia and able to recognise object using "ObjectReco" part. - (void)renderFrameWithState:(const Vuforia::State &)state projectMatrix:(Vuforia::Matrix44F &)projectionMatrix{ [self setFramebuffer]; // Cl...
00
00
00
11
00
00
How to implement selection with GearVrController - Unity So I figure out how to add a GearVrController to a scene. The controller follows the hand movements. But how can I implement the selection part + a ray from the device to the scene? I mean a ray that can select item, like the image below that taken from Ocul...
00
00
00
11
00
00
How to live-stream 360 video from a PC to VR headset/goggle/HMD? I have some code that captures footage from cameras and outputs a stitched 360 video. I can output stitched videos as MP4 files, RGBA files, or RGBA OpenGL textures. I need to somehow get my code to live-stream the stitched video to a VR headset (prefe...
00
00
00
11
00
00
Reset VR camera orentation three.js I want to reset the camera orientation to it initial orientation on entering VR or by clicking a button using three.js. In OrbitControls there is a function to reset camera orientaion and position to initial state.I want to do something just like it. orbitcontrols.reset(); In pr...
00
00
00
11
00
00
Move object left and right in ARKit session How to move an object left and right in ARKit scene without changing its Y-axis, if its in the air then it doesn't change that and just move left and right in screen?
00
00
00
11
00
00
Get number of clients on Networked AFrame I'm working on a little WebVR game using Hayden Lee's library, Networked AFrame and I'd like to place the users on a specific position as soon as they arrive in the networked room. I've tried using the 'onConnect' callback, but when it's called the NAF object connectList is e...
00
00
00
11
00
00
ARKit SceneKit Metal Integration I am trying to integrate the creation of objects in ARKit with SceneKit and Metal. There are objects I can easily create with SeneKit and others with Metal, so I'd like to be able to use both side by side. For example creating an ArKit project with the sceneKit template places a spa...
00
00
00
11
00
00
How to select multiple entities from a left-sidebar in aframe inspector? I'm new to JS and Aframe technologies. I want to implement multiple entity selections using the control key from the keyboard for the example that has been provided in Aframe website under WebVR tab. The link to the site is https://aframe.io/exam...
00
00
00
11
00
00
How to dynamically change entity property periodically Suppose I've a php page that does some calculation, updating some variables and sending them to JavaScript code in html page every 20 seconds. Is it possible to use these variables to set an entity property in a way that the entity property dynamically changes as ...
00
00
00
11
00
00
Angle between two ARAnchors I'm experimenting with SpriteKit and ARKit and wondering how can I calculate the angle(s) between two ARAnchors in the same scene. This means getting the position of the anchors on the world and calculate the angle of the line that they define to the horizontal plane (or another arbitrary ...
00
00
00
11
00
00
ARKit - Adapting to light conditions I am currently learning to do a few things ARKit in Unity and Swift. Does anybody how can I adapt the light of my object to the environment light? Thanks you!
00
00
00
11
00
00
How to create custom marker in Ar.js? I Was wondering how things work in Ar.js , But i was stuck with creating custom Markers and custom shapes , is there any way to customize things. this is What i have got things to getting started. <script src="https://aframe.io/releases/0.6.0/aframe.min.js"></script> <!-- inc...
00
00
00
11
00
00
Apple AR Kit feature points for entire session I understand how to extract feature points for a single ARFrame (ARFrame.rawFeaturePoints). Is there anyway to extract all feature points that have been detected in the session? Is this something I have to aggregate myself? If so, how should I handle point matching?
00
00
00
11
00
00
Use ARCore with OBJ and MTL files When played with the Android ARCore Samples, I noticed that the sample use the next line: mVirtualObject.createOnGlThread(this, "andy.obj", "andy.png"); andy.png is the PNG file texture to "stretch" over the andy.obj 3D object. I want to replace the model and the PNG file, with ...
00
00
00
11
00
00
Repeat Texture on X axis over 3dObject in ARkit SCNODE - SWIFT I wanted to move the texture over the SCNode in my current scene. I am currently animating the node but i want the texture to run over the object instead of animating it. let moveup = SCNAction.moveBy(x: 0.01, y: 0, z: 0, duration: 1) moveup.timingMod...
00
00
00
11
00
00
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11
Play large video on Android without lagging I'm developing an AR game. In a particular situation, I want to play a video, which user selected from phone gallery, in a part of scene in unity(for example on a Plane). I test unity Video Player, but that would lag so much when video size is more than 100 Mbyte and even t...
00
00
00
00
11
11
How to develop Augmented Reality application for Android I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5. I found a couple of online sources showing how to develop AR application using webcam and Flash and i have found...
00
00
00
00
11
11