#include "dvcdefs.h"
Public Attributes | |
| RECT | camRect |
| double | dExposeTime |
| double | dExposeTimeStamp |
| double | dFrameTime |
| double | dTransferTime |
| double | dTriggerTimeStamp |
| int | hBin |
| int | nBinning |
| int | nFilterPos |
| int | nGain |
| int | nIntensifierDuration |
| int | nIntensifierGain |
| int | nIntensifierMode |
| int | nOffset |
| ULONG | ulBufferReadCount |
| ULONG | ulBufferWriteCount |
| ULONG | ulExposeCount |
| ULONG | ulFrameCount |
| ULONG | ulRingBuffer |
| ULONG | ulStreamCount |
| ULONG | ulTriggerCount |
| int | vBin |
dvcGetElapseTime().
ROI in camera coordinates.
| double ImageMetaData::dExposeTime |
Exposure time in milliseconds. Prior to version 3.3.4 the exposure time was set at the beginning of a single frame capture, dvcSnapShot(), of sequence, dvcStartSequenceEx(). Changes to the exposure during the sequence were not updated in subsequent frames.
Timestamp when a buffer's expose event was set.
| double ImageMetaData::dFrameTime |
Timestamp when last pixel was transferred. The timestamp is a double precision system time in milliseconds. The absolute value depends on the OS as returned from dvcElapseTime(0.0).
| double ImageMetaData::dTransferTime |
Time to transfer image from camera to host. The timestamp for the start of exposure can be computed from the dFrameTime - dExposeTime - dTransferTime.
Timestamp when the sequence started.
Number of horizontally binned pixels per output pixel
Camera binning index.
Filter position - Multispectral cameras only
Camera gain index.
Intensifier Duration - Intensified cameras only
Intensifier Gain - Intensified cameras only
Intensifier Mode - Intensified cameras only
Camera offset index.
Counter incremented each time a ring buffer is read.
Counter incremented each time a ring buffer is written.
Synchronization counter for expose events.
Running frame counter.
Index to the ring buffer.
Frame count in this sequence.
Synchronization counter for trigger events.
Number of vertically binned pixels per output pixel