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; }
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.
public Vector2 FrameRateRange { get; }
Property Value
FrameSize
Size of the image.
public Vector2Int FrameSize { get; }
Property Value
Methods
Dispose()
public void Dispose()