OpenCV  3.4.0
Open Source Computer Vision
Instance Methods | Protected Attributes | Properties | List of all members
CvAbstractCamera Class Reference

#import "cap_ios.h"

Inheritance diagram for CvAbstractCamera:
NSObject CvPhotoCamera CvVideoCamera

Instance Methods

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

Protected Attributes

BOOL cameraAvailable
 
UIDeviceOrientation currentDeviceOrientation
 

Properties

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

Method Documentation

§ createCaptureOutput()

- (void) createCaptureOutput

§ createVideoPreviewLayer()

- (void) createVideoPreviewLayer

§ initWithParentView:()

- (id) initWithParentView: (UIView *)  parent

§ lockBalance()

- (void) lockBalance

§ lockExposure()

- (void) lockExposure

§ lockFocus()

- (void) lockFocus

§ start()

- (void) start

§ stop()

- (void) stop

§ switchCameras()

- (void) switchCameras

§ unlockBalance()

- (void) unlockBalance

§ unlockExposure()

- (void) unlockExposure

§ unlockFocus()

- (void) unlockFocus

§ updateOrientation()

- (void) updateOrientation

Member Data Documentation

§ cameraAvailable

- (BOOL) cameraAvailable
protected

§ currentDeviceOrientation

- (UIDeviceOrientation) currentDeviceOrientation
protected

Property Documentation

§ captureSession

- (AVCaptureSession*) captureSession
readwritenonatomicstrong

§ captureSessionLoaded

- (BOOL) captureSessionLoaded
readnonatomicassign

§ captureVideoPreviewLayer

- (AVCaptureVideoPreviewLayer*) captureVideoPreviewLayer
readnonatomicassign

§ defaultAVCaptureDevicePosition

- (AVCaptureDevicePosition) defaultAVCaptureDevicePosition
readwritenonatomicassign

§ defaultAVCaptureSessionPreset

- (NSString* const) defaultAVCaptureSessionPreset
readwritenonatomicstrong

§ defaultAVCaptureVideoOrientation

- (AVCaptureVideoOrientation) defaultAVCaptureVideoOrientation
readwritenonatomicassign

§ defaultFPS

- (int) defaultFPS
readwritenonatomicassign

§ imageHeight

- (int) imageHeight
readwritenonatomicassign

§ imageWidth

- (int) imageWidth
readwritenonatomicassign

§ parentView

- (UIView*) parentView
readwritenonatomicstrong

§ running

- (BOOL) running
readnonatomicassign

§ useAVCaptureVideoPreviewLayer

- (BOOL) useAVCaptureVideoPreviewLayer
readwritenonatomicassign

§ videoCaptureConnection

- (AVCaptureConnection*) videoCaptureConnection
readwritenonatomicstrong

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