face-landmarking-ios icon indicating copy to clipboard operation
face-landmarking-ios copied to clipboard

Open on iphone7, landmark undetectable?

Open SosonHuang opened this issue 7 years ago • 3 comments

Open on iphone7, landmark undetectable?

SosonHuang avatar Jul 03 '17 07:07 SosonHuang

image

SosonHuang avatar Jul 04 '17 11:07 SosonHuang

This might have to do with resolution of the camera, I am not sure. I don't have an iPhone 7 to test this here, sorry.

zweigraf avatar Jul 05 '17 09:07 zweigraf

@zweigraf It is exactly the problem. If you add session.sessionPreset = AVCaptureSessionPreset1280x720 just before the session.commitConfiguration() in the SessionHandler.swift it will fix the issue.

Aymarick avatar Jul 24 '17 11:07 Aymarick