Image Control Reference 14.0
Enumerations

Enumerations

enum  Grab2InfoType {
  G2STATUS_IMAGES_AQCUIRED = 0 , G2STATUS_IMAGES_LOST = 1 , G2STATUS_IMAGES_LOST_LOCKED = 2 , G2STATUS_IMAGES_LOCKED = 3 ,
  G2STATUS_IMAGES_PENDIG = 4 , G2STATUS_GRAB_ACTIVE = 5 , G2STATUS_TIMESTAMP = 6
}
 Status information of the IGrab2 interface of the underlying driver image. More...
 

Detailed Description

Enumeration Type Documentation

◆ Grab2InfoType

Status information of the IGrab2 interface of the underlying driver image.

Enumerator
G2STATUS_IMAGES_AQCUIRED 

Returns the number of images acquired by the hardware.
This includes the images that have been transfered to one of the ringbuffers and those which could not been transfered due to performance reasons or locked buffers.

G2STATUS_IMAGES_LOST 

Returns the number of images that have not been transfered to the ringbuffer due to performance reasons.

G2STATUS_IMAGES_LOST_LOCKED 

Returns the number of images that have not been transfered to the ringbuffer due to the fact that there was no free buffer available during acquisition.

G2STATUS_IMAGES_LOCKED 

Returns the number of locked buffers.

G2STATUS_IMAGES_PENDIG 

Returns the number of images that have been transfered to buffers but haven't been processed yet.

G2STATUS_GRAB_ACTIVE 

Returns wheter a acquisition task is active (Grab2Info not 0) or inactive (Grab2Info = 0).

G2STATUS_TIMESTAMP 

Returns a timestamp for the last acquired buffer.