Table of Contents

Struct OpticalFlowPayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents the payload of the OpticalFlow register.

public struct OpticalFlowPayload
Inherited Members

Constructors

OpticalFlowPayload(short, short, short)

Initializes a new instance of the OpticalFlowPayload structure.

public OpticalFlowPayload(short deltaX, short deltaY, short squal)

Parameters

deltaX short

The movement in the X axis.

deltaY short

The movement in the Y axis.

squal short

The measure of the number of features visible by the sensor.

Fields

DeltaX

The movement in the X axis.

public short DeltaX

Field Value

short

DeltaY

The movement in the Y axis.

public short DeltaY

Field Value

short

Squal

The measure of the number of features visible by the sensor.

public short Squal

Field Value

short