OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
CvVideoCamera クラス

#include <opencv2/videoio/cap_ios.h>

Collaboration diagram for CvVideoCamera:

Instance Methods

(void) - adjustLayoutToInterfaceOrientation:
 
(layoutPreviewLayer) - CV_UNUSED
 
(saveVideo) - CV_UNUSED
 
(NSString *) - videoFileString
 
(NSURL *) - videoFileURL
 
- Instance Methods inherited from CvAbstractCamera
(id) - initWithParentView:
 

限定公開変数類

CALayer * customPreviewLayer
 
CMTime lastSampleTime
 
AVCaptureVideoDataOutput * videoDataOutput
 
dispatch_queue_t videoDataOutputQueue
 
- Protected Attributes inherited from CvAbstractCamera
BOOL cameraAvailable
 
UIDeviceOrientation currentDeviceOrientation
 

Properties

id< CvVideoCameraDelegatedelegate
 
BOOL grayscaleMode
 
AVAssetWriter * recordAssetWriter
 
AVAssetWriterInput * recordAssetWriterInput
 
AVAssetWriterInputPixelBufferAdaptor * recordPixelBufferAdaptor
 
BOOL recordVideo
 
BOOL rotateVideo
 
- Properties inherited from 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
 

Method Documentation

◆ 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

このクラス詳解は次のファイルから抽出されました: