scTDCLibrary
Data Fields
sc_pipe_dld_image_3d_params_t Struct Reference

Parameters for DLD_IMAGE_3D pipe type. More...

Data Fields

enum bitsize_t depth
 
int channel
 
unsigned long long modulo
 
struct sc3du_t binning
 
struct roi_t roi
 
unsigned int accumulation_ms
 
void * allocator_owner
 
int(* allocator_cb )(void *, void **)
 

Detailed Description

Parameters for DLD_IMAGE_3D pipe type.

The size of the data unit is roi.x * roi.y * roi.t * depth bytes. Please note, that modulo, binning and roi settings are applied in the same order like set in the structure. e.g. first modulo is applied, then binning and then roi.

Field Documentation

int(* sc_pipe_dld_image_3d_params_t::allocator_cb)(void *, void **)

Used to allocate memory for data. If NULL - direct memory allocation. allocator_owner field will used as first argument during the call.