HDAugmentedReality icon indicating copy to clipboard operation
HDAugmentedReality copied to clipboard

Augmented Reality component for iOS, written in Swift.

Results 28 HDAugmentedReality issues
Sort by recently updated
recently updated
newest added

I found tutorial with hdaugmentedreality using Google api, but is it possible to use without it? Could someone share a code example how to add annotations? Thanks

hey, is there any feature to check whether the annotation I clicked and alert is presented is moved out of the camera (not visible) so that alert automatically removed(closed) from...

Good looking forward to have a called oc, thank you

This warning in `ARAnnotationView` ``` public init() { super.init(frame: CGRect.zero) self.initializeInternal() } ``` overriding the method and dispatching it to the main thread doesn't help.

First of all, Thanks for the great library. I want the position of the ARAnnotationView on the eye label instead to show at the elevation. Currently, i have to move...

Hi, I'm just curious why you chose to use accelerometer data and CLLocation heading, instead of [CMDeviceMotion](http://nshipster.com/cmdevicemotion/), which composites accelerometer, gyro, magnetometer? Currently, the annotations movement have a latency, so...

enhancement

- Add ability to set center offset to annotation views. This would enable greater customization, e.g. position icon in top left corner and text on the right of it, where...

enhancement

This target includes all necessary files (like ARAnnotationView, ARTrackingManager,...) to build an iOS shared framework which can be integrated via Carthage.