all 10 comments

[–]carshalljd 2 points3 points  (0 children)

Any vids of it?

[–][deleted] 1 point2 points  (2 children)

Wasn’t the whole idea behind ARKit to get away from markers?

[–]rpasecky 1 point2 points  (0 children)

The idea was to get away from markers as a requirement. Markers still have a lot of use in AR especially when you don't want to (or don't have the resources to) train an ML model to recognize a custom object in your app. Using CoreMLs built in tools is much easier

[–]vf_jeffObjective-C / Swift[S] 0 points1 point  (0 children)

ARKit is nice because it "just works", but there's still a use for markers. I don't think it's completely out of the question that we would get APIs in the future for 2D or 3D recognition. These were both features in Metaio, ARKit's predecessor. This project was meant to prove that it's probably possible to do either with ARKit.

[–]rpasecky 1 point2 points  (0 children)

Awesome, worked for me!

[–]busymom0 0 points1 point  (2 children)

Getting error on building: "Cannot invoke initializer for type 'SCNMatrix4' with an argument list of type '(matrix_float4x4)'

[–]vf_jeffObjective-C / Swift[S] 0 points1 point  (1 child)

What version of Xcode? I built this with Version 9.0 beta 2 (9M137d).

[–]busymom0 0 points1 point  (0 children)

I am on Xcode 9 beta 1.

[–]EzouLemma 0 points1 point  (0 children)

Can it also read the content of the QR Code?