Instance Methods | Protected Attributes | Properties | List of all members
CvAbstractCamera Class Reference

#import <cap_ios.h>

Inherits NSObject.

Inherited by CvPhotoCamera, and CvVideoCamera.

Instance Methods

(void- start
 
(void- stop
 
(void- switchCameras
 
(id- initWithParentView:
 
(void- createCaptureOutput
 
(void- createVideoPreviewLayer
 
(void- updateOrientation
 
(void- lockFocus
 
(void- unlockFocus
 
(void- lockExposure
 
(void- unlockExposure
 
(void- lockBalance
 
(void- unlockBalance
 

Protected Attributes

AVCaptureVideoPreviewLayer * captureVideoPreviewLayer
 
UIDeviceOrientation currentDeviceOrientation
 
BOOL cameraAvailable
 

Properties

AVCaptureSession * captureSession
 
AVCaptureConnection * videoCaptureConnection
 
BOOL running
 
BOOL captureSessionLoaded
 
int defaultFPS
 
AVCaptureDevicePosition defaultAVCaptureDevicePosition
 
AVCaptureVideoOrientation defaultAVCaptureVideoOrientation
 
BOOL useAVCaptureVideoPreviewLayer
 
NSString *const defaultAVCaptureSessionPreset
 
int imageWidth
 
int imageHeight
 
UIView * parentView
 

Method Documentation

- (void) start
- (void) stop
- (void) switchCameras
- (id) initWithParentView: (UIView *)  parent
- (void) createCaptureOutput
- (void) createVideoPreviewLayer
- (void) updateOrientation
- (void) lockFocus
- (void) unlockFocus
- (void) lockExposure
- (void) unlockExposure
- (void) lockBalance
- (void) unlockBalance

Member Data Documentation

- (AVCaptureVideoPreviewLayer*) captureVideoPreviewLayer
protected
- (UIDeviceOrientation) currentDeviceOrientation
protected
- (BOOL) cameraAvailable
protected

Property Documentation

- (AVCaptureSession *) captureSession
readwritenonatomicretain
- (AVCaptureConnection *) videoCaptureConnection
readwritenonatomicretain
- (BOOL) running
readnonatomicassign
- (BOOL) captureSessionLoaded
readnonatomicassign
- (int) defaultFPS
readwritenonatomicassign
- (AVCaptureDevicePosition) defaultAVCaptureDevicePosition
readwritenonatomicassign
- (AVCaptureVideoOrientation) defaultAVCaptureVideoOrientation
readwritenonatomicassign
- (BOOL) useAVCaptureVideoPreviewLayer
readwritenonatomicassign
- (NSString *const) defaultAVCaptureSessionPreset
readwritenonatomicstrong
- (int) imageWidth
readwritenonatomicassign
- (int) imageHeight
readwritenonatomicassign
- (UIView *) parentView
readwritenonatomicretain

The documentation for this class was generated from the following file: