David Okun

Results 10 comments of David Okun

Hey @cansik - thanks for your work here. This is illuminating and I think this will have to be fixed. I think this is something that I'll have to build...

Hey @cansik just letting you know that I finally have some time to take a look at this - I'll be in Italy all week this week on vacation but...

For more documentation, check out: https://developer.apple.com/documentation/arkit/creating_face_based_ar_experiences

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 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...

Hi @aabanaag - thanks for your comment! So, funny enough, this existed in a previous pre-release build of Lumina. You can see the source code [here](https://github.com/dokun1/Lumina/blob/49748ac9b82c2a12135a5f1f4dbd45e285688b96/Lumina/Lumina/LuminaMetadataBorderView.swift). I think I abandoned...

Hey @aabanaag! Thanks for testing this out. Does this stack appear after the second call to `present` the view controller is made? I wonder if this is a referencing issue...

Hello! Could you please be a little more specific about your request?

I honestly think we should reopen this. I fully agree that this does not improve the code, and could often times slow it down. I think that being able to...

Nice! Yeah, I think providing it as an overload would be ideal, if I could have anything I wanted. Basically, let the data flow to whichever outlet has been created....