Class StereoArucoCamera
Captures images of stereo camera.
Inheritance
StereoArucoCamera
Assembly: Assembly-CSharp.dll
Syntax
public abstract class StereoArucoCamera : ArucoCamera, IArucoCamera, IController
Fields
|
Improve this Doc
View Source
StereoCameraNumber
Declaration
public const int StereoCameraNumber = 2
Field Value
Properties
|
Improve this Doc
View Source
CameraId1
Gets the id of the first camera.
Declaration
public static int CameraId1 { get; }
Property Value
|
Improve this Doc
View Source
CameraId2
Gets the id of the second camera.
Declaration
public static int CameraId2 { get; }
Property Value
|
Improve this Doc
View Source
CameraNumber
Declaration
public override int CameraNumber { get; }
Property Value
Overrides
Implements