.. _cs-camerasdk-refs: CameraSDK ========= .. toctree:: :hidden: Camera <../refs-cs/class_P1_CameraSdk_Camera.rst> Listener <../refs-cs/class_P1_CameraSdk_Listener.rst> PropertySpec <../refs-cs/class_P1_CameraSdk_PropertySpec.rst> PropertyValue <../refs-cs/class_P1_CameraSdk_PropertyValue.rst> PropertyRange <../refs-cs/class_P1_CameraSdk_PropertyRange.rst> INotificationEvent <../refs-cs/interface_P1_CameraSdk_INotificationEvent.rst> EventType <../refs-cs/class_P1_CameraSdk_EventType.rst> PropertyEventType <../refs-cs/class_P1_CameraSdk_PropertyEventType.rst> SdkEventType <../refs-cs/class_P1_CameraSdk_SdkEventType.rst> IImageFileBasicInfo <../refs-cs/interface_P1_CameraSdk_IImageFileBasicInfo.rst> IImageBuffer <../refs-cs/interface_P1_CameraSdk_IImageBuffer.rst> IImageBufferFrame <../refs-cs/interface_P1_CameraSdk_IImageBufferFrame.rst> IPreview <../refs-cs/interface_P1_CameraSdk_IPreview.rst> ITile <../refs-cs/interface_P1_CameraSdk_ITile.rst> ILiveView <../refs-cs/interface_P1_CameraSdk_ILiveView.rst> IFullImage <../refs-cs/interface_P1_CameraSdk_IFullImage.rst> IStoredImageHandle <../refs-cs/interface_P1_CameraSdk_IStoredImageHandle.rst> CameraDescriptor <../refs-cs/class_P1_CameraSdk_CameraDescriptor.rst> CameraInfo <../refs-cs/class_P1_CameraSdk_CameraInfo.rst> ICameraCapabilities <../refs-cs/interface_P1_CameraSdk_ICameraCapabilities.rst> ImageFormat <../refs-cs/enum_P1_CameraSdk_ImageFormat.rst> SubscriptionManager <../refs-cs/class_P1_CameraSdk_SubscriptionManager.rst> IPreviewSubscription <../refs-cs/interface_P1_CameraSdk_IPreviewSubscription.rst> ILiveViewSubscription <../refs-cs/interface_P1_CameraSdk_ILiveViewSubscription.rst> IFullImageSubscription <../refs-cs/interface_P1_CameraSdk_IFullImageSubscription.rst> ISubscription <../refs-cs/interface_P1_CameraSdk_ISubscription.rst> .. list-table:: :widths: 33 67 * - :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:`PropertySpec ` - 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:`PropertySpec ` * - :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:`CameraDescriptor ` - Brief description of a camera - without necessarily having to open it * - :ref:`ICameraCapabilities ` - A class defining the connected camera's features and limitations * - :ref:`ImageFormat ` - The image encoding used in a memory buffer * - :ref:`SubscriptionManager ` - 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 .. _cs-imagesdk-refs: ImageSDK ======== .. toctree:: :hidden: RawImage <../refs-cs/class_P1_ImageSdk_RawImage.rst> ConvertConfig <../refs-cs/class_P1_ImageSdk_ConvertConfig.rst> DecodeConfig <../refs-cs/class_P1_ImageSdk_DecodeConfig.rst> BitmapImage <../refs-cs/class_P1_ImageSdk_BitmapImage.rst> Stitching <../refs-cs/class_P1_ImageSdk_Stitching.rst> Stacking <../refs-cs/class_P1_ImageSdk_Stacking.rst> SensorBayerOutput <../refs-cs/class_P1_ImageSdk_SensorBayerOutput.rst> ImageTag <../refs-cs/struct_P1_ImageSdk_ImageTag.rst> TagId <../refs-cs/struct_P1_ImageSdk_TagId.rst> GpsData <../refs-cs/class_P1_ImageSdk_GpsData.rst> ImuData <../refs-cs/class_P1_ImageSdk_ImuData.rst> GpsDateTimeComponents <../refs-cs/struct_P1_ImageSdk_GpsDateTimeComponents.rst> BitmapFormat <../refs-cs/enum_P1_ImageSdk_BitmapFormat.rst> BlackClamp <../refs-cs/enum_P1_ImageSdk_BlackClamp.rst> DigitalOffset <../refs-cs/enum_P1_ImageSdk_DigitalOffset.rst> Histogram <../refs-cs/enum_P1_ImageSdk_Histogram.rst> .. BayerFormat <../refs-cs/enum_P1_ImageSdk_BayerFormat.rst> .. list-table:: :widths: 33 67 * - :ref:`doxcsid-class_p1_1_1_image_sdk_1_1_raw_image` - A handle to an IIQ image file, either on the file system or in a memory buffer * - :ref:`doxcsid-class_p1_1_1_image_sdk_1_1_convert_config` - Defines a set of RAW convertion- and filter-flags, that can be applied to a raw-image * - :ref:`doxcsid-class_p1_1_1_image_sdk_1_1_decode_config` - Defines a set of decoding flags, that can be used on a raw image * - :ref:`doxcsid-class_p1_1_1_image_sdk_1_1_bitmap_image` - An in-memory bitmap image, represented using a defined pixel format, width and height * - :ref:`doxcsid-class_p1_1_1_image_sdk_1_1_stitching` - A class to stitch L and R images from a PAS280 camera * - :ref:`doxcsid-class_p1_1_1_image_sdk_1_1_stacking` - A class to stack an rgb image and a nir images from PAS280i or the 4-band solution * - :ref:`doxcsid-class_p1_1_1_image_sdk_1_1_sensor_bayer_output` - A :ref:`BitmapImage ` that represents Bayer (raw) sensor output, and therefore includes non-visible pixels * - :ref:`doxcsid-struct_p1_1_1_image_sdk_1_1_image_tag` - A wrapper around a raw image meta data tag * - :ref:`doxcsid-struct_p1_1_1_image_sdk_1_1_tag_id` - A reference to a meta data tag id in IIQ raw files * - :ref:`doxcsid-class_p1_1_1_image_sdk_1_1_gps_data` - A GPS data bundle, that defines an auxillary GPS's position on earth, along with a date-time stamp * - :ref:`doxcsid-class_p1_1_1_image_sdk_1_1_imu_data` - An IMU data bundle, that defines the orientation of an auxillary IMU in space * - :ref:`doxcsid-struct_p1_1_1_image_sdk_1_1_gps_date_time_components` - A date & time representation used by the GPS to provide sub-millisecond precision * - :ref:`doxcsid-namespace_p1_1_1_image_sdk_1aa5aef9c59675209aad9d961cfa29ba0a` - Available pixel formats for encoding the image bitmap * - :ref:`doxcsid-namespace_p1_1_1_image_sdk_1a1af9a3b0ef6e1b8b9d058d471d928b76` - Setting to control the static calibration type called black clamping * - :ref:`doxcsid-namespace_p1_1_1_image_sdk_1afd47bcace44d603bc0bcc26a0b417540` - Setting to control how the static calibration handles digital offsets * - :ref:`doxcsid-class_p1_1_1_image_sdk_1_1_histogram` - A Histogram class