DEV Community

ARKit + Vision: An intriguing combination

Jordan Osterberg on July 15, 2017

After multiple weeks of pondering what I should do first with Apple's newly announced ARKit, I decided that I wouldn't narrow my mindset to just th...
Collapse
 
giucom profile image
GiuCom

Nice !!!
Is it possible to recognize a specific image (marker) chosen by me ???
How can I teach a macheni learning to perform this recognition?
Thanks

Collapse
 
codegangpk profile image
Paul Kim

ARWorldTrackingSessionConfiguration is deprecated. replace with ARWorldTrackingConfiguration() and it works fine :)

Collapse
 
drckangelo profile image
Derick Angelo

It's not showing anything mine on the view. :(

Collapse
 
bunnyhero profile image
bunnyhero🐰😱

i believe CVPixelBuffer stands for “Core Video Pixel Buffer” (from the Core Video framework)

Collapse
 
ben profile image
Ben Halpern

So cool!

Collapse
 
dbabbs profile image
Dylan Babbs

Nice tutorial. Doesn't work though. New release must have changed since your wrote this on the beta

Collapse
 
n3o999 profile image
n3o999

Is it possible to implement a face detection in ArKit without machine learning? How to draw a square and obtain distance from the detected object? (possibly without lag :) ). Thanks!

Collapse
 
n3o999 profile image
n3o999

is it possible to implement a face detection in ArKit without machine learning? How to draw a square and obtain distance from the detected object? (possibly without lag :) ) thanks

Collapse
 
sorianog profile image
Gerald S

Jordan, I'm having a hard time finding the InceptionV3 model. Did it change to something else?