packages/web/353/php_top/ccam.php File Reference

Go to the source code of this file.

Functions

 out1x1gif ()

Variables

 $init_pars
 $aexp_arr
 $keep_pars
 $wb_thrsh = 0.98
 $wb_minfrac = 0.01
 $wb_rscale = 1.0
 $wb_bscale = 1.0
 $white_balance = false
 $wbrslt = -1
 $autoexp_set = false
 $sleep = ($_GET["sleep"])
 $usleep = ($_GET["usleep"])
 $autoexp = elphel_get_P_value (ELPHEL_AUTOEXP_ON)
 $pars = array()
 $mode = $_GET["mode"]
 $keep_pars = elphel_get_P_arr($keep_pars)
 $timeout = 500
 $hist_in_thresh = 0.0
 $hist_out_thresh = 0.0
 $autoexp_get = false
 $streamer_get = false
 $show_written = false
 $exif_get = false
 $circbuf_get = false
 $debug_arr = array()
 $toRead = array()
case _stime
 break
case timeout
case mode
case color
 break
case color
 break
case mono
 break
 $keep_pars ["COLOR"] = $pars["COLOR"]=((integer) $value) | ($keep_pars["COLOR"] & ~7)
 break
case test
 break
case sensor
 break
 $keep_pars ["COLOR"] = $pars["COLOR"]=(((integer) $value) << 8) | ($keep_pars["COLOR"] & ~0x700)
 break
case flip
case x = ==false)?0:1)+((strpos($value,"y")===false)?0:2)
 break
case trig
 break
case async
 break
 $keep_pars ["TRIG"] = $pars["TRIG"]=($value? 4: 0) | ($keep_pars["TRIG"] & ~0x4)
 break
case gam
 break
case pxl
 break
case pxh
 break
case iq
 break
case iq
 break
case byr
 $pars ["BAYER"] = (integer) $value
 break
case fpns
 break
case fpnm
 break
case expos
case e
 $autoexp_set = true
 break
case manual
 $autoexp_set = true
 break
default __pad0__
 break
case vw
 break
case vh
 break
case wl
 break
case wt
 break
case ww
 break
case wh
 break
case pfh
 break
case fsd
 break
case dh
 break
case dv
 break
case bh
 break
case bv
 break
case clk
case bit
 break
case gr
 break
case gg
 break
case gb
 break
case ggb
 break
case sens
 $pars ["GAINR"] = $value
 $pars ["GAING"] = $value
 $pars ["GAINB"] = $value
 $pars ["GAINGB"] = $value
 break
case rscale
 break
case bscale
 break
case csb
 break
case saturation_blue
 break
case csr
 break
case saturation_red
 break
case eol
 break
case vtrig
 break
case fclk
 break
case sclk
 break
case xtra
 break
case fps
 $pars ["FP1000SLIM"] = $value
else $pars ["FPSFLAGS"] = 1
 break
case fpslm
 break
case wb_thrsh
 white balance parameters - if calculated OK, they will overwrite manual rscale, bscale if any
 $white_balance = true
 break
case wb_minfrac
 $white_balance = true
 break
case wb_rscale
 $white_balance = true
 break
case wb_bscale
 $white_balance = true
 break
case wbalance
 break
case aexp_get
 break
case aexp_on
 additional autoexposure parameters. Support both integer values (same as internal) and fractions of 1.0, seconds, etc.
 $autoexp_set = true
 break
case aexp_width
 $pars ["HISTWND_RWIDTH"] = (integer) $value
 $autoexp_set = true
 break
case aexp_height
 $pars ["HISTWND_RHEIGHT"] = (integer) $value
 $autoexp_set = true
 break
case aexp_left
 $pars ["HISTWND_RLEFT"] = (integer) $value
 $autoexp_set = true
 break
case aexp_top
 $pars ["HISTWND_RTOP"] = (integer) $value
 $autoexp_set = true
 break
case aexp_exp_max
 $pars ["AUTOEXP_EXP_MAX"] = (integer) $value
 $autoexp_set = true
 break
case aexp_overexp
 $pars ["AUTOEXP_OVEREXP_MAX"] = (integer) $value
 $autoexp_set = true
 break
