Struct sc_CmosSmootherParameters

Struct Documentation

struct sc_CmosSmootherParameters

Cmos and Smoother parameters structure.

Public Types

enum sc_ShutterMode

Values:

enumerator FULLY_EXTERNAL

start and stop of frames controlled by hardware input (“wire”)

enumerator IMMEDIATE_START_INTERNAL_TIMER

fully software-controlled frames

enumerator IMMEDIATE_START_INTERNAL_TIMER_MULTIPLE_SLOPES

not in use anymore

enumerator EXTERNAL_START_INTERNAL_TIMER

start of frames by wire, stop by software

enumerator EXTERNAL_START_INTERNAL_TIMER_MULTIPLE_SLOPES

not in use anymore

enumerator IMMEDIATE_START_EXTERNAL_FINISH

start of frames by software, stop by wire

Public Members

enum sc_CmosSmootherParameters::sc_ShutterMode shutter_mode

controls triggering of camera frames by hardware input

unsigned int single_slope_us

the exposure of a single camera frame

unsigned int dual_slope_us

not in use anymore

unsigned int triple_slope_us

not in use anymore

unsigned int frame_count

sets the number of frames per measurement

unsigned int analog_gain

the analog gain parameter of the sensor

double digital_gain

not in use anymore

unsigned int black_offset

the black offset parameter of the sensor

int black_cal_offset

not in use anymore

unsigned int smoother_shift1

intensity scale-down after application of smoother_pixel_mask1

unsigned char smoother_pixel_mask1[8][8]

first smoother mask

unsigned int smoother_shift2

intensity scale-down after application of smoother_pixel_mask2

unsigned char smoother_pixel_mask2[8][8]

second smoother mask

unsigned char white_pixel_min

threshold for white pixel suppression