About 5,830,000 results
Open links in new tab
  1. What's the difference between ARKit and RealityKit?

    Mar 16, 2023 · RealityKit vs ARKit The RealityKit's ARSession is based on the ARKit's AR session, but has its own add-ons that allow you to automate the tracking of several anchors' types. However, the …

  2. RealityKit vs SceneKit vs Metal – High-Quality Rendering

    Mar 3, 2020 · The framework supports the same type of transform matrices as SceneKit, RealityKit and Metal. iOS ARKit's collaboration with NearbyInteraction framework allows users to acquire the …

  3. Newest 'arkit' Questions - Stack Overflow

    Nov 4, 2025 · Using Swift's ARKit and SceneKit, I'm trying to create a thicker wireframe border around my usdz model. You can see from the image below that the wireframe is a white, single pixel line, …

  4. swift - How to detect walls using ARKit/RealityKit or RoomPlan and ...

    Apr 16, 2025 · I've been experimenting with both ARKit/RealityKit and RoomPlan, but I'm a bit stuck on the best approach to achieve this. Goal: Detect walls (either with ARKit/RealityKit or RoomPlan).

  5. ARKit – Get current position of ARCamera in a scene

    Jul 13, 2017 · I'm in the process of learning both ARKit and Scenekit concurrently, and it's been a bit of a challenge. With a ARWorldTrackingSessionConfiguration session created, I was wondering if anyone …

  6. ios - ARKit3 How to use TrueDepth camera for face tracking and face ...

    ARKit 3 provides the ability to use both front and back cameras at the same time. Face tracking uses the front camera and requires a device with a TrueDepth camera. ARKit 3 can now track up to three …

  7. ARKit – Raycasting using a world ray instead of a screen point

    In Apple RealityKit and ARKit frameworks you can find three main types of Raycast methods: ARView Raycast, ARSession Raycast and Scene Raycast (or World Raycast). All methods written in Swift: …

  8. How to import arkit_sensor_at_ex in python - Stack Overflow

    Jun 20, 2025 · 0 First of all, you need to install Python version 3.12 or higher. Then install the python package using pip install arkit. Besides, you seemingly made a mistake: instead of …

  9. Detecting a real world object using ARKit with iOS

    Jan 11, 2023 · That's correct. The image needs to have enough visual detail for ARKit to track it. Something like a simple black and white checkerboard pattern doesn't work very well. A complex …

  10. swift - ARKit – Are the values entered for Reference Image dimensions ...

    Dec 14, 2020 · In ARKit, I am using the height and width of reference images (as entered by me into XCode in the AR Resource Group) to overlay planes of the same size onto matched images. …