|
Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
Go to the documentation of this file. 1 #ifndef CCDPARAMETERS_H
2 #define CCDPARAMETERS_H
6 #define CCDPARAM_TDI_LINEPERIOD 0x00080001
7 #define CCDPARAM_TDI_MODECONFIG 0x00080002
8 #define CCDPARAM_TDI_ENABLE 0x00080003
9 #define CCDPARAM_TAG_ENABLE 0x00080004
10 #define CCDPARAM_GET_CAPS 0x000808FF
18 #define CCD_BINMODE_1x1 0x00000000
19 #define CCD_BINMODE_2x2 0x00000001
20 #define CCD_BINMODE_4x4 0x00000002
21 #define CCD_BINMODE_8x8 0x00000004
45 #define CCD_NUM_CAPS 32
46 #define CAMAPP_V_BIN 0
48 #define CAMAPP_H_BIN 1
50 #define CAMAPP_A_BIN 2
52 #define CAMAPP_TDI_F 3
Definition: CCDParameters.h:32
Definition: CCDParameters.h:57
uint32_t mnUint
Definition: CCDParameters.h:62
uint32_t mnColumn[3]
column position to tag bit
Definition: CCDParameters.h:39
Definition: CCDParameters.h:59
Definition: CCDParameters.h:37
uint32_t mnBinMode
binning mode (See defines)
Definition: CCDParameters.h:28
struct tsCcdParamTagEnable tsCcdParamTagEnable
int32_t mnInt
Definition: CCDParameters.h:61
union tsCcdParamCaps::tuCapVal tuCapVal
tuCapVal maCapVals[CCD_NUM_CAPS]
each capability can have an optional value associated with it
Definition: CCDParameters.h:65
Definition: CCDParameters.h:24
uint32_t mnInterFrameSkipLines
number of lines to skip between consecutive frames
Definition: CCDParameters.h:27
uint32_t mnInitialSkipLines
number of lines to skip prior to accumulating first image
Definition: CCDParameters.h:26
struct tsCcdParamTdiLinePeriod tsCcdParamLinePeriod
uint32_t mnTdiLinePeriod_usec
this is only valid when TDI mode is enabled on internal triggering
Definition: CCDParameters.h:14
uint8_t maCaps[CCD_NUM_CAPS]
Definition: CCDParameters.h:58
float mnFloat
Definition: CCDParameters.h:60
uint32_t mnLinesPerImage
number of lines per image in TDI mode
Definition: CCDParameters.h:25
struct tsCcdParamCaps tsCcdParamCaps
uint32_t mnEnable
when non-zero, enable TDI frame packing mode
Definition: CCDParameters.h:33
uint32_t mnEnable[3]
non-zero to enable
Definition: CCDParameters.h:38
struct tsCcdParamTdiEnable tsCcdParamTdiEnable
struct tsCcdParamTdiModeConfig tsCcdParamTdiModeConfig
Definition: CCDParameters.h:13
#define CCD_NUM_CAPS
< up to 32 capability flags can be defined
Definition: CCDParameters.h:45