enum P1::CameraSdk::IImageBuffer::Type

Overview

The kind of image stored in the buffer. More…

#include <C_P1CameraCommonStructs.h>

enum Type
{
    Unknown  = 0,
    Preview  = 1,
    Tile     = 2,
    LiveView = 3,
    IIQ      = 4,
};

Detailed Documentation

The kind of image stored in the buffer.

Enum Values

Unknown

Undefined type

Preview

The image is taken from the IIQ file’s preview / thumbnail

Tile

The image is a tile used for tiling

LiveView

Buffer is a LiveView frame

IIQ

Buffer is an IIQ file