case aexp_below
 $pars ["AUTOEXP_OVEREXP_MAX"] = (integer) $value
 $autoexp_set = true
 break
case aexp_threshold
 $pars ["AUTOEXP_S_INDEX"] = (integer) $value
 $autoexp_set = true
 break
case aexp_frac
 $pars ["AUTOEXP_S_PERCENT"] = (integer) $value
 $autoexp_set = true
 break
case aexp_chng_min
 $pars ["AUTOEXP_SKIP_PMIN"] = (integer) $value
 $autoexp_set = true
 break
case aexp_chng_minabs
 $autoexp_set = true
 break
case aexp_chng_max
 $pars ["AUTOEXP_SKIP_PMAX"] = (integer) $value
 $autoexp_set = true
 break
case written
 break
case streamer_get
 break
case exif
 break
case description
 break
case circbuf
 break
default __pad1__
 $npars = elphel_set_P_arr($pars)
 $was_running = (elphel_get_state()>7)
 add mode=safe. "set" if not running, otherwise return error (not needed - mode=safe&STATE is enough)
else break
 $debug_arr ["stopping_force"] = $i
 $aexp_arr = elphel_get_P_arr ($aexp_arr)
 $balance_pars = elphel_get_P_arr(array("RSCALE"=>0,"BSCALE"=>0,"GSCALE"=>0))
 $streamer_run = false
 $streamer_conf = file($streamer_run?'/var/state/streamer.conf':'/etc/streamer.conf')
 $streamer_run = ($retv==0)
 $circbuf = elphel_get_circbuf_pointers()
 break
 $rslt = $xml->asXML()


Function Documentation

out1x1gif ( void   ) 

******************************************************************************* ! FILE NAME : ccam.php ! DESCRIPTION: Programs major sensor parameters similar (not exactly) to ccam.cgi, ! returns xml OK ! Copyright (C) 2008 Elphel, Inc ! -----------------------------------------------------------------------------** ! ! This program is free software: you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by ! the Free Software Foundation, either version 3 of the License, or ! (at your option) any later version. ! ! This program is distributed in the hope that it will be useful, ! but WITHOUT ANY WARRANTY; without even the implied warranty of ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! GNU General Public License for more details. ! ! You should have received a copy of the GNU General Public License ! along with this program. If not, see <http://www.gnu.org/licenses/>. ! -----------------------------------------------------------------------------** !

Log
ccam.php,v
! Revision 1.1.1.1 2008/11/27 20:04:03 elphel ! ! ! Revision 1.4 2008/11/04 00:16:50 elphel ! started porting ! ! Revision 1.3 2008/11/02 07:26:41 elphel ! started porting ccam.php/camvc2 ! ! Revision 1.2 2008/09/28 00:31:42 elphel ! Some histogram related constants renamed from *AUTOEXP*, *AEXPWND* to *HISTWND* ! ! Revision 1.8 2008/04/24 18:20:40 elphel ! added retrieval of circbuf structure ! ! Revision 1.4 2008/04/16 20:39:32 elphel ! removed actions that are unneeded with the current drivers, limited number of retries to stop compressor in "mode=set", added "mode=force" that unconditionally reprograms camera without an attempt to nicely stop the compressor ! ! Revision 1.3 2008/03/25 07:38:43 elphel ! just troubleshooting ! ! Revision 1.2 2008/03/22 04:43:03 elphel ! few minor changes ! ! Revision 1.1 2008/03/20 22:32:12 elphel ! sensor/compressor control, similar commands as ccam.cgi, but no images returned (use imgsrv - port 8081) ! !

we have zeros in the string

always good

Definition at line 52 of file ccam.php.

References header, s, and stdout.

Referenced by listener_loop().


Variable Documentation

$aexp_arr = elphel_get_P_arr ($aexp_arr)

Definition at line 627 of file ccam.php.

$aexp_arr

Initial value:

