RTGV_ACQUISITIONMODE

RTGV_ACQUISITIONMODE is an enumeration of available acquisition modes.

Syntax

typedef enum{
    invalidAcquisitionMode,
    continuousAcquisitionMode,
    hardwareTriggeredAcquisitionMode,
    softwareTriggeredAcquisitionMode
} RTGV_ACQUISITIONMODE, *PRTGV_ACQUISITIONMODE;

Members

invalidAcquisitionMode

Indicates an invalid acquisition mode.

continuousAcquisitionMode

The camera will continuously send images.

hardwareTriggeredAcquisitionMode

Not currently supported.

softwareTriggeredAcquisitionMode

The camera will send images when triggered (use RtGVSendTrigger).

Requirements

Minimum Supported Version RTX64 3.7 Vision SDK

Header

RtGVApi.h

Library

RtGigEVision.lib

See Also:

RtGVStartReceiveStream

RtGVGrabFrame

RtGVSendTrigger