AVCaptureVideoPreviewLayer smooth orientation rotation

后端 未结 9 899
Happy的楠姐
Happy的楠姐 2021-02-02 16:45

I\'m trying to disable any discernable orientation rotation to an AVCaptureVideoPreviewLayer while still maintaining rotation for any subviews. AVCaptureVideoPreviewLayer does h

9条回答
  •  失恋的感觉
    2021-02-02 17:12

    After examining Apple Example, I have figured out how to disable the rotation of your videoPreviewLayer in iOS 11 and later. (not sure if the same works for older version)

    Simply set the clipToBounds = false on the UIView of your videoPreviewLayer.

    Hope this helps.

提交回复
热议问题