CameraSDK

Camera

Representation of a physical Phase One Camera

Listener

An event listening context that receives events from Cameras or the SDK itself

PropertySpecification

A detailed description of a camera property

PropertyValue

Hold a single property value, and acts like a wrapper of different property types

PropertyRange

Numeric property range span class, used by PropertySpecification

INotificationEvent

Notification interface that encapsulate all types of notifications

EventType

All EventTypes that are not Property or SDK type events

PropertyEventType

EventTypes that relate to properties changing

SdkEventType

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

IImageFileBasicInfo

Interface that defines a basic set of properties for image files stored on the camera

IImageBuffer

Buffer that contains either a image preview or a tile

IImageBufferFrame

Base class for those image buffers that specifies height and width

IPreview

Contains a preview of an image, as returned from the camera

ITile

A buffer that is a tile (crop) of an image

ILiveView

A buffer with a LiveView frame

IFullImage

Contains a full IIQ image file

IStoredImageHandle

Lightweight representation of an image file in the camera

CameraInfo

Brief description of a camera, used by notifications

CameraListElement

Brief description of a camera - without necessarily having to open it

ICameraCapabilities

Contains information on a camera’s limitations and capabilities

ImageFormat

The image encoding used in a memory buffer

ISubscriptionManager

Access the different kinds of subscriptions available

IPreviewSubscription

Subscribe / unsubscribe to image transfers

ILiveViewSubscription

Subscribe / unsubscribe to a LiveView stream of images

IFullImageSubscription

Subscribe / unsubscribe to image transfers

ISubscription

Interface common to all subscriptions

ImageSDK

RawImage

A handle to an IIQ image file, either on the file system or in a memory buffer

ConvertConfig

Defines a set of RAW conversion- and filter-flags, that can be applied to a raw-image

DecodeConfig

Defines a set of decoding flags, that can be used on a raw image

BitmapImage

An in-memory bitmap image, represented using a defined pixel format, width and height

TiffWriter

A class to write a bitmap and its metadata into a Tiff file

JpegWriter

A class to write a bitmap and its metadata into a Jpeg file

Jp2Writer

A class to write a bitmap and its metadata into a Jpeg2000 file

PgmWriter

A class to write a bitmap and its metadata into a Pgm file

Stitching

A class to stitch L and R images from a PAS280 camera (Windows only feature)

Stacking

A class to stack an rgb image and a nir images from PAS280i or the 4-band solution (Windows only feature)

SensorBayerOutput

A BitmapImage that represents Bayer (raw) sensor output

ImageTag

A wrapper around a raw image meta data tag

TagId

A reference to a meta data tag id in IIQ raw files

MetaDataBase

A reference to a new meta data system to allow both reading metadata in IQ file and write metadata into exported image file

MetaObject

A reference to a meta data object to read and manipulate an metadata tag

BayerFormat

Supported Bayer data formats

BitmapFormat

Available pixel formats for encoding the image bitmap

BlackClamp

Setting to control the static calibration type called black clamping

DigitalOffset

Setting to control how the static calibration handles digital offsets

Histogram

A Histogram class