avfoundation
exif data in NSData image representation
I\'m trying to create a PhoneGap plugin which uses AFFoundation to capture photos and return the image as base64 encoded string. This all works fine but the exif data seems to be missing from the retu[详细]
2023-04-11 11:41 分类:问答How do I set the orientation for a frame-by-frame-generated video using AVFoundation?
I am writing an iPhone app which takes video from the camera, runs it through some OpenGL shader code and then writes the output to a video file using AVFoundation. The app runs in lanscape orientatio[详细]
2023-04-11 10:26 分类:问答Save sampleBuffer in array (AVFoundation)
I try to save the sample buffer instead of an UIImage to an array, to convert it later on. This to speed up the image capturing and maybe not get memory warnings. I just can\'t figure out how to save[详细]
2023-04-11 09:12 分类:问答Combining two .caf files on iPhone
I\'ve looked and looked for an answer, but can\'t seem to find o开发者_运维知识库ne. Lots have asked, but none have gotten answers. I have an app that records audio using AVAudioRecorder. Now I just w[详细]
2023-04-11 07:53 分类:问答MPMoviePlayerController Freezes AVCaptureVideoPreviewLayer
I\'m building an app that shows a video preview layer using AVCaptureVideoPreviewLayer. The setup of that is pretty straight-forward, and it seems to work well:[详细]
2023-04-11 01:30 分类:问答how to accomplish the video chat between ios devices using AVFoundation framework and asp.net ( server side)
I want to make a video chat app which allows two users to do video chat using there iphones or ipad2, I started with using AVFoundation framework and using socket connection (CFStreams) to open a sock[详细]
2023-04-10 15:09 分类:问答AVFoundation AudioPlayer
I\'m trying to use the AudioPlayer class that\'s included in Apple\'s AVFoundation framework. The problem is xcode for some reason won\'t properly import the AVFoundation framework. I can\'t use the #[详细]
2023-04-09 03:24 分类:问答Bitrate limitation on AVFoundation screen capture on OSX Lion
I\'m using AVFoundation on OSX Lion to do screen capture.Accomplished as follows: self->screenInput = [[AVCaptureScreenInput alloc] initWithDisplayID:self->screen];[详细]
2023-04-08 23:03 分类:问答How do I create an AVAsset with a UIImage captured from a camera?
I am a newbie trying to capture camera video images using AVFoundation and want to render the captured frames without using AVCaptureVideoPreviewLayer. I[详细]
2023-04-08 15:48 分类:问答AVAudioPlayer freezes when play first song
I\'m using AVAudioPlayer class to play sound in my app. When i play sound first time, screen freezes for a 2-3 seconds, then it becomes active and without freezes and delays. Even when I change sound.[详细]
2023-04-08 08:50 分类:问答