CompressionStatus Enumeration#
Syntax#
C#
VB
Members#
Member name | Value | Description | |
---|---|---|---|
Ok | 0 | Buffer was compressed properly. | |
BufferOverflow | 1 | Size of compressed image exceeded desired compression rate. | |
Error | 2 | Generic 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.