¡@

Home 

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

iphone Programming Glossary: setsession

Video Recording using AVFoundation Framework iPhone?

http://stackoverflow.com/questions/3932614/video-recording-using-avfoundation-framework-iphone

session AVCaptureSession alloc init session addInput videoInput session addOutput movieFileOutput self setSession session crashes if session isRunning self performSelector @selector startRecording withObject nil afterDelay 1.0 session..

ios capturing image using AVFramework

http://stackoverflow.com/questions/8924299/ios-capturing-image-using-avframework

Start the session running to start the flow of data session startRunning Assign session to an ivar. self setSession session Delegate routine that is called when a sample buffer was written void captureOutput AVCaptureOutput captureOutput.. image UIImage imageWithCGImage quartzImage Release the Quartz image CGImageRelease quartzImage return image void setSession AVCaptureSession session NSLog @ setting session... self.captureSession session Capturing code works. But I need to change..

AVCaptureSession specify resolution and quality of captured images obj-c iphone app

http://stackoverflow.com/questions/9312832/avcapturesession-specify-resolution-and-quality-of-captured-images-obj-c-iphone

you wish to cap the frame rate to a known value such as 15 fps set minFrameDuration. Assign session to an ivar. self setSession captureSession self.captureSession startRunning and setSession void setSession AVCaptureSession session NSLog @ setting.. set minFrameDuration. Assign session to an ivar. self setSession captureSession self.captureSession startRunning and setSession void setSession AVCaptureSession session NSLog @ setting session... self.captureSession session NSLog @ setting camera view.. Assign session to an ivar. self setSession captureSession self.captureSession startRunning and setSession void setSession AVCaptureSession session NSLog @ setting session... self.captureSession session NSLog @ setting camera view self.previewLayer..