enum P1::CameraSdk::SdkEventId

Overview

Global events that does not relate to specific cameras. More…

#include <C_P1CameraCommonEvents.h>

enum SdkEventId
{
    kSdkEventUndefined     = 0,
    kSdkEventCameraFound,
    kSdkEventCameraRemoved,
    kSdkEventCameraOpened,
    kSdkEventCameraClosed,
};

Detailed Documentation

Global events that does not relate to specific cameras.

Enum Values

kSdkEventUndefined

A ‘not set’ value for SdkEvent

kSdkEventCameraFound

A camera was connected to the computer

kSdkEventCameraRemoved

A camera was removed from the computer

kSdkEventCameraOpened

A camera was opened by the SDK (on this computer)

kSdkEventCameraClosed

A camera was closed by the SDK (on this computer)