Adding camera input selection (has to be connected to gstconf.py)
[libre-streamer.git] / config.xml
1 <?xml version="1.0" standalone="yes"?>
2 <!-- This file is generated by -->
3 <autocampars>
4 <!-- File version -->
5 <version>1.36</version>
6 <!-- Number of parameter page that will be used as default (i.e. after camera boot) -->
7 <defaultPage>1</defaultPage>
8 <!-- Number of parameter page that will be next used to save parameters (if not specified) -->
9 <nextPage>2</nextPage>
10 <!-- Descriptions of the parameters -->
11 <descriptions>
12 <comment>init</comment>
13 <timestamp>init</timestamp>
14 <SENSOR>Sensor ID number is determined by driver. Writing 0 to this location will re-start sensor identification</SENSOR>
15 <SENSOR_RUN>Sensor can be stopped (0), acquire a single frame (1) or run continuously (2)</SENSOR_RUN>
16 <SENSOR_SINGLE>Pseudo-register to write SENSOR_RUN_SINGLE here. Same as SENSOR_RUN, just the command will not propagate to the next frames</SENSOR_SINGLE>
17 <ACTUAL_WIDTH>Actual image size (appropriately divided when decimation is used) - readonly</ACTUAL_WIDTH>
18 <ACTUAL_HEIGHT>Actual image height (appropriately divided when decimation is used) - readonly</ACTUAL_HEIGHT>
19 <BAYER>Bayer mosaic shift 0..3 (+1 - swap horisontally,+2 - swap vertically)</BAYER>
20 <PERIOD>Frame period in pixel clock cycles - readonly</PERIOD>
21 <FP1000SLIM>FPS limit as integer number of frames per 1000 seconds</FP1000SLIM>
22 <FRAME>Absolute frame number, counted by the sensor frame sync pulses. Includes the frames that are not compressed and never appeared in the circbuf.</FRAME>
23 <CLK_FPGA>Sensor clock in HZ (so 96MHz is 96000000)</CLK_FPGA>
24 <CLK_SENSOR>FPGA compressor/memory clock in HZ (so 1600Hz is 160000000)</CLK_SENSOR>
25 <FPGA_XTRA>Extra clock cycles compressor needs to compress a frame in addition to the number of compressed pixels (for non-jp4 images each sensor pixel needs 3 FPGA clock cycles, for some of the jp4 modes - 2 clocks/pixel</FPGA_XTRA>
26 <TRIG>Trigger mode. currently 0 - free running, 4 - triggered by external signal or FPGA timing generator.</TRIG>
27 <EXPOS>Exposure time in microseconds. Sensor driver modifies the value of this parameter to be multiple of sensor scan line times (see VEXPOS)</EXPOS>
28 <BGFRAME></BGFRAME>
29 <IMGSZMEM></IMGSZMEM>
30 <PAGE_ACQ></PAGE_ACQ>
31 <PAGE_READ></PAGE_READ>
32 <OVERLAP></OVERLAP>
33 <VIRT_KEEP>Preserve \"virtual window\" size when resizing the window of interest (WOI) if non-zero. That will preserve the same FPS when resizing WOI</VIRT_KEEP>
34 <VIRT_WIDTH>Width of the virtual window defines the time of reading out 1 sensor scan line. Normally this parameter is determined by the driver automatically, but may be manually modified.</VIRT_WIDTH>
35 <VIRT_HEIGHT>Height of the virtual window defines the frame duration in scan lines. Readout period (in free-running, not externally triggered mode) is equal to the product of VIRT_WIDTH * VIRT_HEIGHT. Normally this parameter is determined by the driver automatically, but may be manually modified.</VIRT_HEIGHT>
36 <WOI_LEFT>Window of interest left margin. Should be even number</WOI_LEFT>
37 <WOI_TOP>Window of interest top margin. Should be even number</WOI_TOP>
38 <WOI_WIDTH>Window of interest width. Should be multiple of 16 (divided by decimation if any). This parameter is modified by the driver according to the sensor capabilities, so if you put 10000 this value will be reduced to the full sensor width.</WOI_WIDTH>
39 <WOI_HEIGHT>Window of interest height. Should be multiple of 16 (divided by decimation if any). This parameter is modified by the driver according to the sensor capabilities, so if you put 10000 this value will be reduced to the full sensor width.</WOI_HEIGHT>
40 <FLIPH>Mirroring (flipping) the image horizontally. Driver is aware of the sensor orientation in Elphel cameras so value 0 is used for normal image orientation when captured by the camera (contrary to the previously released software)</FLIPH>
41 <FLIPV>Mirroring (flipping) the image vertically. Driver is aware of the sensor orientation in Elphel cameras so value 0 is used for normal image orientation when captured by the camera (contrary to the previously released software)</FLIPV>
42 <FPSFLAGS>FPS limit mode - bit 0 - limit fps (not higher than), bit 1 - maintain fps (not lower than)</FPSFLAGS>
43 <DCM_HOR>Horizontal decimation of the image (as supported by the sensor). Actual number of pixels read from the senor will is divided (from the WOI size) by this value (0 considered to be the same as 1)</DCM_HOR>
44 <DCM_VERT>Vertical decimation of the image (as supported by the sensor). Actual number of pixels read from the senor will is divided (from the WOI size) by this value (0 considered to be the same as 1)</DCM_VERT>
45 <BIN_HOR>Horizontal binning (adding/averaging) of several adjacent pixels of the same color (so odd and even pixels are processed separately) as supported by the sensor.</BIN_HOR>
46 <BIN_VERT>Vertical binning (adding/averaging) of several adjacent pixels of the same color (so odd and even pixels are processed separately) as supported by the sensor.</BIN_VERT>
47 <FPGATEST>Replace the image from the sensor with the internally generated test pattern. Currently only two values are supported: 0 - npormal image, 1 horizontal gradient.</FPGATEST>
48 <TESTSENSOR>Sensor internal test modes: 0x10000 - enable, lower bits - test mode value</TESTSENSOR>
49 <COLOR>Compressor modes (only modes 0..2 can be processed with standard libjpeg):`
50 0 - mono6, monochrome (color YCbCr 4:2:0 with zeroed out color componets)`
51 1 - color, YCbCr 4:2:0, 3x3 pixels`
52 2 - jp46 - original jp4, encoded as 4:2:0 with zeroed color components`
53 3 - jp46dc, modified jp46 so each color component uses individual DC diffenential encoding`
54 4 - reserved for color with 5x5 conversion (not yet implemented)`
55 5 - jp4 with ommitted color components (4:0:0)`
56 6 - jp4dc, similar to jp46dc encoded as 4:0:0`
57 7 - jp4diff, differential where (R-G), G, (G2-G) and (B-G) components are encoded as 4:0:0`
58 8 - jp4hdr, (R-G), G, G2,(B-G) are encoded so G2 can be used with high gain`
59 9 - jp4fiff2, (R-G)/2, G,(G2-G)/2, (B-G)/2 to avoid possible overflow in compressed values`
60 10 - jp4hdr2, (R-G)/2, G,G2,(B-G)/2`
61 14 - mono, monochrome with ommitted color components (4:0:0)</COLOR>
62 <FRAMESYNC_DLY>not used, should be 0</FRAMESYNC_DLY>
63 <PF_HEIGHT>Height of the strip in photofinish mode (not functional)</PF_HEIGHT>
64 <BITS>data width stored from the sensor - can be either 8 or 16. 16 bit mode bypasses gamma-conversion, but it is not supported by the compressor</BITS>
65 <SHIFTL>not used, should be 0</SHIFTL>
66 <FPNS>FPN correction subtract scale - not yet supported by current software</FPNS>
67 <FPNM>FPN correction multiply scale - not yet supported by current software</FPNM>
68 <VEXPOS>Exposure measured in sensor native units - number of scan lines, it can be any integer number, while the EXPOS measured in microseconds is modified by the driver to make it multiple of scan lines. Both VEXPOS and EXPOS can be used to specify exposure.</VEXPOS>
69 <VIRTTRIG>Not used, should be 0</VIRTTRIG>
70 <PERIOD_MIN>Minimal frame period (in pixel clock cycles) calculated by the driver from the user and hardware limitations (readonly)</PERIOD_MIN>
71 <PERIOD_MAX>Maximal frame period (in pixel clock cycles) calculated by the driver from the user and hardware limitations (readonly)</PERIOD_MAX>
72 <SENSOR_PIXH>Pixels to be read from the sensor, horizontal,incliding margins, excluding embedded timestamps (readonly)</SENSOR_PIXH>
73 <SENSOR_PIXV>Pixels to be read from the sensor, vertical, incliding margins (readonly)</SENSOR_PIXV>
74 <GAINR>Red channel sensor overall (analog and digital) gain multiplied by 0x10000, so 0x10000 corresponds to x1.0 gain. If ANA_GAIN_ENABLE is enabled this overall gain is split between the sensor analog gain and digital scalining. Digital scaling is needed to fill the gaps in between large analog gain steps.</GAINR>
75 <GAING>Green channel sensor overall (analog and digital) gain multiplied by 0x10000, so 0x10000 corresponds to x1.0 gain. If ANA_GAIN_ENABLE is enabled this overall gain is split between the sensor analog gain and digital scalining. Digital scaling is needed to fill the gaps in between large analog gain steps. Green channel is used in automatic exposure adjustment and as reference to differencial color gains. When changing the value of GAING other gains will be changed proportionally if their ratios to green are preserved (see RSCALE, GSCALE, BSCALE</GAING>
76 <GAINGB>Second green (GB - green in blue line) channel sensor overall (analog and digital) gain multiplied by 0x10000, so 0x10000 corresponds to x1.0 gain. Normally the second green channel is programmed to have the same gain as the first green, but can be used separately for HDR applications. If ANA_GAIN_ENABLE is enabled this overall gain is split between the sensor analog gain and digital scalining. Digital scaling is needed to fill the gaps in between large analog gain steps.</GAINGB>
77 <GAINB>Blue channel sensor overall (analog and digital) gain multiplied by 0x10000, so 0x10000 corresponds to x1.0 gain. If ANA_GAIN_ENABLE is enabled this overall gain is split between the sensor analog gain and digital scalining. Digital scaling is needed to fill the gaps in between large analog gain steps.</GAINB>
78 <RSCALE_ALL>Combines RSCALE and RSCALE_CTL data</RSCALE_ALL>
79 <GSCALE_ALL>Combines GSCALE and GSCALE_CTL data</GSCALE_ALL>
80 <BSCALE_ALL>Combines BSCALE and BSCALE_CTL data</BSCALE_ALL>
81 <RSCALE>Ratio of gains in Red and Green (base) colors, multiplied by 0x10000. This value is connected to individual gains: GAINR and GAING, when you change RSCALE it will cause GAINR to be updated also (if RSCALE is not disabled in RSCALE_CTL). When GAINR is changed, this RSCALE value may also change (or not - depending on the RSCALE_CTL)</RSCALE>
82 <GSCALE>Ratio of gains in Green2 and Green (base) colors, multiplied by 0x10000. This value is connected to individual gains: GAINGB and GAING, when you change GSCALE it will cause GAINGB to be updated also (if GSCALE is not disabled in GSCALE_CTL). When GAINGB is changed, this GSCALE value may also change (or not - depending on the GSCALE_CTL). This second green scale should normally have the value 0x10000 (1.0) - it may be different only in some HDR modes.</GSCALE>
83 <BSCALE>Ratio of gains in Blue and Green (base) colors, multiplied by 0x10000. This value is connected to individual gains: GAINB and GAING, when you change BSCALE it will cause GAINB to be updated also (if BSCALE is not disabled in BSCALE_CTL). When GAINB is changed, this BSCALE value may also change (or not - depending on the BSCALE_CTL)</BSCALE>
84 <RSCALE_CTL>A 2-bit RSCALE control. The following constants are defined:`
85 ELPHEL_CONST_CSCALES_CTL_NORMAL - use RSCALE to update GAINR and be updated when GAINR is changed`
86 ELPHEL_CONST_CSCALES_CTL_RECALC - recalculate RSCALE from GAINR/GAING once, then driver will modify the RSCALE_CTL value to ELPHEL_CONST_CSCALES_CTL_NORMAL`
87 ELPHEL_CONST_CSCALES_CTL_FOLLOW - update RSCALE from GAINR/GAING, but ignore any (external to the driver) changes to RSCALE itself`
88 ELPHEL_CONST_CSCALES_CTL_DISABLE - completely disable RSCALE - do not update it from GAINR and ignore any external changes to RSCALE`</RSCALE_CTL>
89 <GSCALE_CTL>A 2-bit GSCALE control. The following constants are defined:`
90 ELPHEL_CONST_CSCALES_CTL_NORMAL - use GSCALE to update GAINGB and be updated when GAINGB is changed`
91 ELPHEL_CONST_CSCALES_CTL_RECALC - recalculate GSCALE from GAINGB/GAING once, then driver will modify the GRSCALE_CTL value to ELPHEL_CONST_CSCALES_CTL_NORMAL`
92 ELPHEL_CONST_CSCALES_CTL_FOLLOW - update GSCALE from GAINGB/GAING, but ignore any (external to the driver) changes to GSCALE itself`
93 ELPHEL_CONST_CSCALES_CTL_DISABLE - completely disable GSCALE - do not update it from GAING and ignore any external changes to GSCALE`</GSCALE_CTL>
94 <BSCALE_CTL>A 2-bit BSCALE control. The following constants are defined:`
95 ELPHEL_CONST_CSCALES_CTL_NORMAL - use BSCALE to update GAINB and be updated when GAINB is changed`
96 ELPHEL_CONST_CSCALES_CTL_RECALC - recalculate BSCALE from GAINB/GAING once, then driver will modify the BSCALE_CTL value to ELPHEL_CONST_CSCALES_CTL_NORMAL`
97 ELPHEL_CONST_CSCALES_CTL_FOLLOW - update BSCALE from GAINB/GAING, but ignore any (external to the driver) changes to BSCALE itself`
98 ELPHEL_CONST_CSCALES_CTL_DISABLE - completely disable BSCALE - do not update it from GAINB and ignore any external changes to BSCALE`</BSCALE_CTL>
99 <FATZERO>not used</FATZERO>
100 <QUALITY>JPEG compression quality in percents. Supports individual setting of the Y and C quantization tables and quality values when the second byte is non-zero. Table zero is used always used for Y components (and all JP4/JP46 ones), table for C components is determined by the bit 15. When this bit is 0 the color quantization table (table 1) is used, when it is one - Y quantization table (table 0). If bits 8..14 are all zero, the same quality is used for both Y and C (with Y and C tables, respectively). Bit 7 determins if the standard JPEG table is used (bit7==0) or transposed one for portrait mode (bit7=1).</QUALITY>
101 <PORTRAIT>JPEG quantization tables are optimezed for human perception when the scan lines are horizontal. If the value of PORTRAIT parameter is odd, these tables are transposed to be optimal for vertical scan lines. 0 - landscape with first line on top, 1 first line oin right, 2 - fierst line on the bottom and 3 - first line on the left. </PORTRAIT>
102 <CORING_INDEX>Combined coring index for Y and C components - MSW - for C, LSW - for Y. Each is in the range 0f 0..99, default is 0x50005 (5/5). Highter values reduce noise (and file size) but can cause compression artifacts. The optimal values depend on compression quality, the higher the quality the larger the coring idexes are needed. Index 10 corresponds to 1.0 in quantized DCT coefficients, coefficients below index/10 are effectively zeroed out.</CORING_INDEX>
103 <FP1000S>Current sensor frame rate measured in frames per 1000 seconds</FP1000S>
104 <SENSOR_WIDTH>Sensor width in pixels (readonly)</SENSOR_WIDTH>
105 <SENSOR_HEIGHT>Sensor height in pixels (readonly)</SENSOR_HEIGHT>
106 <COLOR_SATURATION_BLUE>Saturation of blue color (B-G) in percents. This scale value is used in the Bayer-to-YCbCr converter that feeds the JPEG compressor. Normally the saturation should be more than 100 to compensate the color washout when the gamma correction value is less than 1.0, because the gamma correction (which is applied to the raw Bayer pixel data) decrease relative (divided by the full value) difference between color components</COLOR_SATURATION_BLUE>
107 <COLOR_SATURATION_RED>Saturation of red color (R-G) in percents. This scale value is used in the Bayer-to-YCbCr converter that feeds the JPEG compressor. Normally the saturation should be more than 100 to compensate the color washout when the gamma correction value is less than 1.0, because the gamma correction (which is applied to the raw Bayer pixel data) decrease relative (divided by the full value) difference between color components</COLOR_SATURATION_RED>
108 <VIGNET_AX>AX in AX*X^2+BX*X+AY*Y^2+BY*Y+C</VIGNET_AX>
109 <VIGNET_AY>AY in AX*X^2+BX*X+AY*Y^2+BY*Y+C</VIGNET_AY>
110 <VIGNET_BX>BX in AX*X^2+BX*X+AY*Y^2+BY*Y+C</VIGNET_BX>
111 <VIGNET_BY>BY in AX*X^2+BX*X+AY*Y^2+BY*Y+C</VIGNET_BY>
112 <VIGNET_C>C in AX*X^2+BX*X+AY*Y^2+BY*Y+C</VIGNET_C>
113 <VIGNET_SHL>Additional shift left of the vignetting correction multiplied by digital gain. Default 1</VIGNET_SHL>
114 <SCALE_ZERO_IN>Will be subtracted from the 16-bit unsigned scaled sensor data before multiplying by vignetting correction and color balancing scale. It is a 17-bit signed data</SCALE_ZERO_IN>
115 <SCALE_ZERO_OUT>Will be added to the result of multiplication of the 16-bit sennsor data (with optionally subtracted SCALE_ZERO_IN) by color correction coefficient/vignetting correction coefficient</SCALE_ZERO_OUT>
116 <DGAINR>Digital gain" for the red color channel - 17 bit unsigned value. Default value is 0x8000 fro 1.0, so up to 4X gain boost is available before saturation</DGAINR>
117 <DGAING>Digital gain" for the green color channel - 17 bit unsigned value. Default value is 0x8000 fro 1.0, so up to 4X gain boost is available before saturation</DGAING>
118 <DGAINGB>Digital gain" for second green color channel - 17 bit unsigned value. Default value is 0x8000 fro 1.0, so up to 4X gain boost is available before saturation</DGAINGB>
119 <DGAINB>Digital gain" for the blue color channel - 17 bit unsigned value. Default value is 0x8000 fro 1.0, so up to 4X gain boost is available before saturation</DGAINB>
120 <CORING_PAGE>Number of coring LUT page number. Current software programs only page 0 (of 8) using CORING_INDEX parameter.</CORING_PAGE>
121 <TILES>Number of 16x16 (20x20) tiles in a compressed frame (readonly)</TILES>
122 <SENSOR_PHASE>Sensor phase adjusment, packed, low 16 bit - signed fine phase, bits [18:17] - 90-degrees shift</SENSOR_PHASE>
123 <TEMPERATURE_PERIOD>Period of sesnor temperature measurements, ms</TEMPERATURE_PERIOD>
124 <AUTOEXP_ON>1 - autoexposure enabled when, 0 - autoexpousre disabled. Autoexposure can still be off if the bit responsible for autoexposure daemon in DAEMON_EN is turned off - in the latter case the whole autoexposure daemon will be disabled, including white balancing and hdr mode also.</AUTOEXP_ON>
125 <HISTWND_RWIDTH>Histogram (used for autoexposure, white balancing and just histograms display) window width, relative to the window (WOI) width. It is defined as a fraction of 65536(0x10000), so 0x8000 is 50%</HISTWND_RWIDTH>
126 <HISTWND_RHEIGHT>Histogram (used for autoexposure, white balancing and just histograms display) window height, relative to the window (WOI) height. It is defined as a fraction of 65536(0x10000), so 0x8000 is 50%</HISTWND_RHEIGHT>
127 <HISTWND_RLEFT>Histogram (used for autoexposure, white balancing and just histograms display) window left position, relative to the window (WOI) remaining (after HISTWND_RWIDTH). It is defined as a fraction of 65536(0x10000), so when HISTWND_RLEFT=0x8000 and HISTWND_RWIDTH=0x8000 that will put histogram window in the center 50% leaving 25% from each of the left and right WOI limits</HISTWND_RLEFT>
128 <HISTWND_RTOP>Histogram (used for autoexposure, white balancing and just histograms display) window top position, relative to the window (WOI) remaining (after HISTWND_RHEIGHT). It is defined as a fraction of 65536(0x10000), so when HISTWND_RTOP=0x8000 and HISTWND_RHEIGHT=0x8000 that will put histogram window vertically in the center 50% leaving 25% from each of the top and bottom WOI limits</HISTWND_RTOP>
129 <AUTOEXP_EXP_MAX>Maximal exposure time allowed to autoexposure daemon (in microseconds)</AUTOEXP_EXP_MAX>
130 <AUTOEXP_OVEREXP_MAX>not used</AUTOEXP_OVEREXP_MAX>
131 <AUTOEXP_S_PERCENT>not used</AUTOEXP_S_PERCENT>
132 <AUTOEXP_S_INDEX>not used</AUTOEXP_S_INDEX>
133 <AUTOEXP_EXP>not used</AUTOEXP_EXP>
134 <AUTOEXP_SKIP_PMIN>not used</AUTOEXP_SKIP_PMIN>
135 <AUTOEXP_SKIP_PMAX>not used</AUTOEXP_SKIP_PMAX>
136 <AUTOEXP_SKIP_T>not used</AUTOEXP_SKIP_T>
137 <HISTWND_WIDTH>Histogram (used for autoexposure, white balancing and just histograms display) window width in pixels (readonly)</HISTWND_WIDTH>
138 <HISTWND_HEIGHT>Histogram (used for autoexposure, white balancing and just histograms display) window height in pixels (readonly)</HISTWND_HEIGHT>
139 <HISTWND_TOP>Histogram (used for autoexposure, white balancing and just histograms display) window top position in pixels (readonly)</HISTWND_TOP>
140 <HISTWND_LEFT>Histogram (used for autoexposure, white balancing and just histograms display) window left position in pixels (readonly)</HISTWND_LEFT>
141 <FOCUS_SHOW>Show focus information instead of/combined with the image: 0 - regular image, 1 - block focus instead of Y DC (AC=0), 2 - image Y DC combined all frame, 3 combined in WOI</FOCUS_SHOW>
142 <FOCUS_SHOW1>Additional parameter that modifies visualization mode. Currently just a single bit (how much to add)</FOCUS_SHOW1>
143 <RFOCUS_LEFT>init</RFOCUS_LEFT>
144 <RFOCUS_WIDTH>init</RFOCUS_WIDTH>
145 <RFOCUS_TOP>init</RFOCUS_TOP>
146 <RFOCUS_HEIGHT>init</RFOCUS_HEIGHT>
147 <FOCUS_LEFT>Focus WOI left margin, in pixels, inclusive (3 LSB will be zeroed as it should be multiple of 8x8 block width)</FOCUS_LEFT>
148 <FOCUS_WIDTH>Focus WOI width (3 LSB will be zeroed as it should be multiple of 8x8 block width)</FOCUS_WIDTH>
149 <FOCUS_TOP>focus WOI top margin, inclusive (3 LSB will be zeroed as it should be multiple of 8x8 block height)</FOCUS_TOP>
150 <FOCUS_HEIGHT>Focus WOI height (3 LSB will be zeroed as it should be multiple of 8x8 block height)</FOCUS_HEIGHT>
151 <FOCUS_TOTWIDTH>Total width of the image frame in pixels (readonly)</FOCUS_TOTWIDTH>
152 <FOCUS_FILTER>Select 8x8 filter used for the focus calculation (same order as quantization coefficients), 0..14</FOCUS_FILTER>
153 <TRIG_CONDITION>FPGA trigger sequencer trigger condition, 0 - internal, else dibits ((use<<1) | level) for each GPIO[11:0] pin). Example:0x200000 - input from external connector (J15 - http://wiki.elphel.com/index.php?title=10369#J15_-_SYNC_.28external.29 ), 0x20000 - input from internal (J13/J14 - http://wiki.elphel.com/index.php?title=10369#J13_-_SYNC_.28internal.2C_slave.29 )</TRIG_CONDITION>
154 <TRIG_DELAY>FPGA trigger sequencer trigger delay, 32 bits in pixel clocks</TRIG_DELAY>
155 <TRIG_OUT>FPGA trigger sequencer trigger output to GPIO, dibits ((use << 1) | level_when_active). Bit 24 - test mode, when GPIO[11:10] are controlled by other internal signals. Example: 0x800000 - output to external (J15 - http://wiki.elphel.com/index.php?title=10369#J15_-_SYNC_.28external.29 ) connector, 0x80000 - to internal (J12 - http://wiki.elphel.com/index.php?title=10369#J12_-_SYNC_.28internal.2C_master.29 )</TRIG_OUT>
156 <TRIG_PERIOD>FPGA trigger sequencer output sync period (32 bits, in pixel clocks). 0- stop. 1 - single, >=256 repetitive with specified period</TRIG_PERIOD>
157 <TRIG_BITLENGTH>Bit length minus 1 (in pixel clock cycles) when transmitting/receiving timestamps, without timestamps the output pulse width is 8*(TRIG_BITLENGTH+1). Legal values 2..255.</TRIG_BITLENGTH>
158 <EXTERN_TIMESTAMP>When 1 camera will use external timestamp (received over inter-camera synchronization cable) if it is available (no action when external syncronization is not connected), when 0 - local timestamp will be used</EXTERN_TIMESTAMP>
159 <XMIT_TIMESTAMP>Specify output signal sent through internal/external connector (defined by TRIG_OUT). 0 - transmit just sync pulse (8*(TRIG_BITLENGTH+1) pixel clock periods long), 1 - pulse+timestamp 64*(TRIG_BITLENGTH+1) pixel clock periods long</XMIT_TIMESTAMP>
160 <SKIP_FRAMES>Changes parameter latencies tables pages for each of the trigger modes separately (0/1), currently should be 0</SKIP_FRAMES>
161 <I2C_QPERIOD>Number of system clock periods in 1/4 of i2c SCL period to the sensor/sensor board, set by the driver</I2C_QPERIOD>
162 <I2C_BYTES>Number of bytes in hardware i2c write (after slave addr) -0/1/2, set by the driver</I2C_BYTES>
163 <IRQ_SMART>IRQ mode (3 bits) to combine interrupts from the sensor frame sync and compressor when it is running: +1 - wait for VACT in early compressor_done, +2 - wait for dma fifo ready. Current software assumes both bits are set (value=3), set up by the driver". Currently bit 2 (+4) needs to be set to 1 when bit 0 is 0 - otherwise the latest frame will not have parameters copied to. So instead of IRQ_SMART=2 it should be IRQ_SMART=6</IRQ_SMART>
164 <OVERSIZE>0 - normal mode, 1 - ignore sensor dimensions, use absolute WOI_LEFT, WOI_TOP - needed to be able to read optically black pixels</OVERSIZE>
165 <GTAB_R>Identifies Gamma-table for the red color. Camera can use either automatically generated tables using the provided black level and gamma (in percent) or arbitrary custom tables, in that case the top 16 bits are used as a 16-bit hash (user provided) to distinguish between different loaded tables. The lower 16 bits determine scale applied to the table (saturated to the full scale), so the value is (black_level<<24) | (gamma_in_percent <<16) | (scale_times_0x1000 & 0xffff). In PHP (or PHP scripts) the individual fields of GTAB_R can be referenced with composite names like GTAB_R__0824 for black level, GTAB_R__0816 for gamma in percents and GTAB_R__1600 for scale.</GTAB_R>
166 <GTAB_G>Identifies Gamma-table for the green color. Camera can use either automatically generated tables using the provided black level and gamma (in percent) or arbitrary custom tables, in that case the top 16 bits are used as a 16-bit hash (user provided) to distinguish between different loaded tables. The lower 16 bits determine scale applied to the table (saturated to the full scale), so the value is (black_level<<24) | (gamma_in_percent <<16) | (scale_times_0x1000 & 0xffff). In PHP (or PHP scripts) the individual fields of GTAB_G can be referenced with composite names like GTAB_G__0824 for black level, GTAB_G__0816 for gamma in percents and GTAB_G__1600 for scale.</GTAB_G>
167 <GTAB_GB>Identifies Gamma-table for the second green (in blue line) color. Camera can use either automatically generated tables using the provided black level and gamma (in percent) or arbitrary custom tables, in that case the top 16 bits are used as a 16-bit hash (user provided) to distinguish between different loaded tables. The lower 16 bits determine scale applied to the table (saturated to the full scale), so the value is (black_level<<24) | (gamma_in_percent <<16) | (scale_times_0x1000 & 0xffff). In PHP (or PHP scripts) the individual fields of GTAB_GB can be referenced with composite names like GTAB_GB__0824 for black level, GTAB_GB__0816 for gamma in percents and GTAB_GB__1600 for scale.</GTAB_GB>
168 <GTAB_B>Identifies Gamma-table for the blue color. Camera can use either automatically generated tables using the provided black level and gamma (in percent) or arbitrary custom tables, in that case the top 16 bits are used as a 16-bit hash (user provided) to distinguish between different loaded tables. The lower 16 bits determine scale applied to the table (saturated to the full scale), so the value is (black_level<<24) | (gamma_in_percent <<16) | (scale_times_0x1000 & 0xffff). In PHP (or PHP scripts) the individual fields of GTAB_B can be referenced with composite names like GTAB_B__0824 for black level, GTAB_B__0816 for gamma in percents and GTAB_B__1600 for scale.</GTAB_B>
169 <SDRAM_CHN20>Internal value used by the driver (memory controller register 0 channel 2)</SDRAM_CHN20>
170 <SDRAM_CHN21>Internal value used by the driver (memory controller register 1 channel 2)</SDRAM_CHN21>
171 <SDRAM_CHN22>Internal value used by the driver (memory controller register 2 channel 2)</SDRAM_CHN22>
172 <COMPRESSOR_RUN>Compressor state: 0 - stopped, 1 - compress single frame, 2 - run continuously. Some applications (streamer, videorecorder) rely on this register to be set to 2</COMPRESSOR_RUN>
173 <COMPRESSOR_SINGLE>Pseudo-register to write COMPERRSOR_RUN_SINGLE here. Same as COMPRESSOR_RUN, just the command will not propagate to the next frames</COMPRESSOR_SINGLE>
174 <COMPMOD_BYRSH>Additional bayer shift in compressor only (to swap meanings of the colors), 0..3</COMPMOD_BYRSH>
175 <COMPMOD_TILSH>Diagonal shift of the 16x16 pixel block in the 20x20 tile that compressor receives (0 - top left corner is (0,0), ..., 4 - top left corner is (4,4))</COMPMOD_TILSH>
176 <COMPMOD_DCSUB>Subtract average block pixel value before DCT and add it back after</COMPMOD_DCSUB>
177 <COMPMOD_QTAB>Quantization table bank number (set by the driver)</COMPMOD_QTAB>
178 <SENSOR_REGS>Sensor internal registers (sensor-specific). In PHP scripts it is possible to reference individual register/bit fields with composite names, i.e. SENSOR_REGS160__0403 in Micron MT9P031 sensor allows to edit test patter number - bits 3..6 of the sensor register 160 (0xa0). There is additional suffix availble in multi-sesnor cameras. Some parameters may have different values for different sensor, in that case __A (and __a) reference register of sensor 1, __B (__b) and __C (__c) - sensors 2 and 3. Parametes with upper case (__A, __B and __C) will reference the base parameter if individual is not defined, low case suffixes are strict and return error if the parameter does not have individual values for sensors.</SENSOR_REGS>
179 <DAEMON_EN>Controls running daemons (individually turns them on/off by setting/resetting the related bit). It is more convinient to control them as individual bits using defined composite parameters, like DAEMON_EN_AUTOEXPOSURE, DAEMON_EN_STREAMER, etc.</DAEMON_EN>
180 <DAEMON_EN_AUTOEXPOSURE>0 - turns autoexposure daemon off, 1 - on. When off - not just autoexposure, but also white balance and HDR are disabled</DAEMON_EN_AUTOEXPOSURE>
181 <DAEMON_EN_STREAMER>0 - turns the videostreamer off, 1 - on.</DAEMON_EN_STREAMER>
182 <DAEMON_EN_CCAMFTP>0 - turns the FTP uploader off, 1 - on. (not yet implemented)</DAEMON_EN_CCAMFTP>
183 <DAEMON_EN_CAMOGM>0 - turns videorecording off, 1 - on. (not yet implemented)</DAEMON_EN_CAMOGM>
184 <DAEMON_EN_TEMPERATURE>0 - turns temperature logging off, 1 - on</DAEMON_EN_TEMPERATURE>
185 <DAEMON_EN_AUTOCAMPARS>when set to 1 autocampars daemon will wake up, launch autocampars.php script (that will actually process the provided command of saving/restoring parameters from the file) and goes back to sleep by clearing this bit by itself.</DAEMON_EN_AUTOCAMPARS>
186 <AEXP_FRACPIX>Fraction of all pixels that should be below P_AEXP_LEVEL (16.16 - 0x10000 - all pixels)</AEXP_FRACPIX>
187 <AEXP_LEVEL>Target output level: [P_AEXP_FRACPIX]/0x10000 of all pixels should have value below it (also 16.16 - 0x10000 - full output scale)</AEXP_LEVEL>
188 <HDR_DUR>0 - HDR 0ff, >1 - duration of same exposure (currently 1 or 2 - for free running)</HDR_DUR>
189 <HDR_VEXPOS>Second exposure setting in alternating frames HDR mode. if it is less than 0x10000 - number of lines of exposure, >=10000 - relative to "normal" exposure</HDR_VEXPOS>
190 <EXP_AHEAD>How many frames ahead of the current frame write exposure to the sensor</EXP_AHEAD>
191 <AE_THRESH>Autoexposure error (logariphmic difference between calculated and current exposures) is integrated between frame and corrections are scaled when error is below thershold.</AE_THRESH>
192 <WB_THRESH>White balance error (logariphmic difference between calculated and current values) is integrated between frame and corrections are scaled when error is below thershold (not yet implemented)</WB_THRESH>
193 <AE_PERIOD>Autoexposure period (will be increased if below the latency)</AE_PERIOD>
194 <WB_PERIOD>White balance period (will be increased if below the latency)</WB_PERIOD>
195 <WB_CTRL>Combines WB_CTRL and WB_EN fields</WB_CTRL>
196 <WB_MASK>Bitmask - which colors to adjust (1 - adjust, 0 - keepe). Default on is 0xd - all colors but Green1</WB_MASK>
197 <WB_EN>Enable (1) or disable (0) automatic white balance adjustment. When enabled each color is individually controlled by WB_MASK</WB_EN>
198 <WB_WHITELEV>White balance level of white (16.16 - 0x10000 is full scale, 0xfae1 - 98%, default)</WB_WHITELEV>
199 <WB_WHITEFRAC>White balance fraction (16.16) of all pixels that have level above [P_WB_WHITELEV] for the brightest color [P_WB_WHITELEV] will be decreased if needed to satisfy [P_WB_WHITELEV]. default is 1% (0x028f)</WB_WHITEFRAC>
200 <WB_MAXWHITE>Maximal allowed white pixels fraction (16.16) to have level above [WB_WHITELEV] for the darkest color of all. If this limit is exceeded there will be no correction performed (waiting for autoexposure to decrease overall brightness).</WB_MAXWHITE>
201 <WB_SCALE_R>Additional correction for red/green from calulated by white balance. 0x10000 - 1.0 (default)</WB_SCALE_R>
202 <WB_SCALE_GB>Additional correction for green2/green from calulated by white balance. 0x10000 - 1.0 (default). May be used for the color HDR mode</WB_SCALE_GB>
203 <WB_SCALE_B>Additional correction for blue/green from calulated by white balance. 0x10000 - 1.0 (default)</WB_SCALE_B>
204 <HISTRQ>Single histogram calculation request address (used automatically)</HISTRQ>
205 <HISTRQ_Y>Single histogram calculation request for Y (green1) histogram (used automatically)</HISTRQ_Y>
206 <HISTRQ_C>Single histogram calculation request for C (red, green2, blue) histograms (used automatically)</HISTRQ_C>
207 <HISTRQ_YC>Single histogram calculation request for Y and C (red, green, green2, blue) histograms (used automatically)</HISTRQ_YC>
208 <PROFILE>index to access profiles as pastpars (i.e. from PHP ELPHEL_PROFILE1,PHP ELPHEL_PROFILE2)</PROFILE>
209 <GAIN_MIN>Minimal sensor analog gain (0x10000 - 1.0) - used for white balancing. May be user limited from the hardware capabilities.</GAIN_MIN>
210 <GAIN_MAX>Maximal sensor analog gain (0x10000 - 1.0) - used for white balancing. May be user limited from the hardware capabilities.</GAIN_MAX>
211 <GAIN_CTRL>Analog gain control for white balance. Combines GAIN_STEP and ANA_GAIN_ENABLE</GAIN_CTRL>
212 <GAIN_STEP>minimal correction to be applied to the analog gain (should be set larger that sensor actual gain step to prevent oscillations (0x100 - 1.0, 0x20 - 1/8)</GAIN_STEP>
213 <ANA_GAIN_ENABLE>Enabling analog gain control in white balancing (it uses scaling in gamma tables for fine adjustments and may additionally adjust analog gains if this value is 1</ANA_GAIN_ENABLE>
214 <AUTOCAMPARS_CTRL>Input patrameter for the autocampars daemon to execute when enabled: bits 0..24 - parameter groups to restore, bits 28..30: 1 - restore, 2 - save, 3 - set default 4 save as default 5 - init. Combines AUTOCAMPARS_GROUPS, AUTOCAMPARS_PAGE and AUTOCAMPARS_CMD</AUTOCAMPARS_CTRL>
215 <AUTOCAMPARS_GROUPS>Input patrameter for the autocampars daemon to execute when enabled: each of the 24 bits enables restoration of the related parameter group</AUTOCAMPARS_GROUPS>
216 <AUTOCAMPARS_PAGE>Input patrameter for the autocampars daemon to execute when enabled - page number to use to save/restore parameters. 0..14 - absolute page number, 15 - default when reading, next after last saved - when writing (15 will be replaced by the particular number by autocampars, so that value can be read back</AUTOCAMPARS_PAGE>
217 <AUTOCAMPARS_CMD>Commands for the autocampars daemon to execute (to use from PHP - add ELPHEL_CONST_ to the name):`
218 1 - AUTOCAMPARS_CMD_RESTORE - restore specified groups of parameters from the specified page`
219 2 - AUTOCAMPARS_CMD_SAVE - save all current parameters to the specified group (page 0 is write-protected)`
220 3 - AUTOCAMPARS_CMD_DFLT - make selected page the default one (used at startup)`
221 4 - AUTOCAMPARS_CMD_SAVEDFLT - save all current parameters to the specified group (page 0 is write-protected) and make it default (used at startup)`
222 5 - AUTOCAMPARS_CMD_INIT - reset sensor/sequencers, restore all parameters from the specified page</AUTOCAMPARS_CMD>
223 <FTP_PERIOD>Desired period of image upload to the remote FTP server (seconds)</FTP_PERIOD>
224 <FTP_TIMEOUT>Maximal waiting time for the image to be uploaded to the remote server</FTP_TIMEOUT>
225 <FTP_UPDATE>Maximal time between updates (camera wil re-read remote configuration file)</FTP_UPDATE>
226 <FTP_NEXT_TIME>Sheduled time of the next FTP upload in seconds from epoch (G_ parameter)</FTP_NEXT_TIME>
227 <MAXAHEAD>Maximal number of frames ahead of current to be programmed to hardware</MAXAHEAD>
228 <THIS_FRAME>Current absolute frame number (G_ parameter, readonly)</THIS_FRAME>
229 <CIRCBUFSIZE>Circular video buffer size in bytes (G_ parameter, readonly)</CIRCBUFSIZE>
230 <FREECIRCBUF>Free space in the circular video buffer in bytes - only make sense when used with the global read pointer CIRCBUFRP (G_ parameter, readonly)</FREECIRCBUF>
231 <CIRCBUFWP>Circular video buffer write pointer - where the next acquired frame will start(G_ parameter, readonly)</CIRCBUFWP>
232 <CIRCBUFRP>Circular video buffer (global) read pointer. Used for synchronization between applications (i.e. reduce the streamer CPU load/fps if video recorder is not keeping up with the incoming data (G_ parameter)</CIRCBUFRP>
233 <FRAME_SIZE>Size of the last compressed frame in bytes (w/o Exif and JFIF headers)</FRAME_SIZE>
234 <SECONDS>Buffer used to read/write FPGA real time timer, seconds from epoch (G_ parameter)</SECONDS>
235 <MICROSECONDS>Buffer used to read/write FPGA real time timer, microseconds (G_ parameter)</MICROSECONDS>
236 <CALLNASAP>Bit mask of the internal tasks that can use FPGA sequencer - can be modified with parseq.php (G_ parameter)</CALLNASAP>
237 <CALLNEXT>Four registers (CALLNEXT1..CALLNEXT4) that specify latencies of the internal tasks - can be modified with parseq.php (G_ parameters)</CALLNEXT>
238 <NEXT_AE_FRAME>Next frame when autoexposure is scheduled (G_ parameter)</NEXT_AE_FRAME>
239 <NEXT_WB_FRAME>Next frame when white balancing is scheduled (G_ parameter)</NEXT_WB_FRAME>
240 <HIST_DIM_01>Zero levels (on 0xffff scale) for red and green1 color components for white balancing and autoexposure (G_ parameter)</HIST_DIM_01>
241 <HIST_DIM_23>Zero levels (on 0xffff scale) for green2 and blue color components for white balancing and autoexposure (G_ parameter)</HIST_DIM_23>
242 <AE_INTEGERR></AE_INTEGERR>
243 <WB_INTEGERR></WB_INTEGERR>
244 <TASKLET_CTL>Tasklet control, parent to HISTMODE_Y, HISTMODE_C and additionally:`
245 bit 0 (TASKLET_CTL_PGM) - disable programming parameters (should not be)`
246 Bit 1 (TASKLET_CTL_IGNPAST) - ignore overdue parameters`
247 Bit 2 (TASKLET_CTL_NOSAME) - do not try to process parameters immediately after being written. If 0, only non-ASAP will be processed`
248 Bit 3 (TASKLET_CTL_ENPROF) - enable profiling (saving timing of the interrupts/tasklets in pastpars) - can be controlled through PROFILING_EN (G_parameter)</TASKLET_CTL>
249 <GFOCUS_VALUE>Sum of all blocks focus values inside focus WOI (G_ parameter,readonly)</GFOCUS_VALUE>
250 <HISTMODE_Y>Controls when the Y (green1) histograms are calcuted:`
251 0 - TASKLET_HIST_ALL - calculate each frame`
252 1 - TASKLET_HIST_HALF calculate each even (0,2,4,6 frame of 8)`
253 2 - TASKLET_HIST_QUATER - calculate twice per 8 (0, 4)`
254 3 - TASKLET_HIST_ONCE - calculate once per 8 (0)`
255 4 - TASKLET_HIST_RQONLY - calculate only when specifically requested`
256 7 - TASKLET_HIST_NEVER - never calculate.`
257 NOTE: It is safer to allow all histograms at least once in 8 frames so applications will not be locked up waiting for the missed histogram (G_ parameter)</HISTMODE_Y>
258 <HISTMODE_C>Controls when the C (red, green2, blue) histograms are calcuted:`
259 0 - TASKLET_HIST_ALL - calculate each frame`
260 1 - TASKLET_HIST_HALF calculate each even (0,2,4,6 frame of 8)`
261 2 - TASKLET_HIST_QUATER - calculate twice per 8 (0, 4)`
262 3 - TASKLET_HIST_ONCE - calculate once per 8 (0)`
263 4 - TASKLET_HIST_RQONLY - calculate only when specifically requested`
264 7 - TASKLET_HIST_NEVER - never calculate.`
265 NOTE: It is safer to allow all histograms at least once in 8 frames so applications will not be locked up waiting for the missed histogram (G_ parameter)</HISTMODE_C>
266 <SKIP_DIFF_FRAME>Maximal number of frames of the different size streamer should skip before giving up - needed to allow acquisition of the full-frame images during streaming lower resolution ones(G_ parameter)</SKIP_DIFF_FRAME>
267 <HIST_LAST_INDEX>Index of the last acquired histograms in the histogram cache (G_ parameter,readonly)</HIST_LAST_INDEX>
268 <HIST_Y_FRAME>Frame number for which last Y (green1) histogram was calculated(G_ parameter,readonly)</HIST_Y_FRAME>
269 <HIST_C_FRAME>Frame number for which last C (red, green2, blue) histogram was calculated(G_ parameter,readonly)</HIST_C_FRAME>
270 <DAEMON_ERR>Bits from up to 32 daemons to report problems or requests (G_ parameter)</DAEMON_ERR>
271 <DAEMON_RETCODE>32 locations - DAEMON_RETCODE0...DAEMON_RETCODE31 to get calues from the running daemons(G_ parameter)</DAEMON_RETCODE>
272 <PROFILING_EN>Enable profiling (saving timing of the interrupts/tasklets in pastpars) - this is a single bit of the TASKLET_CTL parameter.(G_ parameter)</PROFILING_EN>
273 <STROP_MCAST_EN>0 - disable videostreamer multicast, 1 - enable.</STROP_MCAST_EN>
274 <STROP_MCAST_IP>Videostream multicast IP. If == 0 - used addres 232.X.Y.Z, where X.Y.Z is last part of the camera IP</STROP_MCAST_IP>
275 <STROP_MCAST_PORT>Videostream multicast port.</STROP_MCAST_PORT>
276 <STROP_MCAST_TTL>Videostream multicast TTL.</STROP_MCAST_TTL>
277 <STROP_AUDIO_EN>0 - disable videostream audio, 1 - enable.</STROP_AUDIO_EN>
278 <STROP_AUDIO_RATE>Videostream audio rate.</STROP_AUDIO_RATE>
279 <STROP_AUDIO_CHANNEL>Videostream audio channels: 1 - mono, 2 - stereo.</STROP_AUDIO_CHANNEL>
280 <STROP_FRAMES_SKIP>How many frames skip before next output; 0 - outpur each frame, 1 - output/skip = 1/1 for two frames, 2 - output frame and skip next 2 from 3 frames etc.</STROP_FRAMES_SKIP>
281 <AUDIO_CAPTURE_VOLUME>streamer and camogm2 audio capture volume. 0 == 0%, 65535 == 100%.</AUDIO_CAPTURE_VOLUME>
282 <MULTISENS_EN>0 - single sensor, no 10359A, otherwise - bitmask of the sensors enabled (obeys G_SENS_AVAIL that should not be modified at runtime).</MULTISENS_EN>
283 <MULTI_PHASE_SDRAM>Similar to SENSOR_PHASE, contols 10359 SDRAM. Adjusted automatically</MULTI_PHASE_SDRAM>
284 <MULTI_PHASE1> "Similar to SENSOR_PHASE, but for sensor1, connected to 10359</MULTI_PHASE1>
285 <MULTI_PHASE2> "Similar to SENSOR_PHASE, but for sensor2, connected to 10359</MULTI_PHASE2>
286 <MULTI_PHASE3> "Similar to SENSOR_PHASE, but for sensor3, connected to 10359</MULTI_PHASE3>
287 <MULTI_SEQUENCE>Sensor sequence (bits 0,1 - first, 2,3 - second, 4,5 - third). 0 - disable. Will obey SENS_AVAIL and MULTISENS_EN</MULTI_SEQUENCE>
288 <MULTI_FLIPH> "additional per-sensor horizontal flip to global FLIPH, same bits as in G_SENS_AVAIL</MULTI_FLIPH>
289 <MULTI_FLIPV> "additional per-sensor vertical flip to global FLIPV, same bits as in G_SENS_AVAIL</MULTI_FLIPV>
290 <MULTI_MODE> "Mode 0 - single sensor (first in sequence), 1 - composite (only enabled in triggered mode - TRIG=4)</MULTI_MODE>
291 <MULTI_HBLANK> "Horizontal blanking for buffered frames (2,3) - not needed?</MULTI_HBLANK>
292 <MULTI_CWIDTH> "Composite frame width (stored while in single-sensor mode, copied to WOI_WIDTH)</MULTI_CWIDTH>
293 <MULTI_CHEIGHT>Composite frame height (stored while in single-sensor mode)</MULTI_CHEIGHT>
294 <MULTI_CLEFT> "Composite frame left margin (stored while in single-sensor mode, copied to WOI_LEFT)</MULTI_CLEFT>
295 <MULTI_CTOP> "Composite frame top margin (stored while in single-sensor mode)</MULTI_CTOP>
296 <MULTI_CFLIPH> "Horizontal flip for composite image (stored while in single-sensor mode)</MULTI_CFLIPH>
297 <MULTI_CFLIPV> "Vertical flip for composite image (stored while in single-sensor mode)</MULTI_CFLIPV>
298 <MULTI_VBLANK> "Vertical blanking for buffered frames (2,3) BEFORE FRAME, not after</MULTI_VBLANK>
299 <MULTI_WOI> "Width of frame 1 (direct) // Same as next</MULTI_WOI>
300 <MULTI_WIDTH1> "Width of frame 1 (direct) // same as MULTI_WOI !!!!</MULTI_WIDTH1>
301 <MULTI_WIDTH2> "Width of frame 2 (first buffered)</MULTI_WIDTH2>
302 <MULTI_WIDTH3> "Width of frame 3 (second buffered)</MULTI_WIDTH3>
303 <MULTI_HEIGHT1>Height of frame 1 (direct)</MULTI_HEIGHT1>
304 <MULTI_HEIGHT2>Height of frame 2 (first buffered)</MULTI_HEIGHT2>
305 <MULTI_HEIGHT3>Height of frame 3 (second buffered)</MULTI_HEIGHT3>
306 <MULTI_LEFT1> "Left margin of frame 1 (direct) </MULTI_LEFT1>
307 <MULTI_LEFT2> "Left margin of frame 2 (first buffered)</MULTI_LEFT2>
308 <MULTI_LEFT3> "Left margin of frame 3 (second buffered)</MULTI_LEFT3>
309 <MULTI_TOP1> "Top margin of frame 1 (direct)</MULTI_TOP1>
310 <MULTI_TOP2> "Top margin of frame 2 (first buffered)</MULTI_TOP2>
311 <MULTI_TOP3> "Top margin of frame 3 (second buffered)</MULTI_TOP3>
312 <MULTI_TOPSENSOR>Number of sensor channel used in first (direct) frame: 0..2, internal parameter (window->sensorin) - used internally</MULTI_TOPSENSOR>
313 <MULTI_SELECTED>Number of sensor channel (1..3) used when composite mode is disabled</MULTI_SELECTED>
314 <M10359_REGS>10359 board inrternal registers, total of 96. First 64 are 16-bit, next 32 - 32 bit wide (Register definitions in http://elphel.cvs.sourceforge.net/viewvc/elphel/elphel353-8.0/os/linux-2.6-tag--devboard-R2_10-4/arch/cris/arch-v32/drivers/elphel/multisensor.h?view=markup).</M10359_REGS>
315 <SENS_AVAIL>Bitmask of the sensors attached to 10359 (0 if no 10359 brd, multisensor operations disabled). It is automatically set during sensor detection.</SENS_AVAIL>
316 <FPGA_TIM0>FPGA timing parameter 0 - difference between DCLK pad and DCM input, signed (ps). Persistent through sensor detection/initialization, should be set prior to it (in startup script or modified before running "/usr/html/autocampars.php --init" from the command line).</FPGA_TIM0>
317 <FPGA_TIM1>FPGA timing parameter 1. Persistent through initialization.</FPGA_TIM1>
318 <DLY359_OUT>Output delay in 10359 board (clock to out) in ps, signed. Persistent through sensor detection/initialization, should be set prior to it (in startup script or modified before running "/usr/html/autocampars.php --init" from the command line).</DLY359_OUT>
319 <DLY359_P1>Delay in 10359 board sensor port 1 (clock to sensor - clock to DCM) in ps, signed. Persistent through sensor detection/initialization, should be set prior to it (in startup script or modified before running "/usr/html/autocampars.php --init" from the command line).</DLY359_P1>
320 <DLY359_P2>Delay in 10359 board sensor port 2 (clock to sensor - clock to DCM) in ps, signed. Persistent through sensor detection/initialization, should be set prior to it (in startup script or modified before running "/usr/html/autocampars.php --init" from the command line).</DLY359_P2>
321 <DLY359_P3>Ddelay in 10359 board sensor port 3 (clock to sensor - clock to DCM) in ps, signed. Persistent through sensor detection/initialization, should be set prior to it (in startup script or modified before running "/usr/html/autocampars.php --init" from the command line).</DLY359_P3>
322 <DLY359_C1>Cable delay in sensor port 1 in ps, Persistent through sensor detection/initialization, should be set prior to it (in startup script or modified before running "/usr/html/autocampars.php --init" from the command line).</DLY359_C1>
323 <DLY359_C2>Cable delay in sensor port 2 in ps, signed. Persistent through sensor detection/initialization, should be set prior to it (in startup script or modified before running "/usr/html/autocampars.php --init" from the command line).</DLY359_C2>
324 <DLY359_C3>Cable delay in sensor port 3 in ps, signed. Persistent through sensor detection/initialization, should be set prior to it (in startup script or modified before running "/usr/html/autocampars.php --init" from the command line).</DLY359_C3>
325 <MULTI_CFG>Additional configuration options for 10359 board. Bit 0 - use 10353 system clock, not the local one (as on 10359 rev 0). Persistent through sensor detection/initialization, should be set prior to it (in startup script or modified before running "/usr/html/autocampars.php --init" from the command line).</MULTI_CFG>
326 <DEBUG>Selectively enables debug outputs from differnt parts of the drivers. Can easily lock the system as some output goes from inside the interrupt service code or from the parts of the code where interrups are disabled. To us it safely you need to kill the klog daemon an redirect debug output to file with "printk_mod &" command. After that the output will be available as http://camera_ip/var/klog.txt". The printk_mod also kills restart restart daemon so any normally restarted applications (like lighttpd, php, imgsrv) will not be restarted automatically (G_ parameter, not frame-related)</DEBUG>
327 <TEMPERATURE01>Temperature data from the 10359 board (if available, lower 16 bits) and the first sensor front end (high 16 bits). In each short word bit 12 (0x1000) is set for negative Celsius, lower 12 bits - absolute value of the Celsius, lower bit weight is 1/16 grad. C. This data is provided by the temperature daemon if it is enabled and running, data is embedded in the Exif MakerNote bytes 56-59</TEMPERATURE01>
328 <TEMPERATURE23>Temperature data from the second sensor front end (if available, lower 16 bits) and the third sensor front end (high 16 bits). In each short word bit 12 (0x1000) is set for negative Celsius, lower 12 bits - absolute value of the Celsius, lower bit weight is 1/16 grad. C. This data is provided by the temperature daemon if it is enabled and running, data is embedded in the Exif MakerNote bytes 56-59</TEMPERATURE23>
329 </descriptions>
330 <!-- Parameter groups that can be restored from the saved values -->
331 <groupNames>
332 <init bit="0">Initialization</init>
333 <woi bit="1">Window of Interest (WOI)</woi>
334 <image bit="2">Image color, quality, ...</image>
335 <histWnd bit="3">Histogram Window</histWnd>
336 <autoexposure bit="5">Autoexposure</autoexposure>
337 <whiteBalance bit="6">White Balance</whiteBalance>
338 <streamer bit="7">Streamer</streamer>
339 <camftp bit="8">FTP Upload</camftp>
340 <camogm bit="9">In-camera recording</camogm>
341 <vignet bit="10">Vignetting correction</vignet>
342 <multisensor bit="11">Muti-sensor parameters</multisensor>
343 <trigger bit="12">Camera trigger modes</trigger>
344 <persistent bit="21">Global parameters that survive sensor initializaion</persistent>
345 <unsafe bit="22">Not safe yet</unsafe>
346 <diagn bit="23">Diagnostics, debug</diagn>
347 </groupNames>
348 <!-- Parameter groups -->
349 <groups>
350 <comment type="text">"init"</comment>
351 <timestamp type="text">"init"</timestamp>
352 <SENSOR_RUN>"init"</SENSOR_RUN>
353 <BAYER>"init"</BAYER>
354 <FP1000SLIM>"init,streamer"</FP1000SLIM>
355 <CLK_FPGA>"unsafe"</CLK_FPGA>
356 <CLK_SENSOR>"unsafe"</CLK_SENSOR>
357 <FPGA_XTRA>"init"</FPGA_XTRA>
358 <TRIG>"init,multisensor,trigger"</TRIG>
359 <EXPOS>"init,autoexposure"</EXPOS>
360 <VIRT_KEEP>"init,woi"</VIRT_KEEP>
361 <VIRT_WIDTH>"woi"</VIRT_WIDTH>
362 <VIRT_HEIGHT>"woi"</VIRT_HEIGHT>
363 <WOI_LEFT>"init,woi,multisensor"</WOI_LEFT>
364 <WOI_TOP>"init,woi,multisensor"</WOI_TOP>
365 <WOI_WIDTH>"init,woi,multisensor"</WOI_WIDTH>
366 <WOI_HEIGHT>"init,woi,multisensor"</WOI_HEIGHT>
367 <FLIPH>"init,woi,multisensor"</FLIPH>
368 <FLIPV>"init,woi,multisensor"</FLIPV>
369 <FPSFLAGS>"init,streamer"</FPSFLAGS>
370 <DCM_HOR>"init,woi"</DCM_HOR>
371 <DCM_VERT>"init,woi"</DCM_VERT>
372 <BIN_HOR>"init,woi"</BIN_HOR>
373 <BIN_VERT>"init,woi"</BIN_VERT>
374 <FPGATEST>"init,image,diagn"</FPGATEST>
375 <TESTSENSOR>"init,image,diagn"</TESTSENSOR>
376 <COLOR>"init,image"</COLOR>
377 <FRAMESYNC_DLY>"init"</FRAMESYNC_DLY>
378 <PF_HEIGHT>"init"</PF_HEIGHT>
379 <BITS>"init"</BITS>
380 <SHIFTL>"init,image"</SHIFTL>
381 <FPNS>"init,image"</FPNS>
382 <FPNM>"init,image"</FPNM>
383 <VIRTTRIG>"init"</VIRTTRIG>
384 <GAINR>"init,image"</GAINR>
385 <GAING>"init,image"</GAING>
386 <GAINB>"init,image"</GAINB>
387 <GAINGB>"init,image"</GAINGB>
388 <RSCALE_CTL>"init,image"</RSCALE_CTL>
389 <GSCALE_CTL>"init,image"</GSCALE_CTL>
390 <BSCALE_CTL>"init,image"</BSCALE_CTL>
391 <FATZERO>"init"</FATZERO>
392 <QUALITY>"init,image"</QUALITY>
393 <PORTRAIT>"init,image"</PORTRAIT>
394 <CORING_INDEX>"init,image"</CORING_INDEX>
395 <COLOR_SATURATION_BLUE>"init,image"</COLOR_SATURATION_BLUE>
396 <COLOR_SATURATION_RED>"init,image"</COLOR_SATURATION_RED>
397 <VIGNET_AX>"init,vignet"</VIGNET_AX>
398 <VIGNET_AY>"init,vignet"</VIGNET_AY>
399 <VIGNET_BX>"init,vignet"</VIGNET_BX>
400 <VIGNET_BY>"init,vignet"</VIGNET_BY>
401 <VIGNET_C>"init,vignet"</VIGNET_C>
402 <VIGNET_SHL>"init,vignet"</VIGNET_SHL>
403 <SCALE_ZERO_IN>"init,vignet"</SCALE_ZERO_IN>
404 <SCALE_ZERO_OUT>"init,vignet"</SCALE_ZERO_OUT>
405 <DGAINR>"init,vignet"</DGAINR>
406 <DGAING>"init,vignet"</DGAING>
407 <DGAINGB>"init,vignet"</DGAINGB>
408 <DGAINB>"init,vignet"</DGAINB>
409 <CORING_PAGE>"init,image"</CORING_PAGE>
410 <SENSOR_PHASE>"init,unsafe,diagn"</SENSOR_PHASE>
411 <TEMPERATURE_PERIOD>"init,diagn"</TEMPERATURE_PERIOD>
412 <AUTOEXP_ON>"init,autoexposure"</AUTOEXP_ON>
413 <HISTWND_RWIDTH>"init,histWnd"</HISTWND_RWIDTH>
414 <HISTWND_RHEIGHT>"init,histWnd"</HISTWND_RHEIGHT>
415 <HISTWND_RLEFT>"init,histWnd"</HISTWND_RLEFT>
416 <HISTWND_RTOP>"init,histWnd"</HISTWND_RTOP>
417 <AUTOEXP_EXP_MAX>"init,autoexposure"</AUTOEXP_EXP_MAX>
418 <FOCUS_SHOW>"init"</FOCUS_SHOW>
419 <FOCUS_SHOW1>"init"</FOCUS_SHOW1>
420 <RFOCUS_LEFT>"init"</RFOCUS_LEFT>
421 <RFOCUS_WIDTH>"init"</RFOCUS_WIDTH>
422 <RFOCUS_TOP>"init"</RFOCUS_TOP>
423 <RFOCUS_HEIGHT>"init"</RFOCUS_HEIGHT>
424 <FOCUS_FILTER>"init"</FOCUS_FILTER>
425 <TRIG_CONDITION>"init,multisensor,trigger"</TRIG_CONDITION>
426 <TRIG_DELAY>"init,multisensor,trigger"</TRIG_DELAY>
427 <TRIG_OUT>"init,trigger"</TRIG_OUT>
428 <TRIG_PERIOD>"init,multisensor,trigger"</TRIG_PERIOD>
429 <TRIG_BITLENGTH>"init,trigger"</TRIG_BITLENGTH>
430 <EXTERN_TIMESTAMP>"init,multisensor,trigger"</EXTERN_TIMESTAMP>
431 <XMIT_TIMESTAMP>"init,multisensor,trigger"</XMIT_TIMESTAMP>
432 <SKIP_FRAMES>"init"</SKIP_FRAMES>
433 <I2C_QPERIOD>"unsafe"</I2C_QPERIOD>
434 <I2C_BYTES>"unsafe"</I2C_BYTES>
435 <IRQ_SMART>"init,trigger"</IRQ_SMART>
436 <OVERSIZE>"init"</OVERSIZE>
437 <GTAB_R>"init,image,whiteBalance"</GTAB_R>
438 <GTAB_G>"init,image,whiteBalance"</GTAB_G>
439 <GTAB_GB>"init,image,whiteBalance"</GTAB_GB>
440 <GTAB_B>"init,image,whiteBalance"</GTAB_B>
441 <COMPRESSOR_RUN>"init"</COMPRESSOR_RUN>
442 <COMPMOD_BYRSH>"init,image"</COMPMOD_BYRSH>
443 <COMPMOD_TILSH>"init,image"</COMPMOD_TILSH>
444 <COMPMOD_DCSUB>"init,image"</COMPMOD_DCSUB>
445 <DAEMON_EN>"init,diagn"</DAEMON_EN>
446 <DAEMON_EN_AUTOEXPOSURE>"init,diagn"</DAEMON_EN_AUTOEXPOSURE>
447 <DAEMON_EN_STREAMER>"init,streamer,diagn"</DAEMON_EN_STREAMER>
448 <DAEMON_EN_CCAMFTP>"init,camftp,diagn"</DAEMON_EN_CCAMFTP>
449 <DAEMON_EN_CAMOGM>"init,camogm,diagn"</DAEMON_EN_CAMOGM>
450 <DAEMON_EN_AUTOCAMPARS>"diagn"</DAEMON_EN_AUTOCAMPARS>
451 <DAEMON_EN_TEMPERATURE>"init,diagn"</DAEMON_EN_TEMPERATURE>
452 <AEXP_FRACPIX>"init,autoexposure"</AEXP_FRACPIX>
453 <AEXP_LEVEL>"init,autoexposure"</AEXP_LEVEL>
454 <HDR_DUR>"init,autoexposure"</HDR_DUR>
455 <HDR_VEXPOS>"init,autoexposure"</HDR_VEXPOS>
456 <EXP_AHEAD>"init"</EXP_AHEAD>
457 <AE_THRESH>"init,autoexposure"</AE_THRESH>
458 <WB_THRESH>"init,whiteBalance"</WB_THRESH>
459 <AE_PERIOD>"init,autoexposure"</AE_PERIOD>
460 <WB_PERIOD>"init,whiteBalance"</WB_PERIOD>
461 <WB_MASK>"init,whiteBalance"</WB_MASK>
462 <WB_EN>"init,whiteBalance"</WB_EN>
463 <WB_WHITELEV>"init,whiteBalance"</WB_WHITELEV>
464 <WB_WHITEFRAC>"init,whiteBalance"</WB_WHITEFRAC>
465 <WB_MAXWHITE>"init,whiteBalance"</WB_MAXWHITE>
466 <WB_SCALE_R>"init,whiteBalance"</WB_SCALE_R>
467 <WB_SCALE_GB>"init,whiteBalance"</WB_SCALE_GB>
468 <WB_SCALE_B>"init,whiteBalance"</WB_SCALE_B>
469 <GAIN_MIN>"init,whiteBalance"</GAIN_MIN>
470 <GAIN_MAX>"init,whiteBalance"</GAIN_MAX>
471 <GAIN_CTRL>"init,whiteBalance"</GAIN_CTRL>
472 <GAIN_STEP>"init,whiteBalance"</GAIN_STEP>
473 <ANA_GAIN_ENABLE>"init,whiteBalance"</ANA_GAIN_ENABLE>
474 <FTP_PERIOD>"init,camftp"</FTP_PERIOD>
475 <FTP_TIMEOUT>"init,camftp"</FTP_TIMEOUT>
476 <FTP_UPDATE>"init,camftp"</FTP_UPDATE>
477 <MAXAHEAD>"init"</MAXAHEAD>
478 <HIST_DIM_01>"init,autoexposure"</HIST_DIM_01>
479 <HIST_DIM_23>"init,autoexposure"</HIST_DIM_23>
480 <TASKLET_CTL>"init,diagn"</TASKLET_CTL>
481 <HISTMODE_Y>"init,diagn"</HISTMODE_Y>
482 <HISTMODE_C>"init,diagn"</HISTMODE_C>
483 <SKIP_DIFF_FRAME>"init,streamer"</SKIP_DIFF_FRAME>
484 <PROFILING_EN>"init,diagn"</PROFILING_EN>
485 <STROP_MCAST_EN>"init,streamer"</STROP_MCAST_EN>
486 <STROP_MCAST_IP>"init,streamer"</STROP_MCAST_IP>
487 <STROP_MCAST_PORT>"init,streamer"</STROP_MCAST_PORT>
488 <STROP_MCAST_TTL>"init,streamer"</STROP_MCAST_TTL>
489 <STROP_AUDIO_EN>"init,streamer"</STROP_AUDIO_EN>
490 <STROP_AUDIO_RATE>"init,streamer"</STROP_AUDIO_RATE>
491 <STROP_AUDIO_CHANNEL>"init,streamer"</STROP_AUDIO_CHANNEL>
492 <STROP_FRAMES_SKIP>"init,streamer"</STROP_FRAMES_SKIP>
493 <AUDIO_CAPTURE_VOLUME>"init,streamer"</AUDIO_CAPTURE_VOLUME>
494 <MULTI_PHASE_SDRAM>"unsafe,diagn"</MULTI_PHASE_SDRAM>
495 <MULTI_PHASE1>"init,unsafe,diagn"</MULTI_PHASE1>
496 <MULTI_PHASE2>"init,unsafe,diagn"</MULTI_PHASE2>
497 <MULTI_PHASE3>"init,unsafe,diagn"</MULTI_PHASE3>
498 <MULTI_SEQUENCE>"multisensor"</MULTI_SEQUENCE>
499 <MULTI_FLIPH>"init,multisensor"</MULTI_FLIPH>
500 <MULTI_FLIPV>"init,multisensor"</MULTI_FLIPV>
501 <MULTI_MODE>"init,multisensor"</MULTI_MODE>
502 <MULTI_HBLANK>"init,multisensor"</MULTI_HBLANK>
503 <MULTI_CWIDTH>"init"</MULTI_CWIDTH>
504 <MULTI_VBLANK>"init,multisensor"</MULTI_VBLANK>
505 <MULTI_WIDTH1>"init,multisensor"</MULTI_WIDTH1>
506 <MULTI_WIDTH2>"init,multisensor"</MULTI_WIDTH2>
507 <MULTI_WIDTH3>"init,multisensor"</MULTI_WIDTH3>
508 <MULTI_HEIGHT1>"init,multisensor"</MULTI_HEIGHT1>
509 <MULTI_HEIGHT2>"init,multisensor"</MULTI_HEIGHT2>
510 <MULTI_HEIGHT3>"init,multisensor"</MULTI_HEIGHT3>
511 <MULTI_LEFT1>"init,multisensor"</MULTI_LEFT1>
512 <MULTI_LEFT2>"init,multisensor"</MULTI_LEFT2>
513 <MULTI_LEFT3>"init,multisensor"</MULTI_LEFT3>
514 <MULTI_TOP1>"init,multisensor"</MULTI_TOP1>
515 <MULTI_TOP2>"init,multisensor"</MULTI_TOP2>
516 <MULTI_TOP3>"init,multisensor"</MULTI_TOP3>
517 <MULTI_SELECTED>"init,multisensor"</MULTI_SELECTED>
518 <TEMPERATURE01>"diagn"</TEMPERATURE01>
519 <TEMPERATURE23>"diagn"</TEMPERATURE23>
520 <SENS_AVAIL>"diagn"</SENS_AVAIL>
521 <FPGA_TIM0>"persistent"</FPGA_TIM0>
522 <DLY359_OUT>"persistent"</DLY359_OUT>
523 <DLY359_P1>"persistent"</DLY359_P1>
524 <DLY359_P2>"persistent"</DLY359_P2>
525 <DLY359_P3>"persistent"</DLY359_P3>
526 <DLY359_C1>"persistent"</DLY359_C1>
527 <DLY359_C2>"persistent"</DLY359_C2>
528 <DLY359_C3>"persistent"</DLY359_C3>
529 <MULTI_CFG>"persistent"</MULTI_CFG>
530 <DEBUG>"persistent"</DEBUG>
531 </groups>
532 <!-- Saved parameter Sets -->
533 <paramSets>
534 <set number="0">
535 <comment>"Default values of parameters (page 0)"</comment>
536 <SENSOR_RUN>"2"</SENSOR_RUN>
537 <BAYER>"0"</BAYER>
538 <FP1000SLIM>"0"</FP1000SLIM>
539 <FPGA_XTRA>"1000"</FPGA_XTRA>
540 <TRIG>"0"</TRIG>
541 <EXPOS>"10000"</EXPOS>
542 <VIRT_KEEP>"0"</VIRT_KEEP>
543 <WOI_LEFT>"0"</WOI_LEFT>
544 <WOI_TOP>"0"</WOI_TOP>
545 <WOI_WIDTH>"10000"</WOI_WIDTH>
546 <WOI_HEIGHT>"10000"</WOI_HEIGHT>
547 <FLIPH>"0"</FLIPH>
548 <FLIPV>"0"</FLIPV>
549 <FPSFLAGS>"0"</FPSFLAGS>
550 <DCM_HOR>"1"</DCM_HOR>
551 <DCM_VERT>"1"</DCM_VERT>
552 <BIN_HOR>"1"</BIN_HOR>
553 <BIN_VERT>"1"</BIN_VERT>
554 <FPGATEST>"0"</FPGATEST>
555 <TESTSENSOR>"0"</TESTSENSOR>
556 <COLOR>"1"</COLOR>
557 <FRAMESYNC_DLY>"0"</FRAMESYNC_DLY>
558 <PF_HEIGHT>"0"</PF_HEIGHT>
559 <BITS>"8"</BITS>
560 <SHIFTL>"0"</SHIFTL>
561 <FPNS>"0"</FPNS>
562 <FPNM>"0"</FPNM>
563 <VIRTTRIG>"0"</VIRTTRIG>
564 <GAINR>"131072"</GAINR>
565 <GAING>"131072"</GAING>
566 <GAINB>"131072"</GAINB>
567 <GAINGB>"131072"</GAINGB>
568 <RSCALE>"65536"</RSCALE>
569 <GSCALE>"65536"</GSCALE>
570 <BSCALE>"65536"</BSCALE>
571 <RSCALE_CTL>"0"</RSCALE_CTL>
572 <GSCALE_CTL>"0"</GSCALE_CTL>
573 <BSCALE_CTL>"0"</BSCALE_CTL>
574 <QUALITY>"80"</QUALITY>
575 <PORTRAIT>"0"</PORTRAIT>
576 <CORING_INDEX>"327685"</CORING_INDEX>
577 <COLOR_SATURATION_BLUE>"200"</COLOR_SATURATION_BLUE>
578 <COLOR_SATURATION_RED>"200"</COLOR_SATURATION_RED>
579 <VIGNET_AX>"0"</VIGNET_AX>
580 <VIGNET_AY>"0"</VIGNET_AY>
581 <VIGNET_BX>"0"</VIGNET_BX>
582 <VIGNET_BY>"0"</VIGNET_BY>
583 <VIGNET_C>"32768"</VIGNET_C>
584 <VIGNET_SHL>"1"</VIGNET_SHL>
585 <SCALE_ZERO_IN>"2560"</SCALE_ZERO_IN>
586 <SCALE_ZERO_OUT>"2560"</SCALE_ZERO_OUT>
587 <DGAINR>"32768"</DGAINR>
588 <DGAING>"32768"</DGAING>
589 <DGAINGB>"32768"</DGAINGB>
590 <DGAINB>"32768"</DGAINB>
591 <CORING_PAGE>"0"</CORING_PAGE>
592 <TEMPERATURE_PERIOD>"2000"</TEMPERATURE_PERIOD>
593 <AUTOEXP_ON>"1"</AUTOEXP_ON>
594 <HISTWND_RWIDTH>"32768"</HISTWND_RWIDTH>
595 <HISTWND_RHEIGHT>"32768"</HISTWND_RHEIGHT>
596 <HISTWND_RLEFT>"32768"</HISTWND_RLEFT>
597 <HISTWND_RTOP>"32768"</HISTWND_RTOP>
598 <AUTOEXP_EXP_MAX>"500000"</AUTOEXP_EXP_MAX>
599 <FOCUS_SHOW>"0"</FOCUS_SHOW>
600 <FOCUS_SHOW1>"0"</FOCUS_SHOW1>
601 <RFOCUS_LEFT>"0x8000"</RFOCUS_LEFT>
602 <RFOCUS_WIDTH>"0x8000"</RFOCUS_WIDTH>
603 <RFOCUS_TOP>"0x8000"</RFOCUS_TOP>
604 <RFOCUS_HEIGHT>"0x8000"</RFOCUS_HEIGHT>
605 <FOCUS_FILTER>"0"</FOCUS_FILTER>
606 <TRIG_CONDITION>"0"</TRIG_CONDITION>
607 <TRIG_DELAY>"0"</TRIG_DELAY>
608 <TRIG_OUT>"0"</TRIG_OUT>
609 <TRIG_PERIOD>"0"</TRIG_PERIOD>
610 <TRIG_BITLENGTH>"31"</TRIG_BITLENGTH>
611 <EXTERN_TIMESTAMP>"1"</EXTERN_TIMESTAMP>
612 <XMIT_TIMESTAMP>"1"</XMIT_TIMESTAMP>
613 <SKIP_FRAMES>"0"</SKIP_FRAMES>
614 <IRQ_SMART>"3"</IRQ_SMART>
615 <OVERSIZE>"0"</OVERSIZE>
616 <GTAB_R>"171508736"</GTAB_R>
617 <GTAB_G>"171508736"</GTAB_G>
618 <GTAB_GB>"171508736"</GTAB_GB>
619 <GTAB_B>"171508736"</GTAB_B>
620 <COMPRESSOR_RUN>"2"</COMPRESSOR_RUN>
621 <COMPMOD_BYRSH>"0"</COMPMOD_BYRSH>
622 <COMPMOD_TILSH>"0"</COMPMOD_TILSH>
623 <COMPMOD_DCSUB>"0"</COMPMOD_DCSUB>
624 <SENSOR_REGS>""</SENSOR_REGS>
625 <DAEMON_EN>"0"</DAEMON_EN>
626 <DAEMON_EN_AUTOEXPOSURE>"1"</DAEMON_EN_AUTOEXPOSURE>
627 <DAEMON_EN_STREAMER>"1"</DAEMON_EN_STREAMER>
628 <DAEMON_EN_CCAMFTP>"0"</DAEMON_EN_CCAMFTP>
629 <DAEMON_EN_CAMOGM>"0"</DAEMON_EN_CAMOGM>
630 <DAEMON_EN_AUTOCAMPARS>"1"</DAEMON_EN_AUTOCAMPARS>
631 <DAEMON_EN_TEMPERATURE>"0"</DAEMON_EN_TEMPERATURE>
632 <AEXP_FRACPIX>"65408"</AEXP_FRACPIX>
633 <AEXP_LEVEL>"63488"</AEXP_LEVEL>
634 <HDR_DUR>"0"</HDR_DUR>
635 <HDR_VEXPOS>"0x40000"</HDR_VEXPOS>
636 <EXP_AHEAD>"3"</EXP_AHEAD>
637 <AE_THRESH>"500"</AE_THRESH>
638 <WB_THRESH>"500"</WB_THRESH>
639 <AE_PERIOD>"4"</AE_PERIOD>
640 <WB_PERIOD>"16"</WB_PERIOD>
641 <WB_MASK>"0xd"</WB_MASK>
642 <WB_EN>"1"</WB_EN>
643 <WB_WHITELEV>"0xfae1"</WB_WHITELEV>
644 <WB_WHITEFRAC>"0x028f"</WB_WHITEFRAC>
645 <WB_MAXWHITE>"0xccc"</WB_MAXWHITE>
646 <WB_SCALE_R>"0x10000"</WB_SCALE_R>
647 <WB_SCALE_GB>"0x10000"</WB_SCALE_GB>
648 <WB_SCALE_B>"0x10000"</WB_SCALE_B>
649 <GAIN_MIN>"0x10000"</GAIN_MIN>
650 <GAIN_MAX>"0xfc000"</GAIN_MAX>
651 <GAIN_STEP>"0x20"</GAIN_STEP>
652 <ANA_GAIN_ENABLE>"1"</ANA_GAIN_ENABLE>
653 <FTP_PERIOD>"180"</FTP_PERIOD>
654 <FTP_TIMEOUT>"360"</FTP_TIMEOUT>
655 <FTP_UPDATE>"600"</FTP_UPDATE>
656 <DEBUG>"0"</DEBUG>
657 <MAXAHEAD>"2"</MAXAHEAD>
658 <HIST_DIM_01>"0x0a000a00"</HIST_DIM_01>
659 <HIST_DIM_23>"0x0a000a00"</HIST_DIM_23>
660 <AE_INTEGERR>""</AE_INTEGERR>
661 <WB_INTEGERR>""</WB_INTEGERR>
662 <TASKLET_CTL>"0"</TASKLET_CTL>
663 <GFOCUS_VALUE>""</GFOCUS_VALUE>
664 <HISTMODE_Y>"ELPHEL_CONST_TASKLET_HIST_ONCE"</HISTMODE_Y>
665 <HISTMODE_C>"ELPHEL_CONST_TASKLET_HIST_ONCE"</HISTMODE_C>
666 <SKIP_DIFF_FRAME>"4"</SKIP_DIFF_FRAME>
667 <PROFILING_EN>"0"</PROFILING_EN>
668 <STROP_MCAST_EN>"0"</STROP_MCAST_EN>
669 <STROP_MCAST_IP>"0"</STROP_MCAST_IP>
670 <STROP_MCAST_PORT>"20020"</STROP_MCAST_PORT>
671 <STROP_MCAST_TTL>"2"</STROP_MCAST_TTL>
672 <STROP_AUDIO_EN>"0"</STROP_AUDIO_EN>
673 <STROP_AUDIO_RATE>"44100"</STROP_AUDIO_RATE>
674 <STROP_AUDIO_CHANNEL>"2"</STROP_AUDIO_CHANNEL>
675 <STROP_FRAMES_SKIP>"0"</STROP_FRAMES_SKIP>
676 <AUDIO_CAPTURE_VOLUME>"58981"</AUDIO_CAPTURE_VOLUME>
677 <MULTI_MODE>"0"</MULTI_MODE>
678 <MULTI_FLIPH>"0"</MULTI_FLIPH>
679 <MULTI_FLIPV>"0"</MULTI_FLIPV>
680 <MULTI_SELECTED>"1"</MULTI_SELECTED>
681 <SENSOR_PHASE>"589793"</SENSOR_PHASE>
682 <MULTI_PHASE1>"0"</MULTI_PHASE1>
683 <MULTI_PHASE2>"0"</MULTI_PHASE2>
684 <MULTI_PHASE3>"0"</MULTI_PHASE3>
685 <TEMPERATURE01>"-1"</TEMPERATURE01>
686 <TEMPERATURE23>"-1"</TEMPERATURE23>
687 </set>
688 <set number="1">
689 <SENSOR_RUN>"2"</SENSOR_RUN>
690 <BAYER>"0"</BAYER>
691 <FP1000SLIM>"0"</FP1000SLIM>
692 <CLK_FPGA>"160000000"</CLK_FPGA>
693 <CLK_SENSOR>"96000000"</CLK_SENSOR>
694 <FPGA_XTRA>"1000"</FPGA_XTRA>
695 <TRIG>"0"</TRIG>
696 <EXPOS>"50791"</EXPOS>
697 <VIRT_KEEP>"0"</VIRT_KEEP>
698 <VIRT_WIDTH>"1544"</VIRT_WIDTH>
699 <VIRT_HEIGHT>"493"</VIRT_HEIGHT>
700 <WOI_LEFT>"0"</WOI_LEFT>
701 <WOI_TOP>"0"</WOI_TOP>
702 <WOI_WIDTH>"2560"</WOI_WIDTH>
703 <WOI_HEIGHT>"1920"</WOI_HEIGHT>
704 <FLIPH>"0"</FLIPH>
705 <FLIPV>"0"</FLIPV>
706 <FPSFLAGS>"0"</FPSFLAGS>
707 <DCM_HOR>"4"</DCM_HOR>
708 <DCM_VERT>"4"</DCM_VERT>
709 <BIN_HOR>"1"</BIN_HOR>
710 <BIN_VERT>"1"</BIN_VERT>
711 <FPGATEST>"0"</FPGATEST>
712 <TESTSENSOR>"0"</TESTSENSOR>
713 <COLOR>"1"</COLOR>
714 <FRAMESYNC_DLY>"0"</FRAMESYNC_DLY>
715 <PF_HEIGHT>"0"</PF_HEIGHT>
716 <BITS>"8"</BITS>
717 <SHIFTL>"0"</SHIFTL>
718 <FPNS>"0"</FPNS>
719 <FPNM>"0"</FPNM>
720 <VIRTTRIG>"0"</VIRTTRIG>
721 <GAINR>"170640"</GAINR>
722 <GAING>"131072"</GAING>
723 <GAINB>"175185"</GAINB>
724 <GAINGB>"127109"</GAINGB>
725 <RSCALE_CTL>"0"</RSCALE_CTL>
726 <GSCALE_CTL>"0"</GSCALE_CTL>
727 <BSCALE_CTL>"0"</BSCALE_CTL>
728 <FATZERO>"0"</FATZERO>
729 <QUALITY>"44"</QUALITY>
730 <PORTRAIT>"0"</PORTRAIT>
731 <CORING_INDEX>"327685"</CORING_INDEX>
732 <COLOR_SATURATION_BLUE>"200"</COLOR_SATURATION_BLUE>
733 <COLOR_SATURATION_RED>"200"</COLOR_SATURATION_RED>
734 <VIGNET_AX>"0"</VIGNET_AX>
735 <VIGNET_AY>"0"</VIGNET_AY>
736 <VIGNET_BX>"0"</VIGNET_BX>
737 <VIGNET_BY>"0"</VIGNET_BY>
738 <VIGNET_C>"32768"</VIGNET_C>
739 <VIGNET_SHL>"1"</VIGNET_SHL>
740 <SCALE_ZERO_IN>"2560"</SCALE_ZERO_IN>
741 <SCALE_ZERO_OUT>"2560"</SCALE_ZERO_OUT>
742 <DGAINR>"34128"</DGAINR>
743 <DGAING>"32768"</DGAING>
744 <DGAINGB>"33895"</DGAINGB>
745 <DGAINB>"33368"</DGAINB>
746 <CORING_PAGE>"0"</CORING_PAGE>
747 <SENSOR_PHASE>"65505"</SENSOR_PHASE>
748 <TEMPERATURE_PERIOD>"2000"</TEMPERATURE_PERIOD>
749 <AUTOEXP_ON>"1"</AUTOEXP_ON>
750 <HISTWND_RWIDTH>"32768"</HISTWND_RWIDTH>
751 <HISTWND_RHEIGHT>"32768"</HISTWND_RHEIGHT>
752 <HISTWND_RLEFT>"32768"</HISTWND_RLEFT>
753 <HISTWND_RTOP>"32768"</HISTWND_RTOP>
754 <AUTOEXP_EXP_MAX>"500000"</AUTOEXP_EXP_MAX>
755 <FOCUS_SHOW>"0"</FOCUS_SHOW>
756 <FOCUS_SHOW1>"0"</FOCUS_SHOW1>
757 <RFOCUS_LEFT>"32768"</RFOCUS_LEFT>
758 <RFOCUS_WIDTH>"32768"</RFOCUS_WIDTH>
759 <RFOCUS_TOP>"32768"</RFOCUS_TOP>
760 <RFOCUS_HEIGHT>"32768"</RFOCUS_HEIGHT>
761 <FOCUS_FILTER>"0"</FOCUS_FILTER>
762 <TRIG_CONDITION>"0"</TRIG_CONDITION>
763 <TRIG_DELAY>"0"</TRIG_DELAY>
764 <TRIG_OUT>"0"</TRIG_OUT>
765 <TRIG_PERIOD>"9033201"</TRIG_PERIOD>
766 <TRIG_BITLENGTH>"31"</TRIG_BITLENGTH>
767 <EXTERN_TIMESTAMP>"1"</EXTERN_TIMESTAMP>
768 <XMIT_TIMESTAMP>"1"</XMIT_TIMESTAMP>
769 <SKIP_FRAMES>"0"</SKIP_FRAMES>
770 <I2C_QPERIOD>"100"</I2C_QPERIOD>
771 <I2C_BYTES>"2"</I2C_BYTES>
772 <IRQ_SMART>"3"</IRQ_SMART>
773 <OVERSIZE>"0"</OVERSIZE>
774 <GTAB_R>"171508736"</GTAB_R>
775 <GTAB_G>"171508736"</GTAB_G>
776 <GTAB_GB>"171508736"</GTAB_GB>
777 <GTAB_B>"171508736"</GTAB_B>
778 <COMPRESSOR_RUN>"2"</COMPRESSOR_RUN>
779 <COMPMOD_BYRSH>"0"</COMPMOD_BYRSH>
780 <COMPMOD_TILSH>"0"</COMPMOD_TILSH>
781 <COMPMOD_DCSUB>"0"</COMPMOD_DCSUB>
782 <DAEMON_EN>"3"</DAEMON_EN>
783 <DAEMON_EN_AUTOEXPOSURE>"1"</DAEMON_EN_AUTOEXPOSURE>
784 <DAEMON_EN_STREAMER>"1"</DAEMON_EN_STREAMER>
785 <DAEMON_EN_CCAMFTP>"0"</DAEMON_EN_CCAMFTP>
786 <DAEMON_EN_CAMOGM>"0"</DAEMON_EN_CAMOGM>
787 <DAEMON_EN_AUTOCAMPARS>"0"</DAEMON_EN_AUTOCAMPARS>
788 <DAEMON_EN_TEMPERATURE>"0"</DAEMON_EN_TEMPERATURE>
789 <AEXP_FRACPIX>"65408"</AEXP_FRACPIX>
790 <AEXP_LEVEL>"63488"</AEXP_LEVEL>
791 <HDR_DUR>"0"</HDR_DUR>
792 <HDR_VEXPOS>"262144"</HDR_VEXPOS>
793 <EXP_AHEAD>"3"</EXP_AHEAD>
794 <AE_THRESH>"500"</AE_THRESH>
795 <WB_THRESH>"500"</WB_THRESH>
796 <AE_PERIOD>"4"</AE_PERIOD>
797 <WB_PERIOD>"16"</WB_PERIOD>
798 <WB_MASK>"13"</WB_MASK>
799 <WB_EN>"1"</WB_EN>
800 <WB_WHITELEV>"64225"</WB_WHITELEV>
801 <WB_WHITEFRAC>"655"</WB_WHITEFRAC>
802 <WB_MAXWHITE>"3276"</WB_MAXWHITE>
803 <WB_SCALE_R>"65536"</WB_SCALE_R>
804 <WB_SCALE_GB>"65536"</WB_SCALE_GB>
805 <WB_SCALE_B>"65536"</WB_SCALE_B>
806 <GAIN_MIN>"65536"</GAIN_MIN>
807 <GAIN_MAX>"1032192"</GAIN_MAX>
808 <GAIN_CTRL>"65568"</GAIN_CTRL>
809 <GAIN_STEP>"32"</GAIN_STEP>
810 <ANA_GAIN_ENABLE>"1"</ANA_GAIN_ENABLE>
811 <FTP_PERIOD>"180"</FTP_PERIOD>
812 <FTP_TIMEOUT>"360"</FTP_TIMEOUT>
813 <FTP_UPDATE>"600"</FTP_UPDATE>
814 <MAXAHEAD>"2"</MAXAHEAD>
815 <HIST_DIM_01>"167774720"</HIST_DIM_01>
816 <HIST_DIM_23>"167774720"</HIST_DIM_23>
817 <TASKLET_CTL>"0"</TASKLET_CTL>
818 <HISTMODE_Y>"0"</HISTMODE_Y>
819 <HISTMODE_C>"0"</HISTMODE_C>
820 <SKIP_DIFF_FRAME>"4"</SKIP_DIFF_FRAME>
821 <PROFILING_EN>"0"</PROFILING_EN>
822 <STROP_MCAST_EN>"0"</STROP_MCAST_EN>
823 <STROP_MCAST_IP>"0"</STROP_MCAST_IP>
824 <STROP_MCAST_PORT>"20020"</STROP_MCAST_PORT>
825 <STROP_MCAST_TTL>"2"</STROP_MCAST_TTL>
826 <STROP_AUDIO_EN>"0"</STROP_AUDIO_EN>
827 <STROP_AUDIO_RATE>"44100"</STROP_AUDIO_RATE>
828 <STROP_AUDIO_CHANNEL>"2"</STROP_AUDIO_CHANNEL>
829 <STROP_FRAMES_SKIP>"0"</STROP_FRAMES_SKIP>
830 <AUDIO_CAPTURE_VOLUME>"58981"</AUDIO_CAPTURE_VOLUME>
831 <MULTI_PHASE_SDRAM>"0"</MULTI_PHASE_SDRAM>
832 <MULTI_PHASE1>"0"</MULTI_PHASE1>
833 <MULTI_PHASE2>"0"</MULTI_PHASE2>
834 <MULTI_PHASE3>"0"</MULTI_PHASE3>
835 <MULTI_SEQUENCE>"0"</MULTI_SEQUENCE>
836 <MULTI_FLIPH>"0"</MULTI_FLIPH>
837 <MULTI_FLIPV>"0"</MULTI_FLIPV>
838 <MULTI_MODE>"0"</MULTI_MODE>
839 <MULTI_HBLANK>"0"</MULTI_HBLANK>
840 <MULTI_CWIDTH>"0"</MULTI_CWIDTH>
841 <MULTI_VBLANK>"0"</MULTI_VBLANK>
842 <MULTI_WIDTH1>"0"</MULTI_WIDTH1>
843 <MULTI_WIDTH2>"0"</MULTI_WIDTH2>
844 <MULTI_WIDTH3>"0"</MULTI_WIDTH3>
845 <MULTI_HEIGHT1>"0"</MULTI_HEIGHT1>
846 <MULTI_HEIGHT2>"0"</MULTI_HEIGHT2>
847 <MULTI_HEIGHT3>"0"</MULTI_HEIGHT3>
848 <MULTI_LEFT1>"0"</MULTI_LEFT1>
849 <MULTI_LEFT2>"0"</MULTI_LEFT2>
850 <MULTI_LEFT3>"0"</MULTI_LEFT3>
851 <MULTI_TOP1>"0"</MULTI_TOP1>
852 <MULTI_TOP2>"0"</MULTI_TOP2>
853 <MULTI_TOP3>"0"</MULTI_TOP3>
854 <MULTI_SELECTED>"1"</MULTI_SELECTED>
855 <TEMPERATURE01>"0"</TEMPERATURE01>
856 <TEMPERATURE23>"0"</TEMPERATURE23>
857 <SENS_AVAIL>"0"</SENS_AVAIL>
858 <FPGA_TIM0>"1160"</FPGA_TIM0>
859 <DLY359_OUT>"0"</DLY359_OUT>
860 <DLY359_P1>"0"</DLY359_P1>
861 <DLY359_P2>"0"</DLY359_P2>
862 <DLY359_P3>"0"</DLY359_P3>
863 <DLY359_C1>"0"</DLY359_C1>
864 <DLY359_C2>"0"</DLY359_C2>
865 <DLY359_C3>"0"</DLY359_C3>
866 <MULTI_CFG>"0"</MULTI_CFG>
867 <DEBUG>"0"</DEBUG>
868 <comment>"Saved on March 20, 2014, 10:12 pm"</comment>
869 <timestamp>"1395353554"</timestamp>
870 </set>
871 </paramSets>
872 </autocampars>
873