Class FrameSourceCamera
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
The camera that provides frame data in the Frame source.
public class FrameSourceCamera : IDisposable
- Inheritance
-
FrameSourceCamera
- Implements
- Derived
Constructors
FrameSourceCamera(CameraDeviceType, int, Vector2Int, Vector2)
Set the values based on the description of each property.
public FrameSourceCamera(CameraDeviceType cameraType, int cameraOrientation, Vector2Int frameSize, Vector2 frameRateRange)
Parameters
cameraTypecameraOrientationframeSizeframeRateRange
Properties
CameraOrientation
The angle by which the camera image needs to be rotated clockwise for display in the device's natural orientation. Range [0, 360).
public int CameraOrientation { get; }
CameraType
Camera device type.
public CameraDeviceType CameraType { get; }
FrameRateRange
Frame rate range. Define x as the lower bound of the frame rate range and y as the upper bound.
public Vector2 FrameRateRange { get; }
FrameSize
Size of the image.
public Vector2Int FrameSize { get; }
Methods
Dispose()
public void Dispose()