Open ozanyaldir opened 7 years ago
I got it to work on iPhone 7 & iPad Pros
All I had to do was change the sessions input preset with one line of code:
session.sessionPreset = AVCaptureSessionPreset640x480
AVCaptureSession.Preset.hd1280x720 also worked on iPhone X.
I think the high resolution causes this issue. on iphone 7, portrait camera does not recognize faces. If anyone solved this please help me too.