gao0122 / ARKit-Example-by-Apple

Placing objects. This example can be downloaded from apple.com.
285 stars 87 forks source link

How to place objects in the same place always #4

Open omarojo opened 7 years ago

omarojo commented 7 years ago

I was wondering if there is a way to place objects in a textured poster in the wall.. or QR code print (aka, MARKERS). ARkit detects planes and allows you to place object in those planes. But I dont care about those planes... I want all the users of my app to see the same object in the same place in the room, maybe by the use of a marker (QRCode, ImagePhoto) or something placed in the physical world so the app knows where to place the object.

Do you know if this is possible with ARKit ?

gungorbasa commented 7 years ago

In the simplest sense, you can try something like pattern matching. Just look for the pattern in the image or you can use qrcode as well. When you recognize the qr code then put your object there.

omarojo commented 7 years ago

Yeah but then keep the orientation of the object according to the qrcode/marker plane while moving the camera, thats a whole new deal.

So no support for this from ARKit right ?

On Jul 11, 2017, 11:43 PM -0700, Güngör notifications@github.com, wrote:

In the simplest sense, you can try something like pattern matching. Just look for the pattern in the image or you can use qrcode as well. When you recognize the qr code then put your object there. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

washaq commented 7 years ago

@omarojo did you find anything on it?

omarojo commented 7 years ago

Negative :(

On Jul 18, 2017, 9:11 PM -0700, Washaq notifications@github.com, wrote:

@omarojo did you find anything on it? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

ezanalemma commented 7 years ago

I'm searching for the solution too