CameraEventId enum

Namespace: P1.CameraSdk

Definition

List of events originating from a specfic Camera

public enum CameraEventId

Fields

Undefined

0

An undefined event type, intended use is as null event

ImageTransferBegin

The camera has started tramsfering an image (0% complete)

ImageTransferProgress

A progress update on the current image transfer (+1% or more)

ImageReady

An image is ready to be read, as result of previous capture (100% complete)

Disconnected

Camera disconnected and therefore unavailable

LiveViewStarted

LiveView system will begin to feeding images

LiveViewStopped

LiveView system stopped feeding images, and is powered down.

NewLiveViewImage

A new LiveView image has arrived and is ready to be consumed by you

PropertyAdded

A new property became present on the camera

PropertyRemoved

A property was removed from the camera

FirmwareTransferBegin

Transfer of a firmware file to the camera was initiated

FirmwareTransferProgress

Current transfer progress of a firmware file to the camera

FirmwareTransferDone

Transfer of a firmware file to the camera was successfully concluded

FirmwareTransferError

Transfer of a firmware file to the camera failed