Table of Contents

Class FrameSourceCamera

Namespace
easyar
Assembly
EasyAR.Sense.dll

The camera that provides camera frame data in a frame source.

public class FrameSourceCamera : IDisposable
Inheritance
FrameSourceCamera
Implements
Derived

Constructors

FrameSourceCamera(CameraDeviceType, int, Vector2Int, Vector2)

Sets values according to the description of each property.

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

Parameters

cameraType
cameraOrientation
frameSize
frameRateRange

Properties

CameraOrientation

The clockwise rotation angle required when the camera image is displayed in the natural orientation of the device. The range is [0, 360).

public int CameraOrientation { get; }

CameraType

Camera device type.

public CameraDeviceType CameraType { get; }

FrameRateRange

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

public Vector2 FrameRateRange { get; }

FrameSize

Image size.

public Vector2Int FrameSize { get; }

Methods

Dispose()

public void Dispose()