![]() |
DLAPI 4.1.1.0
An API for controlling Aluma branded cameras
|
Interface to an image buffer with extended metadata capabilities. More...
#include <dlapi.h>
Interface to an image buffer with extended metadata capabilities.
This interface extends the basic IImage interface to provide additional functionality for accessing image metadata. It inherits from IImageExt, which allows for more advanced metadata handling.
Keys supported by this interface include (but are not limited to):
DATE-GPS : STRING : The GPS date and time stamp of image readout start (format: YYYY-MM-DDTHH:MM:SS.MMMUUUZ).XORGSUBF : INT : The offset of the subframe's x-origin w.r.t. the full sensor frame in pixels.YORGSUBF : INT : The offset of the subframe's y-origin w.r.t. the full sensor frame in pixels.SUBWIDTH : INT : The width of the subframe in pixels.SUBHEIGHT: INT : The height of the subframe in pixels.XBINNING : INT : The x-binning factor applied to the image.YBINNING : INT : The y-binning factor applied to the image.OVSCAN : BOOL : The overscan region used for the image.READOUTM : INT : The readout mode used for the image.SET-TEMP : FLOAT : The set temperature of the camera during exposure in degrees Celcius.CCD-TEMP : FLOAT : The CCD temperature during exposure in degrees Celcius.HEATSINKT: FLOAT : The heatsink temperature during exposure in degrees Celcius.COOLPOW : FLOAT : The cooling power used during exposure as a percentage of max power.EGAIN : FLOAT : The eGain value used for the image.EXPOSURE : FLOAT : The exposure duration in seconds.