array(
            "AUTOEXP_ON"=>0,
            "HISTWND_RWIDTH"=>0,
            "HISTWND_RHEIGHT"=>0,
            "HISTWND_RLEFT"=>0,
            "HISTWND_RTOP"=>0,
            "AUTOEXP_EXP_MAX"=>0,
            "AUTOEXP_OVEREXP_MAX"=>0,
            "AUTOEXP_S_PERCENT"=>0,
            "AUTOEXP_S_INDEX"=>0,
            "AUTOEXP_EXP"=>0,
            "AUTOEXP_SKIP_PMIN"=>0,
            "AUTOEXP_SKIP_PMAX"=>0,
            "AUTOEXP_SKIP_T"=>0,
            "HISTWND_WIDTH"=>0,
            "HISTWND_HEIGHT"=>0,
            "HISTWND_TOP"=>0,
            "HISTWND_LEFT"=>0
          )

Definition at line 93 of file ccam.php.

$autoexp = elphel_get_P_value (ELPHEL_AUTOEXP_ON)

Definition at line 127 of file ccam.php.

$autoexp_get = false

Definition at line 134 of file ccam.php.

$autoexp_set = true

Definition at line 468 of file ccam.php.

$autoexp_set = true

Definition at line 463 of file ccam.php.

$autoexp_set = true

Definition at line 459 of file ccam.php.

$autoexp_set = true

Definition at line 453 of file ccam.php.

$autoexp_set = true

Definition at line 447 of file ccam.php.

$autoexp_set = true

Definition at line 440 of file ccam.php.

$autoexp_set = true

Definition at line 435 of file ccam.php.

$autoexp_set = true

Definition at line 430 of file ccam.php.

$autoexp_set = true

Definition at line 425 of file ccam.php.

$autoexp_set = true

Definition at line 420 of file ccam.php.

$autoexp_set = true

Definition at line 415 of file ccam.php.

$autoexp_set = true

Definition at line 410 of file ccam.php.

$autoexp_set = true

Definition at line 405 of file ccam.php.

$autoexp_set = true

Definition at line 243 of file ccam.php.

$autoexp_set = true

Definition at line 237 of file ccam.php.

$autoexp_set = false

Definition at line 124 of file ccam.php.

$balance_pars = elphel_get_P_arr(array("RSCALE"=>0,"BSCALE"=>0,"GSCALE"=>0))

Definition at line 642 of file ccam.php.

$circbuf = elphel_get_circbuf_pointers()

Definition at line 670 of file ccam.php.

$circbuf_get = false

Definition at line 138 of file ccam.php.

$debug_arr["stopping_force"] = $i

Definition at line 517 of file ccam.php.

$debug_arr = array()

Definition at line 139 of file ccam.php.

$exif_get = false

Definition at line 137 of file ccam.php.

$hist_in_thresh = 0.0

Definition at line 132 of file ccam.php.

$hist_out_thresh = 0.0

Definition at line 133 of file ccam.php.

$init_pars

Initial value:

array(
           "FLIP"=>3,  
           "COLOR"=>1, 
           "DCM_HOR"  => 1,  
           "DCM_VERT" => 1,  
           "BIN_HOR"  => 1,  
           "BIN_VERT" => 1,  
           "QUALITY"  => 90, 
           "COLOR_SATURATION_BLUE" => 200 , 
           "COLOR_SATURATION_RED" => 200 ,  
           "BITS" => 8,                     
           "GAMMA" => 57,                   
           "PIXEL_LOW" => 10,               
           "PIXEL_HIGH" => 254,             
           "EXPOS" =>    100,               
           "WOI_LEFT" =>  0,                 
           "WOI_TOP" =>   0,                 
           "WOI_WIDTH" =>  10000,            
           "WOI_HEIGHT" => 10000,            
           "RSCALE" =>       256,            
           "BSCALE" =>       256,            
           "GAINR" =>        512,            
           "GAING" =>        512,            
           "GAINB" =>        512,            
           "GAINGB" =>       512,            
           "BAYER" =>          4             
         )

Definition at line 66 of file ccam.php.

$keep_pars["TRIG"] = $pars["TRIG"]=($value? 4: 0) | ($keep_pars["TRIG"] & ~0x4)

Definition at line 193 of file ccam.php.

$keep_pars["COLOR"] = $pars["COLOR"]=(((integer) $value) << 8) | ($keep_pars["COLOR"] & ~0x700)

