RAW dump table
The following code block shows the data structure for the RAW dump table structure.
typedef struct _ST_RAW_DUMP_TBL { STF_U8 u8Idx; STF_U8 u8TblCnt; STF_U8 u8CaptureCount; CI_BUFFTYPE enBufferType; CI_MEM_PARAM stDumpMem[CONTIGUOUS_CAPTURE_BUF_MAX]; } ST_RAW_DUMP_TBL, *PST_RAW_DUMP_TBL;
The following table describes the fields in the above code block.
Field | Description |
---|---|
u8Idx | Indicate current use buffer |
u8TblCnt | Indicate total allocate buffer count |
u8CaptureCount | Indicate how many images to capture |
enBufferType | Indicate those buffers will be used for which image buffer |
stDumpMem | RAW dump table |