imaginary-cloud / CameraManager

Simple Swift class to provide all the configurations you need to create custom camera view in your app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Size of preview layer doesn't match

zoink opened this issue · comments

commented

I'm adding a preview layer, but the size of the captured image does not match the size of the preview layer view. Any suggestions?

commented

Fixed

I've this issue too. Captured image doesnt match preview layer. It seems that preview layer is zoomed in stillImage mode

I have this issue too. preview layer is square, but output image is not.
@zoink could u please tell me how to fix this issue.