Definition at line 185 of file ccam.php.

$keep_pars["COLOR"] = $pars["COLOR"]=((integer) $value) | ($keep_pars["COLOR"] & ~7)

Definition at line 178 of file ccam.php.

$keep_pars = elphel_get_P_arr($keep_pars)

Definition at line 130 of file ccam.php.

$keep_pars

Initial value:

array(
           "COLOR"=>0,
           "TRIG"=>0
         )

Definition at line 113 of file ccam.php.

$mode = $_GET["mode"]

Definition at line 129 of file ccam.php.

$npars = elphel_set_P_arr($pars)

Definition at line 499 of file ccam.php.

$pars["AUTOEXP_SKIP_PMAX"] = (integer) $value

Definition at line 467 of file ccam.php.

$pars["AUTOEXP_SKIP_PMIN"] = (integer) $value

Definition at line 458 of file ccam.php.

$pars["AUTOEXP_S_PERCENT"] = (integer) $value

Definition at line 452 of file ccam.php.

$pars["AUTOEXP_S_INDEX"] = (integer) $value

Definition at line 446 of file ccam.php.

$pars["AUTOEXP_OVEREXP_MAX"] = (integer) $value

Definition at line 439 of file ccam.php.

$pars["AUTOEXP_OVEREXP_MAX"] = (integer) $value

Definition at line 434 of file ccam.php.

$pars["AUTOEXP_EXP_MAX"] = (integer) $value

Definition at line 429 of file ccam.php.

$pars["HISTWND_RTOP"] = (integer) $value

Definition at line 424 of file ccam.php.

$pars["HISTWND_RLEFT"] = (integer) $value

Definition at line 419 of file ccam.php.

$pars["HISTWND_RHEIGHT"] = (integer) $value

Definition at line 414 of file ccam.php.

$pars["HISTWND_RWIDTH"] = (integer) $value

Definition at line 409 of file ccam.php.

else $pars["FPSFLAGS"] = 1

Definition at line 373 of file ccam.php.

$pars["FP1000SLIM"] = $value

Definition at line 371 of file ccam.php.

$pars["GAINGB"] = $value

Definition at line 331 of file ccam.php.

$pars["GAINB"] = $value

Definition at line 330 of file ccam.php.

$pars["GAING"] = $value

Definition at line 329 of file ccam.php.

$pars["GAINR"] = $value

Definition at line 328 of file ccam.php.

$pars["BAYER"] = (integer) $value

Definition at line 219 of file ccam.php.

$pars = array()

Definition at line 128 of file ccam.php.

Referenced by addGammas(), apply_triggers(), applyPost(), print_triggers(), and readCurrentParameterValues().

$rslt = $xml->asXML()

Definition at line 698 of file ccam.php.

$show_written = false

Definition at line 136 of file ccam.php.

$sleep = ($_GET["sleep"])

Definition at line 125 of file ccam.php.

$streamer_conf = file($streamer_run?'/var/state/streamer.conf':'/etc/streamer.conf')

FIXME: for now just disable if (($fd=fopen('/dev/stream','r'))) fclose ($fd) ; else $streamer_run=true;

Definition at line 655 of file ccam.php.

$streamer_get = false

Definition at line 135 of file ccam.php.

$streamer_run = ($retv==0)

Definition at line 660 of file ccam.php.

$streamer_run = false

Definition at line 651 of file ccam.php.

$timeout = 500

Definition at line 131 of file ccam.php.

Referenced by applyPost().

$toRead = array()

Definition at line 151 of file ccam.php.

$usleep = ($_GET["usleep"])

Definition at line 126 of file ccam.php.

$was_running = (elphel_get_state()>7)

add mode=safe. "set" if not running, otherwise return error (not needed - mode=safe&STATE is enough)

Definition at line 508 of file ccam.php.

$wb_bscale = 1.0

Definition at line 121 of file ccam.php.

$wb_minfrac = 0.01

Definition at line 119 of file ccam.php.

$wb_rscale = 1.0

Definition at line 120 of file ccam.php.

$wb_thrsh = 0.98

Definition at line 118 of file ccam.php.

