¡@

Home 

2014/10/15 ¤U¤È 10:15:46

iphone Programming Glossary: videodevice

Using AVCaptureSession and AVAudioPlayer together

http://stackoverflow.com/questions/10903542/using-avcapturesession-and-avaudioplayer-together

audioDevice AVCaptureDevice defaultDeviceWithMediaType AVMediaTypeAudio ... also some code for setting up videoDevice frontCamera NSError error AVCaptureDeviceInput videoIn AVCaptureDeviceInput deviceInputWithDevice frontCamera error error..

This code to write video+audio through AVAssetWriter and AVAssetWriterInputs is not working. Why?

http://stackoverflow.com/questions/4149963/this-code-to-write-videoaudio-through-avassetwriter-and-avassetwriterinputs-is

up AVCaptureVideoDataOutput and AVCaptureAudioDataOutput NSError error nil Setup the video input AVCaptureDevice videoDevice AVCaptureDevice defaultDeviceWithMediaType AVMediaTypeVideo Create a device input with the device and add it to the session... with the device and add it to the session. AVCaptureDeviceInput videoInput AVCaptureDeviceInput deviceInputWithDevice videoDevice error error Setup the video output _videoOutput AVCaptureVideoDataOutput alloc init _videoOutput.alwaysDiscardsLateVideoFrames..

Having trouble creating UIImage from CIImage in iOS5

http://stackoverflow.com/questions/7788438/having-trouble-creating-uiimage-from-ciimage-in-ios5

my session self.session AVCaptureSession alloc init self.session.sessionPreset AVCaptureSessionPreset640x480 self.videoDevice AVCaptureDevice defaultDeviceWithMediaType AVMediaTypeVideo self.videoInput AVCaptureDeviceInput deviceInputWithDevice videoDevice.. AVCaptureDevice defaultDeviceWithMediaType AVMediaTypeVideo self.videoInput AVCaptureDeviceInput deviceInputWithDevice videoDevice error nil self.frameOutput AVCaptureVideoDataOutput alloc init self.frameOutput.videoSettings NSDictionary dictionaryWithObject..

AVCaptureSession only got video buffer

http://stackoverflow.com/questions/9257052/avcapturesession-only-got-video-buffer

audio video input and output Init Video and audio capture devices component NSError error nil Setup the video input videoDevice AVCaptureDevice defaultDeviceWithMediaType AVMediaTypeVideo Create a device input with the device and add it to the session... with the device and add it to the session. AVCaptureDeviceInput videoInput AVCaptureDeviceInput deviceInputWithDevice videoDevice error error Setup the video output videoOutput AVCaptureVideoDataOutput alloc init videoOutput.alwaysDiscardsLateVideoFrames..