SquareCamera
SquareCamera copied to clipboard
camera rect bounds
i was comparing between the output of the module and the normal camera of iphone in square mode, the output view appears to be zoomed with this module. inspecting the objective c code, i didn't get where the zoom level of camera is set, appears like a "default" settings of AVCaptureSession, and i didn't find how to fix that
any hint?
@pablotango this is an interesting note, I hadn't noticed that before! It seems like I should enable users to set the Zoom Level (and have it default to all the way zoomed out). I'll look into this!
i found the problem: is the AVCaptureSessionPresetHigh that is used for video, not for pictures, moving to AVCaptureSessionPresetPhoto or AVCaptureSessionPresetMedium solve the problem