Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARKit Face Recognition Integration #42

Open
dokun1 opened this issue Nov 9, 2017 · 5 comments
Open

ARKit Face Recognition Integration #42

dokun1 opened this issue Nov 9, 2017 · 5 comments

Comments

@dokun1
Copy link
Owner

dokun1 commented Nov 9, 2017

With the iPhone X, you can capture a very granular 3d map of someones face from the selfie camera. It should be possible to stream this map in realtime from the camera if a setting for this is on.

@dokun1
Copy link
Owner Author

dokun1 commented Nov 9, 2017

@dokun1
Copy link
Owner Author

dokun1 commented Mar 20, 2018

We can update this API to use Vision for this API. I envision an API which allows you to switch between CoreImage and Vision (when available).

@amfang
Copy link

amfang commented Dec 1, 2018

I'm trying to integrate ARkit and Lumina together, but it's not working, any idea to this??

@dokun1
Copy link
Owner Author

dokun1 commented Dec 4, 2018

@amfang I think the main issue is that ARKit provides an entirely integrated camera. If we were to use the ARKit view controller methodology, Lumina would lose the ability to control the camera controls itself, or at least that's what I am thinking.

This issue might be a non-starter.

@amfang
Copy link

amfang commented Dec 5, 2018

@dokun1 I checked Apple document for Vision at coreML for object detect with AR for Machine-Learning Image Analysis, although can't streamed, but can reach the same effective like Lumina.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants