2

Possible Duplicates:
Is there a good tutorial for implementing an augmented reality iPhone application?
Augmented Reality for IPhone

Hi all, If I have the long and lat of points I'm just wondering how hard and how I go about overlaying them on a camera input on the iPhone? Like how the Layar app does it.

Thanks in advance

Community
  • 1
  • 1
Thrasher
  • 21
  • 1
  • See also [Augmented Reality for IPhone](http://stackoverflow.com/questions/4622786/augmented-reality-for-iphone) – Brad Larson Apr 18 '11 at 23:00

1 Answers1

2

The cameraOverlayView property of the UIImagePickerController is what you're looking for.

NWCoder
  • 5,296
  • 1
  • 26
  • 23