Ryan Mason-Davies
Ryan Mason-Davies
Another solution is to set the `cellIdentifier` on each item: `firstNameItem!.cellIdentifier = "LastNameCell"`. This would mean only the one cell would exist at any time for each use. The issue...
@aayushkapoor206 @D-Link13 I'm looking into this to see if we can speed it up.
Thanks for the pointer! If that's a faster API for detecting faces, that would definitely help with performance. I'll look into it for use here. If Apple can detect faces...
You could either email it to me (see profile) or – preferably – clone this repo and add your code as a separate project (maybe name it AVCaptureMetadata). I'll happily...
To be clear, if you've written a whole app and don't want to share the entire project – I'm only interested in the use of AVCaptureMetadata, so you could just...
@D-Link13 I think maybe you attached a file to an email reply, but that didn't get included in your GitHub comment? Could you possibly make a pull request, push the...
Some things to try: - [ ] Benchmark performance of `AVCaptureMetadataOutput` for facial recognition running _on the device_ - [ ] Benchmark performance of `CIDetector` for facial recognition running _on...
:+1: