Skip to content

CompressionStatus Enumeration#

Status of a grab buffer/result with compressed data.

Syntax#

C#

public enum CompressionStatus

VB

Public Enumeration CompressionStatus

Members#

Member nameValueDescription
Ok0Buffer was compressed properly.
BufferOverflow1Size of compressed image exceeded desired compression rate.
Error2Generic error.

Remarks#

It is possible that images could not be compressed properly by the camera (if the amount of data required for compressing an image exceeds the desired compression rate). If an image was compressed successfully, it will have the compression status Ok.

Reference#

Basler.Pylon Namespace