$wbrslt = -1

Definition at line 123 of file ccam.php.

$white_balance = true

Definition at line 393 of file ccam.php.

$white_balance = true

Definition at line 389 of file ccam.php.

$white_balance = true

Definition at line 385 of file ccam.php.

$white_balance = true

Definition at line 381 of file ccam.php.

$white_balance = false

Definition at line 122 of file ccam.php.

default __pad0__

Definition at line 247 of file ccam.php.

default __pad1__

Definition at line 495 of file ccam.php.

case _stime

Definition at line 159 of file ccam.php.

case aexp_below

Definition at line 438 of file ccam.php.

case aexp_chng_max

Definition at line 466 of file ccam.php.

case aexp_chng_min

Definition at line 457 of file ccam.php.

case aexp_chng_minabs

Definition at line 462 of file ccam.php.

case aexp_exp_max

Definition at line 428 of file ccam.php.

case aexp_frac

Definition at line 451 of file ccam.php.

case aexp_get

Definition at line 400 of file ccam.php.

case aexp_height

Definition at line 413 of file ccam.php.

case aexp_left

Definition at line 418 of file ccam.php.

case aexp_on

additional autoexposure parameters. Support both integer values (same as internal) and fractions of 1.0, seconds, etc.

Definition at line 404 of file ccam.php.

case aexp_overexp

Definition at line 433 of file ccam.php.

case aexp_threshold

Definition at line 445 of file ccam.php.

case aexp_top

Definition at line 423 of file ccam.php.

case aexp_width

Definition at line 408 of file ccam.php.

case async

Definition at line 191 of file ccam.php.

Referenced by pgm_limitfps(), pgm_recalcseq(), and pgm_triggermode().

case bh

Definition at line 296 of file ccam.php.

Referenced by mt9x001_pgm_window_common(), and pgm_window_common().

case bit

Definition at line 306 of file ccam.php.

Referenced by createDefaultConfig(), and nand_correct_data().

break

Definition at line 686 of file ccam.php.

else break

Definition at line 516 of file ccam.php.

break

Definition at line 493 of file ccam.php.

break

Definition at line 490 of file ccam.php.

break

Definition at line 487 of file ccam.php.

break

Definition at line 484 of file ccam.php.

break

Definition at line 481 of file ccam.php.

break

Definition at line 469 of file ccam.php.

break

Definition at line 464 of file ccam.php.

break

Definition at line 460 of file ccam.php.

break

Definition at line 454 of file ccam.php.

break

Definition at line 448 of file ccam.php.

break

Definition at line 441 of file ccam.php.

break

Definition at line 436 of file ccam.php.

break

Definition at line 431 of file ccam.php.

break

Definition at line 426 of file ccam.php.

break

Definition at line 421 of file ccam.php.

break

Definition at line 416 of file ccam.php.

break

Definition at line 411 of file ccam.php.

break

Definition at line 406 of file ccam.php.

break

Definition at line 401 of file ccam.php.

break

Definition at line 398 of file ccam.php.

break

Definition at line 394 of file ccam.php.

break

Definition at line 390 of file ccam.php.

break

Definition at line 386 of file ccam.php.

break

Definition at line 382 of file ccam.php.

break

Definition at line 377 of file ccam.php.

break

Definition at line 374 of file ccam.php.

break

Definition at line 365 of file ccam.php.

break

Definition at line 362 of file ccam.php.

break

Definition at line 359 of file ccam.php.

break

Definition at line 356 of file ccam.php.

break

Definition at line 353 of file ccam.php.

break

Definition at line 350 of file ccam.php.

break

Definition at line 347 of file ccam.php.

break

Definition at line 344 of file ccam.php.

break

Definition at line 341 of file ccam.php.

break

Definition at line 338 of file ccam.php.

break

Definition at line 335 of file ccam.php.

break

Definition at line 332 of file ccam.php.

break

Definition at line 324 of file ccam.php.

break

Definition at line 319 of file ccam.php.

break

Definition at line 315 of file ccam.php.

break

Definition at line 311 of file ccam.php.

break

Definition at line 307 of file ccam.php.

break

Definition at line 300 of file ccam.php.

