ChunkImageBufferDescription Constructor (Size2D, PfncFormat, Int32)

CVB.Net Documentation
Creates a default chunk image buffer description.

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

public ChunkImageBufferDescription(
	Size2D size,
	PfncFormat pixelFormat,
	int totalPayloadSize
)

Parameters

size
Type: Stemmer.CvbSize2D
Width and height in pixels.
pixelFormat
Type: Stemmer.CvbPfncFormat
GenICam PFNC format value.
totalPayloadSize
Type: SystemInt32
Size of the valid payload over all chunks (including the image).
See Also

Reference