OpenCV  4.10.0
开源计算机视觉库
正在加载...
正在搜索...
无匹配项
实例方法 | 受保护的属性 | 属性 | 所有成员列表
CvVideoCamera 类参考

#include <opencv2/videoio/cap_ios.h>

CvVideoCamera 的协作图

实例方法

(void) - adjustLayoutToInterfaceOrientation:
 
(layoutPreviewLayer) - CV_UNUSED
 
(saveVideo) - CV_UNUSED
 
(NSString *) - videoFileString
 
(NSURL *) - videoFileURL
 
- 从 CvAbstractCamera 继承的实例方法
(id) - initWithParentView:
 

受保护的属性

CALayer * customPreviewLayer
 
CMTime lastSampleTime
 
AVCaptureVideoDataOutput * videoDataOutput
 
dispatch_queue_t videoDataOutputQueue
 
- 从 CvAbstractCamera 继承的受保护的属性
BOOL cameraAvailable
 
UIDeviceOrientation currentDeviceOrientation
 

属性

id< CvVideoCameraDelegatedelegate
 
BOOL grayscaleMode
 
AVAssetWriter * recordAssetWriter
 
AVAssetWriterInput * recordAssetWriterInput
 
AVAssetWriterInputPixelBufferAdaptor * recordPixelBufferAdaptor
 
BOOL recordVideo
 
BOOL rotateVideo
 
- 从 CvAbstractCamera 继承的属性
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
 

方法文档

◆ adjustLayoutToInterfaceOrientation

- (void) adjustLayoutToInterfaceOrientation (UIInterfaceOrientation)  interfaceOrientation

◆ CV_UNUSED [1/2]

- (layoutPreviewLayer) CV_UNUSED

实现 CvAbstractCamera

◆ CV_UNUSED [2/2]

- (saveVideo) CV_UNUSED

实现 CvAbstractCamera

◆ videoFileString

- (NSString *) videoFileString

◆ videoFileURL

- (NSURL *) videoFileURL

成员数据文档

◆ customPreviewLayer

- (CALayer*) customPreviewLayer
protected

◆ lastSampleTime

- (CMTime) lastSampleTime
protected

◆ videoDataOutput

- (AVCaptureVideoDataOutput*) videoDataOutput
protected

◆ videoDataOutputQueue

- (dispatch_queue_t) videoDataOutputQueue
protected

属性文档

◆ delegate

- (id<CvVideoCameraDelegate>) delegate
readwritenonatomicweak

◆ grayscaleMode

- (BOOL) grayscaleMode
readwritenonatomicassign

◆ recordAssetWriter

- (AVAssetWriter*) recordAssetWriter
readwritenonatomicstrong

◆ recordAssetWriterInput

- (AVAssetWriterInput*) recordAssetWriterInput
readwritenonatomicstrong

◆ recordPixelBufferAdaptor

- (AVAssetWriterInputPixelBufferAdaptor*) recordPixelBufferAdaptor
readwritenonatomicstrong

◆ recordVideo

- (BOOL) recordVideo
readwritenonatomicassign

◆ rotateVideo

- (BOOL) rotateVideo
readwritenonatomicassign

此类的文档是从以下文件生成的