break

Definition at line 297 of file ccam.php.

break

Definition at line 294 of file ccam.php.

break

Definition at line 291 of file ccam.php.

break

Definition at line 288 of file ccam.php.

break

Definition at line 284 of file ccam.php.

break

Definition at line 281 of file ccam.php.

break

Definition at line 277 of file ccam.php.

break

Definition at line 273 of file ccam.php.

break

Definition at line 269 of file ccam.php.

break

Definition at line 265 of file ccam.php.

break

Definition at line 262 of file ccam.php.

break

Definition at line 259 of file ccam.php.

break

Definition at line 245 of file ccam.php.

break

Definition at line 239 of file ccam.php.

break

Definition at line 228 of file ccam.php.

break

Definition at line 224 of file ccam.php.

break

Definition at line 220 of file ccam.php.

break

Definition at line 215 of file ccam.php.

break

Definition at line 211 of file ccam.php.

break

Definition at line 207 of file ccam.php.

break

Definition at line 203 of file ccam.php.

break

Definition at line 199 of file ccam.php.

break

Definition at line 194 of file ccam.php.

break

Definition at line 191 of file ccam.php.

break

Definition at line 190 of file ccam.php.

break

Definition at line 187 of file ccam.php.

break

Definition at line 186 of file ccam.php.

break

Definition at line 183 of file ccam.php.

break

Definition at line 182 of file ccam.php.

break

Definition at line 179 of file ccam.php.

break

Definition at line 176 of file ccam.php.

break

Definition at line 175 of file ccam.php.

break

Definition at line 174 of file ccam.php.

break

Definition at line 162 of file ccam.php.

case bscale

Definition at line 337 of file ccam.php.

Referenced by fixRGBScales(), and prepSetNative().

case bv

Definition at line 299 of file ccam.php.

Referenced by mt9x001_pgm_window_common(), and pgm_window_common().

case byr

Definition at line 218 of file ccam.php.

case circbuf

Definition at line 492 of file ccam.php.

case clk

Definition at line 303 of file ccam.php.

case color

Definition at line 175 of file ccam.php.

case color

Definition at line 174 of file ccam.php.

Referenced by createDefaultConfig(), gammas_write(), pgm_gamma(), pgm_gammaload(), PHP_FUNCTION(), showImgData(), showUsage(), and whiteBalanceCorr().

case csb

Definition at line 340 of file ccam.php.

Referenced by pgm_compmode().

case csr

Definition at line 346 of file ccam.php.

Referenced by pgm_compmode().

case description

Definition at line 489 of file ccam.php.

case dh

Definition at line 290 of file ccam.php.

Referenced by mt9x001_pgm_limitfps(), mt9x001_pgm_window_common(), and pgm_window_common().

case dv

Definition at line 293 of file ccam.php.

Referenced by mt9x001_pgm_limitfps(), mt9x001_pgm_window_common(), and pgm_window_common().

case e

Definition at line 236 of file ccam.php.

Referenced by add_alarm_event(), add_always_event(), add_fd_event(), add_timer_event(), calc_pll_params(), cleanup(), event_loop(), exif_getutc(), find_filesystem_entry(), get_event_enabled(), new_event(), recursive_populate_directory(), remove_event(), resched_event(), set_event_enabled(), set_event_interval(), strip_events(), write_dirent(), write_pipe(), write_regular_file(), write_special_file(), and write_symlink().

case eol

Definition at line 352 of file ccam.php.

Referenced by sfgets().

case exif

Definition at line 486 of file ccam.php.

case expos

Definition at line 231 of file ccam.php.

case fclk

Definition at line 358 of file ccam.php.

case flip

Definition at line 187 of file ccam.php.

Referenced by mt9x001_pgm_window_common().

case fpnm

Definition at line 227 of file ccam.php.

case fpns

Definition at line 223 of file ccam.php.

case fps

Definition at line 370 of file ccam.php.

Referenced by opt_parse(), Streamer::Streamer(), and write_sdp().

case fpslm

Definition at line 376 of file ccam.php.

case fsd

Definition at line 287 of file ccam.php.

case gam

Definition at line 198 of file ccam.php.

