【发布时间】:2012-10-31 14:37:59
【问题描述】:
看起来 avcapturevideopreviewlayer 的方向在 iOS 6 中已被贬低。有人知道新代码吗?这是我当前(折旧)的代码:
[self setPreviewLayer:[[AVCaptureVideoPreviewLayer alloc] initWithSession:[self captureSession]]];
[[self previewLayer] setVideoGravity:AVLayerVideoGravityResizeAspectFill];
previewLayer.orientation = UIInterfaceOrientationLandscapeRight;
【问题讨论】:
-
好吧。这是正确的。但这是你的问题吗?可能会对您有所帮助:stackoverflow.com/questions/12404556/…
标签: iphone