I am currently working on an app with augmented reality. I chose to use the ARToolKit library (available on github).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m working in another iPhone App that uses AR, and I\'m creating my own framework, but I\'m having trouble trying to get the angle of a second coordinate relative to the current device position, any
Which version of Android is needed to create a working augm开发者_如何学Cented reality application ?All that is needed for an augmented reality app is access to the camera\'s preview data.This has bee
How to remove/replace the wikitude logo and add the API key to remove \'Beta\' watermark ? Are there any 开发者_开发百科documentation for this ? By creating your own overlay, the logo will be replaced
I\'m am working on a basic augmented reality application on Android. What I did so far is detect a square with opencv and then using cvFindExtrinsicCameraParams2() I calculated a rotation and translat
I am playing around with the ARKit API ...I wanted to add Custom UIButton within the box on the right side which appears on the screen generated by the code below in the app delegate :
Hey Guys I have the following simple Code : WhereAmIViewController.h #import <UIKit/UIKit.h> #import <CoreLocation/CoreLocation.h>
I\'d like to add an OpenGL ES view as an overlay to my camera view. From this question and its anser I came to know the two field angles of the iPhone 4 rear camera.
I\'m searching for a library similar to ARToolKit. It needs to support processing a single image and search that image for a marker. If it finds one I want it to return the camera angle / viewpoint ba