SdkEventType Class

Definition

Namespace: P1.CameraSdk

EventTypes that relate to the SDK, independent of a specific camera More…

public class SdkEventType :  P1::CameraSdk::BaseEventType

Remarks

EventTypes that relate to the SDK, independent of a specific camera

Properties

SdkWakeUp

The thread blocked in WaitForNotification was woken up another threads call to WakeUpWaitingThread

CameraFound

A camera was connected to the computer

CameraRemoved

A camera was removed from the computer

CameraOpened

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

CameraClosed

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