avcapturevideopreviewlayer の向きが iOS 6 で廃止されたようです。新しいコードを知っている人はいますか? これが私の現在の(減価償却された)コードです:
[self setPreviewLayer:[[AVCaptureVideoPreviewLayer alloc] initWithSession:[self captureSession]]];
[[self previewLayer] setVideoGravity:AVLayerVideoGravityResizeAspectFill];
previewLayer.orientation = UIInterfaceOrientationLandscapeRight;