Class GenICamFrameData
- Namespace
- VisioForge.Core.GenICam
- Assembly
- VisioForge.Core.dll
Frame data container
public class GenICamFrameDataInheritance
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
PixelFormat
Pixel format
public GenICamPixelFormat PixelFormat { get; set; }Property Value
Size
Frame data size in bytes
public int Size { get; set; }Property Value
Timestamp
Frame timestamp in nanoseconds
public ulong Timestamp { get; set; }Property Value
Width
Frame width in pixels
public int Width { get; set; }Property Value
Methods
ToString()
Gets frame information as string
public override string ToString()Returns
- string
-
Frame information