Class ArucoCamera
Captures images of a camera.
Assembly: Assembly-CSharp.dll
Syntax
public abstract class ArucoCamera : Controller, IArucoCamera, IController
Fields
|
Improve this Doc
View Source
currentBuffer
Declaration
protected uint currentBuffer
Field Value
|
Improve this Doc
View Source
dontFlipCode
Declaration
protected readonly int? dontFlipCode
Field Value
|
Improve this Doc
View Source
flipHorizontallyImages
Declaration
protected bool flipHorizontallyImages
Field Value
|
Improve this Doc
View Source
flipVerticallyImages
Declaration
protected bool flipVerticallyImages
Field Value
|
Improve this Doc
View Source
imageBuffers
Declaration
protected Cv.Mat[][] imageBuffers
Field Value
|
Improve this Doc
View Source
imageDataBuffers
Declaration
protected byte[][][] imageDataBuffers
Field Value
Type |
Description |
Byte[][][] |
|
|
Improve this Doc
View Source
imagesFlipCode
Declaration
protected int? imagesFlipCode
Field Value
|
Improve this Doc
View Source
imagesToTextureDatas
Declaration
protected byte[][] imagesToTextureDatas
Field Value
Type |
Description |
Byte[][] |
|
|
Improve this Doc
View Source
imagesToTextures
Declaration
protected Cv.Mat[] imagesToTextures
Field Value
|
Improve this Doc
View Source
imagesUpdatedThisFrame
Declaration
protected bool imagesUpdatedThisFrame
Field Value
Properties
|
Improve this Doc
View Source
CameraNumber
Declaration
public abstract int CameraNumber { get; }
Property Value
|
Improve this Doc
View Source
ImageDatas
Declaration
public byte[][] ImageDatas { get; }
Property Value
Type |
Description |
Byte[][] |
|
|
Improve this Doc
View Source
ImageDataSizes
Declaration
public int[] ImageDataSizes { get; }
Property Value
|
Improve this Doc
View Source
ImageRatios
Declaration
public float[] ImageRatios { get; }
Property Value
|
Improve this Doc
View Source
Images
Declaration
public Cv.Mat[] Images { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public abstract string Name { get; protected set; }
Property Value
|
Improve this Doc
View Source
NextImageDatas
Declaration
protected byte[][] NextImageDatas { get; }
Property Value
Type |
Description |
Byte[][] |
|
|
Improve this Doc
View Source
NextImages
Declaration
protected Cv.Mat[] NextImages { get; }
Property Value
|
Improve this Doc
View Source
Textures
Declaration
public Texture2D[] Textures { get; }
Property Value
Type |
Description |
Texture2D[] |
|
Methods
|
Improve this Doc
View Source
Configuring()
Configures the properties.
Declaration
protected override void Configuring()
Overrides
|
Improve this Doc
View Source
OnImagesUpdated()
Declaration
protected virtual void OnImagesUpdated()
|
Improve this Doc
View Source
OnStarted()
Declaration
protected override void OnStarted()
Overrides
|
Improve this Doc
View Source
Update()
Declaration
protected virtual void Update()
|
Improve this Doc
View Source
UpdatingImages()
Declaration
protected abstract bool UpdatingImages()
Returns
Events
|
Improve this Doc
View Source
ImagesUpdated
Declaration
public event Action ImagesUpdated
Event Type
|
Improve this Doc
View Source
UndistortRectifyImages
Declaration
public event Action<Cv.Mat[], byte[][]> UndistortRectifyImages
Event Type
Implements