Top "Avcapturedevice" questions

AVCaptureDevice represents a physical capture device and the properties associated with that device.

Why my iOS app does not ask user permission to access camera?

I develop iOS app and it uses camera. AVCaptureDeviceInput is used to interface to camera. I checked Authorisation status as …

ios avcapturesession avcapturedevice avcam
Show camera stream while AVCaptureSession's running

I was able to capture video frames from the camera using AVCaptureSession according to http://developer.apple.com/iphone/library/…

iphone avfoundation avcapturedevice avcapturesession
How to access Mac default camera using swift xcode

Today i am coding for Mac first time. What I am trying to do is access the default camera and …

xcode macos swift avcapturedevice
iOS: captureOutput:didOutputSampleBuffer:fromConnection is NOT called

I want to pull frames from the live-feed of AVCaptureSession and I am using Apple's AVCam as a test case. …

ios objective-c avcapturesession avcapturedevice avcapture