Table of Contents

Delegate DispEngine.FrameReadyDelegate

Namespace
Hi.Disp
Assembly
HiDisp.dll
public delegate void DispEngine.FrameReadyDelegate(byte* bgra_unsignedbyte_pixels, int w, int h, FramePins pins)

Parameters

bgra_unsignedbyte_pixels byte*

BGRA convention pixels in unsigned bytes, top row first. The size is wh4. Valid only during the callback.

w int

width

h int

height

pins FramePins

The pin table of the same frame (see PinDrawing); never null. PixelsChanged tells whether the pixels differ from the previous frame.

Extension Methods