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
1
vote
0 answers

Need timestamps of each frame captured in AVCaptureSession on AVCam

What I need, is to be able to edit AVCam so that I can store, access or view somehow the timestamps of each frame in a short video captured. After some research, I think it can be done but unsure how. I have seen in Xcode…
1
vote
1 answer

Can capture session in avcam have multiple objects at a time

Here I am using AVFoundation framework to record video ,and i'm trying to use both front and back cam at a time but here if front cam works back cam is freezing at first frame and vise versa.can capturesession have multiple objects at a time.here…
1
vote
1 answer

AVCam Demo OverscanCompensation implementation

I'm currently working with the AVCam demo app to present a live camera feed over airplay or apple hdmi adapter for import into a HD camera switcher. The issue I'm having is with OverScanCompensation to remove the huge black border from the mirrored…
1
vote
3 answers

Check which camera is currently in use in iOS Application

I'm writing an app which has a custom made view for taking photos with the Camera, similar to Apple's AVCam. In it, I want to make a button disappear and re-appear for the flash icon every time the camera is switched. IE When using the front camera,…
falky
  • 589
  • 2
  • 11
  • 27
1
vote
1 answer

AVCam causing errors in iOS6

Can anyone direct me to a iOS6 tutorial on AVCam like this one: http://developer.apple.com/library/ios/#samplecode/AVCam/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010112 (it wont work for iOS6)
nfoggia
  • 513
  • 1
  • 8
  • 28
1
vote
0 answers

save recording video file on web server

Hi I want to save recording video file from ipad to web server, I follow this link for video recording http://developer.apple.com/library/ios/#samplecode/AVCam/Listings/Read_Me_txt.html, so anybody can help for me how to do, I am fresher for this.
Jaikannan
  • 57
  • 11
1
vote
0 answers

How to save recorded file in own directory for ios?

Hi I want to record video and store into local own created directory. So i follow this link http://developer.apple.com/library/ios/#samplecode/AVCam/Listings/Read_Me_txt.html . I can run this project successfully. But it stored into photo gallery.…
Jaikannan
  • 57
  • 11
1
vote
1 answer

what is difference between AVCapture and camera default of iPhone

my app use AVCapture for capture image, this is my supervisor's ideal. But i research in internet and a can't get any information about the difference between AVCapture and default camera of iPhone or iPop (tab focus or camera quality...). please…
Makio
  • 465
  • 6
  • 15
1
vote
1 answer

captureOutput:didFinishRecordingToOutputFileAtURL:fromConnections:error not being called

I am writing a videocapture app for ios 4+. It works fine on devices with ios 5+ but in ios 4+ the delegate didFinishRecordingToOutputFileAtURL is not being called after the recording has stopped. I have checked apple's reference which says "This…
mahmud
  • 90
  • 1
  • 10
0
votes
1 answer

Code 39 type barcode scanning issue using AVCam

I'm using the following example application for barcode scanning: https://github.com/xamarin/ios-samples/tree/main/ios11/AVCamBarcode It scans all the barcode types perfectly, but when it comes to Code 39 type barcodes I get strange results. Example…
0
votes
1 answer

CameraView start Zooming level

Yo! I am building a CameraView via objc and found some code (copy pasta) to make it work with pinch to zoom. I am now missing how to code / define the zoom levels starting point of the camera (without the user needing to pinch). I would like it to…
Jesper Martensson
  • 1,238
  • 3
  • 18
  • 44
0
votes
1 answer

AVCam: Building a Camera App - Draw a grid on top of PreviewView

I've downloaded AVCam app sample from Apple. I added a custom view "GridView" on top of PreviewView, but i would like to size my GridView in order draw my grid on top of the captured image. How can i get the bound of the capture image? thanks
chiarotto.alessandro
  • 1,491
  • 1
  • 13
  • 31
0
votes
1 answer

AVCam preview covering navigation bar with iOS 15 and iPhone XR

From iOS 12 to 14.8, my iPhone XR did not have any issue to display the AVCam output below the navigation bar. Now, with the latest iOS 15.0.1, it overlaps the navigation bar. Anyone has a clue why? It seems to be ok with an iPhone 12. Thanks
David
  • 1,241
  • 20
  • 36
0
votes
1 answer

Iphone sdk sample AVCam to drive the following error has occurred

Iphone sdk sample AVCam to drive the following error has occurred. warning: Unable to read symbols for /Library/MobileSubstrate/MobileSubstrate.dylib (file not found). warning: Unable to read symbols for…
224ok
  • 1
  • 3
0
votes
1 answer

Wrapping AVCam demo from WWDC 2010

I have three camera-based apps (that take still pictures) in the app-store and have got feedback that the UIImagePickerController interface is very slow - and I can't deny that. So, to improve the performance of the app, I started to experiment…
Sam
  • 827
  • 4
  • 9
  • 21