Top "Arkit" questions

Apple ARKit is Augmented Reality SDK introduced in iOS 11.

ARKit vs. ARCore vs. Vuforia 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 …

android ios augmented-reality arkit arcore
How to create realistic .scn files?

Looking at the apple sample AR app, there are many realistic looking objects (cup, candle, etc). However working with the …

ios scenekit arkit
ARKit – Get current position of ARCamera in a scene

I'm in the process of learning both ARKit and Scenekit concurrently, and it's been a bit of a challenge. With …

swift scenekit augmented-reality arkit
Are there any limitations in Vuforia compared to ARCore and ARKit?

I am a beginner in the field of augmented reality, working on applications that create plans of buildings (floor plan, …

augmented-reality arkit vuforia arcore realitykit
Unable to activate constraint with anchors

So, I'm trying to create a sceneView programatically class ViewController: UIViewController, ARSCNViewDelegate { var sceneView: ARSCNView = ARSCNView() let configuration = ARWorldTrackingConfiguration() override …

ios swift scenekit arkit sceneview
How to create USDZ file using Xcode converter?

At the 2018 WWDC Apple annouced the introduction of new USDZ file format. https://developer.apple.com/videos/play/wwdc2018/603/ In …

swift augmented-reality arkit realitykit usdz
How to detect vertical planes in ARKit?

How is it possible to implement a vertical plane detection (i.e. for walls)? let configuration = ARWorldTrackingSessionConfiguration() configuration.planeDetection = .horizontal //…

ios swift ios11 arkit ios12
Is it possible to track objects in ARKit like in Vuforia?

I couldn't find any information if Apple's ARKit supports 3D object tracking (or even image tracking) like Vuforia does. I …

ios swift augmented-reality arkit vuforia
What 3D model formats are supported by ARKit?

What 3D model formats are supported by ARKit? Does someone know all supported formats for using in ARKit, and which …

swift augmented-reality scenekit arkit realitykit
How do you attach an object to your camera position with ARKit Swift?

I have moving objects which I want to have be able to collide with me the player. I have the …

swift xcode augmented-reality arkit