Table of Contents

Class GenICamFrameData

Namespace
VisioForge.Core.GenICam
Assembly
VisioForge.Core.dll

Frame data container

public class GenICamFrameData

Inheritance

Inherited Members

Properties

Data

Raw frame data

public byte[] Data { get; set; }

Property Value

byte[]

Height

Frame height in pixels

public int Height { get; set; }

Property Value

int

PixelFormat

Pixel format

public GenICamPixelFormat PixelFormat { get; set; }

Property Value

GenICamPixelFormat

Size

Frame data size in bytes

public int Size { get; set; }

Property Value

int

Timestamp

Frame timestamp in nanoseconds

public ulong Timestamp { get; set; }

Property Value

ulong

Width

Frame width in pixels

public int Width { get; set; }

Property Value

int

Methods

ToString()

Gets frame information as string

public override string ToString()

Returns

string

Frame information