enum P1::CameraSdk::IStoredImageHandle::DeviceMask

Overview

Bit mask that defines where an and how an image item is stored on camera. More…

#include <C_P1CameraCommonStructs.h>

enum DeviceMask
{
    None    = 0,
    Host    = 1,
    Xqd     = 2,
    Sd      = 4,
    XqdJpeg = 8,
    SdJpeg  = 16,
};

Detailed Documentation

Bit mask that defines where an and how an image item is stored on camera.

Notice that multiple bits can be set, e.g. IIQ file has an accompanying Jpeg or if image is present on both XQD and SD.

Enum Values

Host

IIQ transferred to (a) host in this (camera) power cycle

Xqd

IIQ file of image is located on XQD card

Sd

IIQ file of image is located on SD card

XqdJpeg

Jpeg file of image is located on XQD card

SdJpeg

Jpeg file of image is located on SD card