Enum sc_pipe_type_t

Enum Documentation

enum sc_pipe_type_t

Pipe type.

Values:

enumerator TDC_HISTO

Used to get pipe with tdc histo data

enumerator DLD_IMAGE_XY

Used to get 2d image data

enumerator DLD_IMAGE_XT

Used to get x-t image data

enumerator DLD_IMAGE_YT

Used to get y-t image data

enumerator DLD_IMAGE_3D

Used to get 3d (x,y,t cube) image data

enumerator DLD_SUM_HISTO

Used to get dld time histogram data

enumerator STATISTICS

Used to get statistics for last exposure

enumerator TMSTAMP_TDC_HISTO
enumerator TDC_STATISTICS
enumerator DLD_STATISTICS
enumerator USER_CALLBACKS

Used to receive lists of events (TDCs, DLDs, and cameras)

enumerator DLD_IMAGE_XY_EXT

Used to get 2d image data with extended parameter set

enumerator BUFFERED_DATA_CALLBACKS

Used by Python SDK, to receive lists of

events, reduces the frequency of callbacks

enumerator PIPE_CAM_FRAMES

Used to receive camera frame meta data, and raw image frame data, use nullptr as 3rd arg in sc_pipe_open2()

enumerator PIPE_CAM_BLOBS

Used to receive camera blob data, use nullptr as 3rd arg in sc_pipe_open2()

enumerator USED_MEM_CALLBACKS

Used to monitor hardware memory usage level