Referenced by fixGammaBlack().

case gb

Definition at line 318 of file ccam.php.

case gg

Definition at line 314 of file ccam.php.

case ggb

Definition at line 323 of file ccam.php.

case gr

Definition at line 310 of file ccam.php.

case iq

Definition at line 214 of file ccam.php.

case iq

Definition at line 210 of file ccam.php.

case manual

Definition at line 242 of file ccam.php.

case mode

Definition at line 171 of file ccam.php.

Referenced by createDefaultConfig(), fpga_jtag_lseek(), fpga_jtag_open(), fpga_jtag_read(), gammas_open(), gammas_write(), interpret_table_entry(), JTAG_whatopen(), main(), mainJavascript(), parse_def(), printDefaultPage(), and rtsp_udp_setup().

case mono

Definition at line 176 of file ccam.php.

Referenced by createDefaultConfig().

case pfh

Definition at line 283 of file ccam.php.

Referenced by pgm_window_common().

case pxh

Definition at line 206 of file ccam.php.

case pxl

Definition at line 202 of file ccam.php.

Referenced by fixGammaBlack().

case rscale

Definition at line 334 of file ccam.php.

Referenced by fixRGBScales(), and prepSetNative().

case saturation_blue

Definition at line 343 of file ccam.php.

case saturation_red

Definition at line 349 of file ccam.php.

case sclk

Definition at line 361 of file ccam.php.

Referenced by mt9x001_pgm_exposure(), and mt9x001_pgm_limitfps().

case sens

Definition at line 327 of file ccam.php.

case sensor

Definition at line 183 of file ccam.php.

Referenced by createDefaultConfig(), mt9x001_pgm_detectsensor(), mt9x001_pgm_exposure(), mt9x001_pgm_gains(), mt9x001_pgm_initsensor(), mt9x001_pgm_limitfps(), mt9x001_pgm_sensorregs(), mt9x001_pgm_triggermode(), mt9x001_pgm_window(), mt9x001_pgm_window_common(), mt9x001_pgm_window_safe(), pgm_afterinit(), pgm_detectsensor(), pgm_sensorin(), pgm_sensorphase(), pgm_window(), pgm_window_common(), pgm_window_safe(), and showUsage().

case streamer_get

Definition at line 483 of file ccam.php.

case test

Definition at line 182 of file ccam.php.

Referenced by create_elphel353_kdevelop(), createDefaultConfig(), parseGetNames(), and printDefaultPage().

case timeout

Definition at line 164 of file ccam.php.

case trig

Definition at line 190 of file ccam.php.

case vh

Definition at line 264 of file ccam.php.

case vtrig

Definition at line 355 of file ccam.php.

case vw

Definition at line 261 of file ccam.php.

case wb_bscale

Definition at line 392 of file ccam.php.

case wb_minfrac

Definition at line 384 of file ccam.php.

case wb_rscale

Definition at line 388 of file ccam.php.

case wb_thrsh

white balance parameters - if calculated OK, they will overwrite manual rscale, bscale if any

Definition at line 380 of file ccam.php.

case wbalance

Definition at line 397 of file ccam.php.

case wh

Definition at line 280 of file ccam.php.

Referenced by mt9x001_pgm_limitfps(), and mt9x001_pgm_window_common().

case wl

Definition at line 268 of file ccam.php.

Referenced by mt9x001_pgm_window_common().

case written

Definition at line 480 of file ccam.php.

Referenced by profileShow().

case wt

Definition at line 272 of file ccam.php.

Referenced by mt9x001_pgm_window_common().

case ww

Definition at line 276 of file ccam.php.

Referenced by mt9x001_pgm_limitfps(), and mt9x001_pgm_window_common().

case x = ==false)?0:1)+((strpos($value,"y")===false)?0:2)

Definition at line 187 of file ccam.php.

Referenced by _Request::_Request(), exif_getutc(), gamma_calc(), gamma_calc_reverse(), histogram_calc_percentiles(), i2c_outbyte(), and showJpegHeader().

case xtra

Definition at line 364 of file ccam.php.


Generated on Fri Nov 28 00:08:38 2008 for elphel by  doxygen 1.5.1