EventType Class

Definition

Namespace: P1.CameraSdk

All EventTypes that are not Property nor SDK type events More…

public class EventType :  P1::CameraSdk::BaseEventType

Remarks

All EventTypes that are not Property nor SDK type events

Properties

Invalid

An invalid event

ImageTransferBegin

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

ImageTransferProgress

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

CameraImageReady

An image data ready to be read, as result of previous capture

CameraDisconnected

Camera disconnected and therefore unavailable

CameraLiveViewStarted

LiveView system will begin to feeding images

CameraLiveViewStopped

LiveView system stopped feeding images, and is powered down.

CameraNewLiveViewImage

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

CameraPropertyAdded

A new property became present on the camera

CameraPropertyRemoved

A property was removed from the camera

CameraImageAdded

An image was added to the image list

CameraImageRemoved

An image was removed to the image list

CameraImageEdited

An image was edited in the image list (changed rating, name, etc.)

CameraImageNewList

A new image list was received

CameraPreviewReady

An image buffer is ready (type defined by IImageBuffer::BufferType, e.g., Preview, Tile)

CameraTileReady

An image buffer is ready (type defined by IImageBuffer::BufferType, e.g., Preview, Tile)

CameraImageBasicImageInfo

A response to a basic image meta data request

FirmwareTransferBegin

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