Table of Contents

Class FrameSourceCamera

Namespace
easyar
Assembly
EasyAR.Sense.dll

The camera that provides camera frame data in Frame source.

public class FrameSourceCamera : IDisposable
Inheritance
FrameSourceCamera
Implements
Derived

Constructors

FrameSourceCamera(CameraDeviceType, int, Vector2Int, Vector2)

Set the value according to the description of each attribute.

public FrameSourceCamera(CameraDeviceType cameraType, int cameraOrientation, Vector2Int frameSize, Vector2 frameRateRange)

Parameters

cameraType
cameraOrientation
frameSize
frameRateRange

Properties

CameraOrientation

The angle that the camera image needs to be rotated clockwise when displayed in the device's natural orientation. The range is [0, 360).

public int CameraOrientation { get; }

Property Value

CameraType

Camera device type.

public CameraDeviceType CameraType { get; }

Property Value

FrameRateRange

Frame rate range. Define x as the lower bound of the frame rate range and y as the upper bound of the frame rate range.

public Vector2 FrameRateRange { get; }

Property Value

FrameSize

Image size.

public Vector2Int FrameSize { get; }

Property Value

Methods

Dispose()

public void Dispose()