scTDCLibrary
Data Fields
sc_pipe_dld_image_yt_params_t Struct Reference

Parameters for DLD_IMAGE_YT 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_YT pipe type.

The size of the data unit is roi.y * roi.t* depth bytes.

Field Documentation

int(* sc_pipe_dld_image_yt_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.