Struct sc_cam_frame_meta_t

Struct Documentation

struct sc_cam_frame_meta_t

Public Members

unsigned data_offset

memory address offset to the image data

unsigned frame_idx

index of frame within measurement

unsigned long long frame_time

time stamp of the frame

unsigned short width

width of the image / currently set ROI

unsigned short height

height of the image / currently set ROI

unsigned short roi_offset_x

horizontal position of the ROI on sensor

unsigned short roi_offset_y

vertical position of the ROI on sensor

unsigned short adc

ADC value, digitized voltage on ADC hardware input

unsigned char pixelformat

see sc_cam_pixelformat_t

unsigned char flags

see sc_cam_frame_meta_flags_t

unsigned char reserved[4]

no data, inserted for memory alignment