.. _cpp-camerasdk-refs: CameraSDK ========= .. toctree:: :hidden: Camera <../refs/class_P1_CameraSdk_Camera.rst> Listener <../refs/class_P1_CameraSdk_Listener.rst> PropertySpecification <../refs/struct_P1_CameraSdk_PropertySpecification.rst> PropertyValue <../refs/struct_P1_CameraSdk_PropertyValue.rst> PropertyRange <../refs/struct_P1_CameraSdk_PropertyRange.rst> PropertyTransaction <../refs/class_P1_CameraSdk_PropertyTransaction.rst> INotificationEvent <../refs/class_P1_CameraSdk_INotificationEvent.rst> EventType <../refs/class_P1_CameraSdk_EventType.rst> PropertyEventType <../refs/class_P1_CameraSdk_PropertyEventType.rst> SdkEventType <../refs/class_P1_CameraSdk_SdkEventType.rst> IImageFileBasicInfo <../refs/class_P1_CameraSdk_IImageFileBasicInfo.rst> IImageBuffer <../refs/class_P1_CameraSdk_IImageBuffer.rst> IImageBufferFrame <../refs/class_P1_CameraSdk_IImageBufferFrame.rst> IPreview <../refs/class_P1_CameraSdk_IPreview.rst> ITile <../refs/class_P1_CameraSdk_ITile.rst> ILiveView <../refs/class_P1_CameraSdk_ILiveView.rst> IFullImage <../refs/class_P1_CameraSdk_IFullImage.rst> IStoredImageHandle <../refs/class_P1_CameraSdk_IStoredImageHandle.rst> CameraListElement <../refs/struct_P1_CameraSdk_CameraListElement.rst> CameraInfo <../refs/struct_P1_CameraSdk_CameraInfo.rst> ICameraCapabilities <../refs/class_P1_CameraSdk_ICameraCapabilities.rst> ImageFormat <../refs/enum_P1_CameraSdk_ImageFormat.rst> ISubscriptionManager <../refs/class_P1_CameraSdk_ISubscriptionManager.rst> IPreviewSubscription <../refs/class_P1_CameraSdk_IPreviewSubscription.rst> ILiveViewSubscription <../refs/class_P1_CameraSdk_ILiveViewSubscription.rst> IFullImageSubscription <../refs/class_P1_CameraSdk_IFullImageSubscription.rst> ISubscription <../refs/struct_P1_CameraSdk_ISubscription.rst> .. list-table:: :widths: 30 70 * - :ref:`Camera ` - Representation of a physical Phase One Camera * - :ref:`Listener ` - An event listening context that receives events from Cameras or the SDK itself * - :ref:`PropertySpecification ` - A detailed description of a camera property * - :ref:`PropertyValue ` - Hold a single property value, and acts like a wrapper of different property types * - :ref:`PropertyRange ` - Numeric property *range span* class, used by :ref:`PropertySpecification ` * - :ref:`INotificationEvent ` - Notification interface that encapsulate all types of notifications * - :ref:`EventType ` - All EventTypes that are not Property or SDK type events * - :ref:`PropertyEventType ` - EventTypes that relate to properties changing * - :ref:`SdkEventType ` - EventTypes that relate to the SDK, independent of a specific camera * - :ref:`IImageFileBasicInfo ` - Interface that defines a basic set of properties for image files stored on the camera * - :ref:`IImageBuffer ` - Buffer that contains either a image preview or a tile * - :ref:`IImageBufferFrame ` - Base class for those image buffers that specifies height and width * - :ref:`IPreview ` - Contains a preview of an image, as returned from the camera * - :ref:`ITile ` - A buffer that is a tile (crop) of an image * - :ref:`ILiveView ` - A buffer with a LiveView frame * - :ref:`IFullImage ` - Contains a full IIQ image file * - :ref:`IStoredImageHandle ` - Lightweight representation of an image file in the camera * - :ref:`CameraInfo ` - Brief description of a camera, used by notifications * - :ref:`CameraListElement ` - Brief description of a camera - without necessarily having to open it * - :ref:`ICameraCapabilities ` - Contains information on a camera's limitations and capabilities * - :ref:`ImageFormat ` - The image encoding used in a memory buffer * - :ref:`ISubscriptionManager ` - Access the different kinds of subscriptions available * - :ref:`IPreviewSubscription ` - Subscribe / unsubscribe to image transfers * - :ref:`ILiveViewSubscription ` - Subscribe / unsubscribe to a LiveView stream of images * - :ref:`IFullImageSubscription ` - Subscribe / unsubscribe to image transfers * - :ref:`ISubscription ` - Interface common to all subscriptions .. _cpp-imagesdk-refs: ImageSDK ======== .. toctree:: :hidden: RawImage <../refs/class_P1_ImageSdk_RawImage.rst> ConvertConfig <../refs/class_P1_ImageSdk_ConvertConfig.rst> DecodeConfig <../refs/class_P1_ImageSdk_DecodeConfig.rst> BitmapImage <../refs/class_P1_ImageSdk_BitmapImage.rst> TiffWriter <../refs/class_P1_ImageSdk_TiffWriter.rst> JpegWriter <../refs/class_P1_ImageSdk_JpegWriter.rst> Jp2Writer <../refs/class_P1_ImageSdk_Jp2Writer.rst> PgmWriter <../refs/class_P1_ImageSdk_PgmWriter.rst> Stitching <../refs/class_P1_ImageSdk_Stitching.rst> Stacking <../refs/class_P1_ImageSdk_Stacking.rst> SensorBayerOutput <../refs/class_P1_ImageSdk_SensorBayerOutput.rst> ImageTag <../refs/class_P1_ImageSdk_ImageTag.rst> TagId <../refs/struct_P1_ImageSdk_TagId.rst> MetaDataBase <../refs/struct_P1_ImageSdk_MetaDataBase.rst> MetaObject <../refs/struct_P1_ImageSdk_MetaObject.rst> BayerFormat <../refs/enum_P1_ImageSdk_BayerFormat.rst> BitmapFormat <../refs/enum_P1_ImageSdk_BitmapFormat.rst> BlackClamp <../refs/enum_P1_ImageSdk_BlackClamp.rst> DigitalOffset <../refs/enum_P1_ImageSdk_DigitalOffset.rst> Histogram <../refs/enum_P1_ImageSdk_Histogram.rst> .. list-table:: :widths: 30 70 * - :ref:`RawImage ` - A handle to an IIQ image file, either on the file system or in a memory buffer * - :ref:`ConvertConfig ` - Defines a set of RAW conversion- and filter-flags, that can be applied to a raw-image * - :ref:`DecodeConfig ` - Defines a set of decoding flags, that can be used on a raw image * - :ref:`BitmapImage ` - An in-memory bitmap image, represented using a defined pixel format, width and height * - :ref:`TiffWriter ` - A class to write a bitmap and its metadata into a Tiff file * - :ref:`JpegWriter ` - A class to write a bitmap and its metadata into a Jpeg file * - :ref:`Jp2Writer ` - A class to write a bitmap and its metadata into a Jpeg2000 file * - :ref:`PgmWriter ` - A class to write a bitmap and its metadata into a Pgm file * - :ref:`Stitching ` - A class to stitch L and R images from a PAS280 camera (Windows only feature) * - :ref:`Stacking ` - A class to stack an rgb image and a nir images from PAS280i or the 4-band solution (Windows only feature) * - :ref:`SensorBayerOutput ` - A :ref:`BitmapImage ` that represents Bayer (raw) sensor output * - :ref:`ImageTag ` - A wrapper around a raw image meta data tag * - :ref:`TagId ` - A reference to a meta data tag id in IIQ raw files * - :ref:`MetaDataBase ` - A reference to a new meta data system to allow both reading metadata in IQ file and write metadata into exported image file * - :ref:`MetaObject ` - A reference to a meta data object to read and manipulate an metadata tag * - :ref:`BayerFormat ` - Supported Bayer data formats * - :ref:`BitmapFormat ` - Available pixel formats for encoding the image bitmap * - :ref:`BlackClamp ` - Setting to control the static calibration type called black clamping * - :ref:`DigitalOffset ` - Setting to control how the static calibration handles digital offsets * - :ref:`Histogram ` - A Histogram class