Is there any convenient iOS AR SDK available? [closed] - ios

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to do something like this:
With iPhone's camera and AR tech, I could stick one virtual paper to the desk in front of me in the real world and wherever I put my iPhone around that place I stick the paper and it still seems that the paper is on the original position where I've put it at first.
If I want to make it come true, what do I need? And what SDK is more suitable for me to use?

This question is pretty old now. Is it still open? You can try out Qualcomm Vuforia

Take a look at http://socialcompare.com/en/comparison/augmented-reality-sdks to see which AR SDK support iOS. You can start by looking into ARToolkit, Metaio, String, Vuforia, and Wikitude.

Related

Is there any framework/library available to implement "take a tour" feature for my iOS app [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm implementing an app and i want to create "Take a tour" feature for my app, It will show up to user when he launches the app for the first time, I don't wanna put some screens on pageViewController and just scroll them. I wanna implement like most website does even few iOS apps i have seen but couldn't recall right now.
You can search here for a helper libraries https://www.cocoacontrols.com/
I'm sure you find something to perfectly fit your needs.
Maybe this library will be useful https://www.cocoacontrols.com/controls/myintroductionview
Or this https://www.cocoacontrols.com/controls/myblurintroductionview
Or maybe this https://www.cocoacontrols.com/controls/aotutorial

Maps for IOS 7.1 Application [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Currently trying to include maps within my ios 7.1 app. Essentially what I am trying to do is read in markers and display them on my map. I have a considerable number of marker to display some hundreds. Is it possible using mapkit to read in from a sqllite table these markers and display them.
thanks in advance
Mapbox is built on top of leaflet, you can use that.
Also, you can always use a uiwebview and put something in there.
But I do suggest either google, or Apple maps, they are pretty stable.
I tried using mapbox in an iPhone project before, but ended up sticking to Apple maps (mapKit), if you know what you want to do you can create some awesome stuff.
Hope that helps?

iOS - use device camera to recognise a 3D object [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm developing an app that makes use of an augmented reality feature whereby the user can point the device's camera at a point of interest such as a building and get information on that building.
Are there any frameworks out there for the iOS SDK that allow for this functionality?
I've looked at the Vuforia framework, however this doesn't seem to support this feature.
If anyone could point me in the right direction I'd appreciate it.
Thanks in advance!
If you can put some markers on the buildings, you can try ARToolKit.
If you cannot, it will be a much more difficult problem.
If the buildings look similar, it is impossible to distinguish them by their appearance.
If they look very different, you may try feature detection techniques such as SIFT or SURF.
GPS information will make your job easier, if you know the exact location of these buildings.

Need A Draw/Sketch Algorithm For IOS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm working on a project in which I want to add a draw/sketch feature that draws by the user's touches on screen. That way they can make simple drawings on a view. This is a concept used in many picture apps (i.e. SnapChat). I've done many Google searches but haven't found anything out there that I could use. Does Apple have a guide or class for this or is there are any algorithms or code out there that's available to the public? Please provide me with references or information regarding this topic. Thanks in advance for your time.
I really like the ray wenderlich tutorials.
They also have a tutorial on how to make a simple drawing app.
http://www.raywenderlich.com/18840/
I think it should give you a hint on how drawing works.

How do I obtain the Natal SDK? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
How do I obtain the Natal SDK? Where to take it from (google had not given me lot of help)
There is now a third-party (open-source?) SDK available from Code Laboratories. The NUI SDK is still under development, but you can download it and start using it.
well, I've looked around, and I can't find it (legal or otherwise).
The natal kinect SDK would be great fun to play with... come on microsoft and xbox!
It appears that Microsoft have released the SDK to a limited number of games studios but it is not freely available. You might be able to find a pirate copy on a torrent site if that sort of thing doesn't bother you.

Resources