Impact Acquire SDK C
GenICam Interface Layout (Device)

Classes and functions that will be available if the device is used with the GenICam interface layout. More...

Collaboration diagram for GenICam Interface Layout (Device):

Enumerations

enum  TRequestTransmissionMode { rtmFullResolution }
 Defines valid request transmission modes. More...
 
enum  TSequencerSetParameter {
  sspCounterDuration_Counter1 ,
  sspCounterDuration_Counter2 ,
  sspCounterDuration_Counter3 ,
  sspCounterDuration_Counter4 ,
  sspCounterDuration_Counter5 ,
  sspCounterDuration_Counter6 ,
  sspCounterDuration_Counter7 ,
  sspCounterDuration_Counter8 ,
  sspExposureTime ,
  sspGain_AnalogAll ,
  sspGain_AnalogRed ,
  sspGain_AnalogGreen ,
  sspGain_AnalogBlue ,
  sspGain_AnalogTap1 ,
  sspGain_AnalogTap2 ,
  sspGain_AnalogTap3 ,
  sspGain_AnalogTap4 ,
  sspOffsetX ,
  sspOffsetY ,
  sspWidth ,
  sspHeight ,
  sspBinningVertical ,
  sspBinningHorizontal ,
  sspDecimationVertical ,
  sspDecimationHorizontal
}
 Defines valid parameters that can be modified within a sequencer set at runtime. More...
 

Detailed Description

Classes and functions that will be available if the device is used with the GenICam interface layout.

This group contains functions and data types that will be available if the device is used with the dilGenICam interface layout.

This group contains classes and functions that will be available for a device used with the dilGenICam interface layout.

Enumeration Type Documentation

◆ TRequestTransmissionMode

Defines valid request transmission modes.

Using the custom command interpreter images can requested again from a device supporting it in different resolutions. This enumeration can be used to define what/how to transmit the image.

Since
2.18.0
Enumerator
rtmFullResolution 

Request transmission of an image in full resolution.

◆ TSequencerSetParameter

Defines valid parameters that can be modified within a sequencer set at runtime.

Using the custom command interpreter features controlled by a running sequencer can be modified while the sequencer is running. This enumeration can be used to define which parameter shall/can be modified.

Since
2.18.0
Enumerator
sspCounterDuration_Counter1 

Requests the CounterDuration[CounterSelector=Counter1] property to be modified in a user selected sequencer set.

sspCounterDuration_Counter2 

Requests the CounterDuration[CounterSelector=Counter2] property to be modified in a user selected sequencer set.

sspCounterDuration_Counter3 

Requests the CounterDuration[CounterSelector=Counter3] property to be modified in a user selected sequencer set.

sspCounterDuration_Counter4 

Requests the CounterDuration[CounterSelector=Counter4] property to be modified in a user selected sequencer set.

sspCounterDuration_Counter5 

Requests the CounterDuration[CounterSelector=Counter5] property to be modified in a user selected sequencer set.

sspCounterDuration_Counter6 

Requests the CounterDuration[CounterSelector=Counter6] property to be modified in a user selected sequencer set.

sspCounterDuration_Counter7 

Requests the CounterDuration[CounterSelector=Counter7] property to be modified in a user selected sequencer set.

sspCounterDuration_Counter8 

Requests the CounterDuration[CounterSelector=Counter8] property to be modified in a user selected sequencer set.

sspExposureTime 

Requests the ExposureTime property to be modified in a user selected sequencer set.

sspGain_AnalogAll 

Requests the Gain[GainSelector=AnalogAll] property to be modified in a user selected sequencer set.

sspGain_AnalogRed 

Requests the Gain[GainSelector=AnalogRed] property to be modified in a user selected sequencer set.

sspGain_AnalogGreen 

Requests the Gain[GainSelector=AnalogGreen] property to be modified in a user selected sequencer set.

sspGain_AnalogBlue 

Requests the Gain[GainSelector=AnalogBlue] property to be modified in a user selected sequencer set.

sspGain_AnalogTap1 

Requests the Gain[GainSelector=AnalogTap1] property to be modified in a user selected sequencer set.

sspGain_AnalogTap2 

Requests the Gain[GainSelector=AnalogTap2] property to be modified in a user selected sequencer set.

sspGain_AnalogTap3 

Requests the Gain[GainSelector=AnalogTap3] property to be modified in a user selected sequencer set.

sspGain_AnalogTap4 

Requests the Gain[GainSelector=AnalogTap4] property to be modified in a user selected sequencer set.

sspOffsetX 

Requests the OffsetX property to be modified in a user selected sequencer set.

Since
2.34.0, requires firmware version >= 2.35
sspOffsetY 

Requests the OffsetY property to be modified in a user selected sequencer set.

Since
2.34.0, requires firmware version >= 2.35
sspWidth 

Requests the Width property to be modified in a user selected sequencer set.

Since
2.36.0, requires firmware version >= 2.36
sspHeight 

Requests the Height property to be modified in a user selected sequencer set.

Since
2.36.0, requires firmware version >= 2.36
sspBinningVertical 

Requests the BinningVertical property to be modified in a user selected sequencer set.

Since
2.45.0, requires firmware version >= 2.44
sspBinningHorizontal 

Requests the BinningHorizontal property to be modified in a user selected sequencer set.

Since
2.45.0, requires firmware version >= 2.44
sspDecimationVertical 

Requests the DecimationVertical property to be modified in a user selected sequencer set.

Since
2.45.0, requires firmware version >= 2.44
sspDecimationHorizontal 

Requests the DecimationHorizontal property to be modified in a user selected sequencer set.

Since
2.45.0, requires firmware version >= 2.44