Skip to content

The NBARPhotosView can be used to display any photos with location metadata (latitude, longitude, and heading) in an AR space.

Notifications You must be signed in to change notification settings

vanvoorden/NBARKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

NBARKit 0.2

The NBARPhotosView can be used to display any photos with location metadata (latitude, longitude, and heading) in an AR space.

Clone the NBARPhotos and NBARRuscha projects to see sample implementations.

Requirements

This framework requires Xcode 14.2 or later. The following device requirements apply:

  • ARKit
  • arm64
  • GPS
  • A12 Bionic and Later Chips
  • Location Services
  • iOS 14.0 or later

This framework requests location and camera access. Your app Info.plist must include the NSLocationWhenInUseUsageDescription and NSCameraUsageDescription keys.

The location data required to place photos is limited to specific areas supported by Apple. Reference the ARGeoTrackingConfiguration documentation before implemeting the NBARPhotosView in your location.

Known Issues

  • Launching the app, loading photos in AR, backgrounding the app for a long period of time, and activating the app back to the foreground can cause the previously loaded photos to disappear. Reloading the NBARPhotosViewDataModel.anchors property should place them back in AR space correctly.

Release Notes

0.2

  • Built from Xcode 14.2.

0.1

  • Initial Release

About

The NBARPhotosView can be used to display any photos with location metadata (latitude, longitude, and heading) in an AR space.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published