views:

106

answers:

1

HI All ,

Is there any third party API by whcih we can draw the augmented reality on the iphone i tried to use the wikitude api for drawing the AR on iphone but it is leaving the watermarks on the applications that i don need so is there any way by whcih i can use and draw the AR on iphone .

Thanks

A: 

What about this one http://www.iphonear.org/ ?

Eugene
i need to know than it will recognise all the lat / long or i have to give some specific lat/ long on which it will display the overlay on the camera view ? ie. in wikitude we can set our POI in xml on specific lat/long where we want to show our custom icons ,sounds,images .etc .what do you think ?
balraj
you can look for code samples here http://blog.objectgraph.com/index.php/2009/04/08/iphone-sdk-30-playing-with-map-kit-part-3/ it should be few changed for iOS 4.x. **Also let me know if you already have some code or you starting from zero?** In most AR frameworks there are a lot of snippets how to do base functional, also most of them based on _MapKit_. Also there are another one good lib If you have enough experience to _read_ the code to answer by yourself to your questions. Or in other cases let me know your goals in details and I will try to help you. Thank you.
Eugene
http://github.com/nielswh/iPhone-AR-Toolkit
Eugene
Eugene thanks for the reply ....... i am new to AR but i have worked upon the mapkit and the other location framework on iphone but i have no idea from where i will get point or API to put on my locations to show some overlays.Curretnly my need is as user open up the camera then according to some particular lat and long if it is near by user's current location then i have to add the overlay else i have to show some button or other element on the ui from where user can refine his search and then can find some data on the overlay ...
balraj