promet / PRAugmentedReality

iOS Augmented Reality Framework
http://praugmentedreality.com/
MIT License
606 stars 162 forks source link

Cannot get the overlay view to appear #35

Closed sammio2 closed 10 years ago

sammio2 commented 11 years ago

Hi, I'm having trouble getting the overlay views to appear... The rest of the library is integrated properly, and I have supplied the data to the library. I can see my point plotted on the radar view, but the overlays are not appearing on top of the camera view, any ideas? It doesn't work for me on iOS 6 or iOS 7...

glesage commented 11 years ago

Hi,

One thing I noticed is that the radar view display points are a little off, so the ARView might not actually be where the radar shows... I've got to do some checks on the math ASAP.

So don't let the radar view guide you too much just yet (:

Otherwise I don't see why it wouldn't show... Have you tried breakpoints/NSLog in the ARController to make sure the Overlays are being created and all?

glesage commented 11 years ago

Just got the whole framework updated v3.0.0 so check it out, one of the changes is the radar has been fixed (:

sammio2 commented 11 years ago

Hmm, this release seems to have fixed the 'overlay not appearing' issue, but i'm afraid the radar view still seems to be quite wrong... img_0069

glesage commented 11 years ago

Yea I've been messing around with the radar but still needs some work https://github.com/promet/PRAugmentedReality/issues/39

Using iPad I see, working ok? I've never actually tried to use PRAR with larger device

sammio2 commented 11 years ago

Yep, it works the same as on the iPhone really, except the lack of landscape mode is significantly more noticeable. If I'm honest I've actually implemented my own AR view now, more tailored to my own needs. That, and sometimes it's just nicer to maintain your own code going forward. Thanks for the library though, it was incredibly useful to get some proof of concept work done and some prototypes delivered! If I ever get some spare time I'll upload my AR library so others can benefit too!

On 18 Oct 2013, at 07:53 pm, Geoffroy notifications@github.com wrote:

Yea I've been messing around with the radar but still needs some work #39

Using iPad I see, working ok? I've never actually tried to use PRAR with larger device

— Reply to this email directly or view it on GitHub.

glesage commented 11 years ago

Hm makes sense, thanks!

glesage commented 10 years ago

https://github.com/promet/PRAugmentedReality/issues/34