¡@

Home 

2014/10/15 ¤U¤È 10:13:50

iphone Programming Glossary: self.prevlayer

How to change video orientation for AVCaptureVideoDataOutput

http://stackoverflow.com/questions/3823461/how-to-change-video-orientation-for-avcapturevideodataoutput

if self.captureSession canAddOutput captureOutput self.captureSession addOutput captureOutput We add the preview layer self.prevLayer AVCaptureVideoPreviewLayer layerWithSession self.captureSession if self.prevLayer isOrientationSupported self.prevLayer.. We add the preview layer self.prevLayer AVCaptureVideoPreviewLayer layerWithSession self.captureSession if self.prevLayer isOrientationSupported self.prevLayer setOrientation AVCaptureVideoOrientationLandscapeLeft self.prevLayer.frame self.view.bounds.. AVCaptureVideoPreviewLayer layerWithSession self.captureSession if self.prevLayer isOrientationSupported self.prevLayer setOrientation AVCaptureVideoOrientationLandscapeLeft self.prevLayer.frame self.view.bounds self.prevLayer.videoGravity..

iPhone SDK 4 AVFoundation - How to use captureStillImageAsynchronouslyFromConnection correctly?

http://stackoverflow.com/questions/3847140/iphone-sdk-4-avfoundation-how-to-use-capturestillimageasynchronouslyfromconnec

AVCaptureSessionPresetLow self.captureSession addInput captureInput self.captureSession addOutput captureOutput self.prevLayer AVCaptureVideoPreviewLayer layerWithSession self.captureSession self.prevLayer setOrientation AVCaptureVideoOrientationLandscapeLeft.. addOutput captureOutput self.prevLayer AVCaptureVideoPreviewLayer layerWithSession self.captureSession self.prevLayer setOrientation AVCaptureVideoOrientationLandscapeLeft self.prevLayer.frame CGRectMake 0.0 0.0 480.0 320.0 self.prevLayer.videoGravity.. layerWithSession self.captureSession self.prevLayer setOrientation AVCaptureVideoOrientationLandscapeLeft self.prevLayer.frame CGRectMake 0.0 0.0 480.0 320.0 self.prevLayer.videoGravity AVLayerVideoGravityResizeAspectFill self.view.layer addSublayer..