Questions tagged [avcam]

iOS Audio Video Foundation capture APIs for recording movies and taking still images.

AVCam sample program of Apple demonstrates how to use the AV Foundation capture APIs for recording movies and taking still images.

86 questions
0
votes
1 answer

Record Video in background with different UI in foreground

Can I record the video in background without the camera feed to be displayed onscreen using AVCam? Is that possible? If that is there any way to do this?
Vanitha
  • 91
  • 1
  • 10
0
votes
1 answer

iOS AVCam Display image and prepare it to send to the server without saving it in photo library

so i'm looking for any sugestion about AVCam Controller. I'm used to UIImagePickerController but i need work with AVCam cause UIImagePickerController don't have enough options for me. Can some1 help me with display image taken from AVCam controller…
0
votes
1 answer

AVCamPreviewView initialization is slow and sometimes causes crash after closing / reopening view - using AVCam example project

I'm using the AVCam example project, the latest version from the start of this month (Feb 2014). I have added flash selection functionality and removed the recording feature but I don't think that has any relevance to the issue. When changing view,…
joehaines
  • 23
  • 6
0
votes
1 answer

Focus using AVCam like native camera app

I want to create focus functionality just like the native camera app using AVCam, but unable to create the same. i am using the above code: if ([[[captureManager videoInput] device] isFocusPointOfInterestSupported]) { CGPoint tapPoint = [tgr…
Mohit Manhas
  • 3,471
  • 1
  • 17
  • 21
0
votes
1 answer

Play AVAudio Player and AVCam at the same time

I am using the AVCam by apple and I am having difficulty running AVAudioPlayer while AVCam is running. What shouLd I do? One of them stops every time I run them at the same time. AVCam is running using dispatch_async(…
0
votes
1 answer

AVCam to storyboard - Camera not displaying

I downloaded the AVCam example from Apple and I tried to migrate the xib files to Storyboard. The problem is the "newCaptureVideoPreviewLayer" is not displaying the video in the view... The view is referencing outlet to "videoPreviewView" this is…
0
votes
1 answer

Recording and saving photo/video without it being added to Camera Roll

I want to record a video and not have it show up in the Photos/Videos app, Camera Roll or other Photo Albums. Using the AVCam demo app provided by Apple I’m trying to save a recorded video to the apps’ own Document directory. This works fine, but…
Rene
  • 17
  • 1
  • 6
0
votes
1 answer

AVCam doesn't work for landscape mode

I'm using Apple's provided example AVCam, but it's somewhat modified for my app's purposes. However, none of the original stuff is really touched except for fixing some other issues. However, when it came to making it work in landscape mode, I've…
Jeff Stone
  • 319
  • 1
  • 4
  • 14
0
votes
0 answers

delaying picture capture in AVCam demo

Using the AVCam demo, I'm trying to add a delay of 5 seconds before the picture is actually taken by making the following changes in AVCamViewController.m: - (IBAction)captureStillImage:(id)sender { // Capture a still image [[self…
michael
  • 41
  • 2
0
votes
1 answer

Square Cam's View not shown cameraview

I refer the squareCam example of apple's development library it works fine. But When i try to change overlay image on one button click like this square = [UIImage imageNamed:@"add"]; [self teardownAVCapture]; [self setupAVCapture]; on button…
The iOSDev
  • 5,237
  • 7
  • 41
  • 78
0
votes
1 answer

where does Apple's iOS AVCAM sample app put the output files?

I downloaded AVCAM, ran it, recorded a video and made a still. Did it store the video and still in a file somewhere? Or is the sample just an example of creating av assets, and I must process the assets? Ultimately, I want to compress and transmit…
Doug Null
  • 7,989
  • 15
  • 69
  • 148
1 2 3 4 5
6