PixelSensorFrame
NameSpace: PixelSensors
Represents the frame data of a sensor
Public Fields
CaptureTime
The capture time of this frame
public long CaptureTime { get; set; }
IsValid
Whether the frame is valid or not.
public bool IsValid { get; set; }
Public Attributes
FrameType
The type of the frame
public PixelSensorFrameType FrameType => internalFrame.FrameType;
Planes
public PixelSensorPlane [] Planes;
Type | Description |
---|---|
PixelSensorPlane [] | Represents a plane from a sensor frame |