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 ["FP100S"] = $value
else $pars ["FPSLM"] = 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 ["AUTOEXP_RWIDTH"] = (integer) $value
 $autoexp_set = true
 break
case aexp_height
 $pars ["AUTOEXP_RHEIGHT"] = (integer) $value
 $autoexp_set = true
 break
case aexp_left
 $pars ["AUTOEXP_RLEFT"] = (integer) $value
 $autoexp_set = true
 break
case aexp_top
 $pars ["AUTOEXP_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 hist_in_thresh
 break
case hist_out_thresh
 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
else $streamer_run = true
 $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.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 40 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 616 of file ccam.php.

$aexp_arr

Initial value:

array(
            "AUTOEXP_ON"=>0,
            "AUTOEXP_RWIDTH"=>0,
            "AUTOEXP_RHEIGHT"=>0,
            "AUTOEXP_RLEFT"=>0,
            "AUTOEXP_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,
            "AEXPWND_WIDTH"=>0,
            "AEXPWND_HEIGHT"=>0,
            "AEXPWND_TOP"=>0,
            "AEXPWND_LEFT"=>0
          )

Definition at line 76 of file ccam.php.

$autoexp = elphel_get_P_value (ELPHEL_AUTOEXP_ON)

Definition at line 110 of file ccam.php.

$autoexp_get = false

Definition at line 117 of file ccam.php.

$autoexp_set = true

Definition at line 459 of file ccam.php.

$autoexp_set = true

Definition at line 454 of file ccam.php.

$autoexp_set = true

Definition at line 450 of file ccam.php.

$autoexp_set = true

Definition at line 444 of file ccam.php.

$autoexp_set = true

Definition at line 438 of file ccam.php.

$autoexp_set = true

Definition at line 431 of file ccam.php.

$autoexp_set = true

Definition at line 426 of file ccam.php.

$autoexp_set = true

Definition at line 421 of file ccam.php.

$autoexp_set = true

Definition at line 416 of file ccam.php.

$autoexp_set = true

Definition at line 411 of file ccam.php.

$autoexp_set = true

Definition at line 406 of file ccam.php.

$autoexp_set = true

Definition at line 401 of file ccam.php.

$autoexp_set = true

Definition at line 396 of file ccam.php.

$autoexp_set = true

Definition at line 237 of file ccam.php.

$autoexp_set = true

Definition at line 231 of file ccam.php.

$autoexp_set = false

Definition at line 107 of file ccam.php.

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

Definition at line 638 of file ccam.php.

$circbuf = elphel_get_circbuf_pointers()

Definition at line 664 of file ccam.php.

$circbuf_get = false

Definition at line 121 of file ccam.php.

$debug_arr["stopping_force"] = $i

Definition at line 506 of file ccam.php.

$debug_arr = array()

Definition at line 122 of file ccam.php.

$exif_get = false

Definition at line 120 of file ccam.php.

$hist_in_thresh = 0.0

Definition at line 115 of file ccam.php.

$hist_out_thresh = 0.0

Definition at line 116 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 49 of file ccam.php.

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

Definition at line 186 of file ccam.php.

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

Definition at line 178 of file ccam.php.

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

Definition at line 171 of file ccam.php.

$keep_pars = elphel_get_P_arr($keep_pars)

Definition at line 113 of file ccam.php.

$keep_pars

Initial value:

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

Definition at line 96 of file ccam.php.

$mode = $_GET["mode"]

Definition at line 112 of file ccam.php.

$npars = elphel_set_P_arr($pars)

Definition at line 488 of file ccam.php.

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

Definition at line 458 of file ccam.php.

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

Definition at line 449 of file ccam.php.

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

Definition at line 443 of file ccam.php.

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

Definition at line 437 of file ccam.php.

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

Definition at line 430 of file ccam.php.

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

Definition at line 425 of file ccam.php.

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

Definition at line 420 of file ccam.php.

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

Definition at line 415 of file ccam.php.

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

Definition at line 410 of file ccam.php.

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

Definition at line 405 of file ccam.php.

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

Definition at line 400 of file ccam.php.

else $pars["FPSLM"] = 1

Definition at line 364 of file ccam.php.

$pars["FP100S"] = $value

Definition at line 362 of file ccam.php.

$pars["GAINGB"] = $value

Definition at line 325 of file ccam.php.

$pars["GAINB"] = $value

Definition at line 324 of file ccam.php.

$pars["GAING"] = $value

Definition at line 323 of file ccam.php.

$pars["GAINR"] = $value

Definition at line 322 of file ccam.php.

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

Definition at line 212 of file ccam.php.

$pars = array()

Definition at line 111 of file ccam.php.

$rslt = $xml->asXML()

Definition at line 692 of file ccam.php.

$show_written = false

Definition at line 119 of file ccam.php.

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

Definition at line 108 of file ccam.php.

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

Definition at line 649 of file ccam.php.

$streamer_get = false

Definition at line 118 of file ccam.php.

$streamer_run = ($retv==0)

Definition at line 654 of file ccam.php.

else $streamer_run = true

Definition at line 648 of file ccam.php.

$streamer_run = false

Definition at line 647 of file ccam.php.

$timeout = 500

Definition at line 114 of file ccam.php.

$toRead = array()

Definition at line 134 of file ccam.php.

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

Definition at line 109 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 497 of file ccam.php.

$wb_bscale = 1.0

Definition at line 104 of file ccam.php.

$wb_minfrac = 0.01

Definition at line 102 of file ccam.php.

$wb_rscale = 1.0

Definition at line 103 of file ccam.php.

$wb_thrsh = 0.98

Definition at line 101 of file ccam.php.

$wbrslt = -1

Definition at line 106 of file ccam.php.

$white_balance = true

Definition at line 384 of file ccam.php.

$white_balance = true

Definition at line 380 of file ccam.php.

$white_balance = true

Definition at line 376 of file ccam.php.

$white_balance = true

Definition at line 372 of file ccam.php.

$white_balance = false

Definition at line 105 of file ccam.php.

default __pad0__

Definition at line 241 of file ccam.php.

default __pad1__

Definition at line 484 of file ccam.php.

case _stime

Definition at line 144 of file ccam.php.

case aexp_below

Definition at line 429 of file ccam.php.

case aexp_chng_max

Definition at line 457 of file ccam.php.

case aexp_chng_min

Definition at line 448 of file ccam.php.

case aexp_chng_minabs

Definition at line 453 of file ccam.php.

case aexp_exp_max

Definition at line 419 of file ccam.php.

case aexp_frac

Definition at line 442 of file ccam.php.

case aexp_get

Definition at line 391 of file ccam.php.

case aexp_height

Definition at line 404 of file ccam.php.

case aexp_left

Definition at line 409 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 395 of file ccam.php.

case aexp_overexp

Definition at line 424 of file ccam.php.

case aexp_threshold

Definition at line 436 of file ccam.php.

case aexp_top

Definition at line 414 of file ccam.php.

case aexp_width

Definition at line 399 of file ccam.php.

case async

Definition at line 184 of file ccam.php.

case bh

Definition at line 290 of file ccam.php.

Referenced by adjustBinning_mt9x001(), program_woi_mt9x001(), and programSensor().

case bit

Definition at line 300 of file ccam.php.

Referenced by nand_correct_data().

break

Definition at line 680 of file ccam.php.

else break

Definition at line 505 of file ccam.php.

break

Definition at line 482 of file ccam.php.

break

Definition at line 479 of file ccam.php.

break

Definition at line 476 of file ccam.php.

break

Definition at line 473 of file ccam.php.

break

Definition at line 470 of file ccam.php.

break

Definition at line 466 of file ccam.php.

break

Definition at line 463 of file ccam.php.

break

Definition at line 460 of file ccam.php.

break

Definition at line 455 of file ccam.php.

break

Definition at line 451 of file ccam.php.

break

Definition at line 445 of file ccam.php.

break

Definition at line 439 of file ccam.php.

break

Definition at line 432 of file ccam.php.

break

Definition at line 427 of file ccam.php.

break

Definition at line 422 of file ccam.php.

break

Definition at line 417 of file ccam.php.

break

Definition at line 412 of file ccam.php.

break

Definition at line 407 of file ccam.php.

break

Definition at line 402 of file ccam.php.

break

Definition at line 397 of file ccam.php.

break

Definition at line 392 of file ccam.php.

break

Definition at line 389 of file ccam.php.

break

Definition at line 385 of file ccam.php.

break

Definition at line 381 of file ccam.php.

break

Definition at line 377 of file ccam.php.

break

Definition at line 373 of file ccam.php.

break

Definition at line 368 of file ccam.php.

break

Definition at line 365 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 329 of file ccam.php.

break

Definition at line 326 of file ccam.php.

break

Definition at line 318 of file ccam.php.

break

Definition at line 313 of file ccam.php.

break

Definition at line 309 of file ccam.php.

break

Definition at line 305 of file ccam.php.

break

Definition at line 301 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 285 of file ccam.php.

break

Definition at line 282 of file ccam.php.

break

Definition at line 278 of file ccam.php.

break

Definition at line 275 of file ccam.php.

break

Definition at line 271 of file ccam.php.

break

Definition at line 267 of file ccam.php.

break

Definition at line 263 of file ccam.php.

break

Definition at line 259 of file ccam.php.

break

Definition at line 256 of file ccam.php.

break

Definition at line 253 of file ccam.php.

break

Definition at line 239 of file ccam.php.

break

Definition at line 233 of file ccam.php.

break

Definition at line 221 of file ccam.php.

break

Definition at line 217 of file ccam.php.

break

Definition at line 213 of file ccam.php.

break

Definition at line 208 of file ccam.php.

break

Definition at line 204 of file ccam.php.

break

Definition at line 200 of file ccam.php.

break

Definition at line 196 of file ccam.php.

break

Definition at line 192 of file ccam.php.

break

Definition at line 187 of file ccam.php.

break

Definition at line 184 of file ccam.php.

break

Definition at line 183 of file ccam.php.

break

Definition at line 180 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 172 of file ccam.php.

break

Definition at line 169 of file ccam.php.

break

Definition at line 168 of file ccam.php.

break

Definition at line 167 of file ccam.php.

break

Definition at line 147 of file ccam.php.

case bscale

Definition at line 331 of file ccam.php.

Referenced by PHP_FUNCTION(), and setCamPars().

case bv

Definition at line 293 of file ccam.php.

Referenced by adjustBinning_mt9x001(), program_woi_mt9x001(), and programSensor().

case byr

Definition at line 211 of file ccam.php.

case circbuf

Definition at line 481 of file ccam.php.

case clk

Definition at line 297 of file ccam.php.

case color

Definition at line 168 of file ccam.php.

case color

Definition at line 167 of file ccam.php.

case csb

Definition at line 334 of file ccam.php.

case csr

Definition at line 340 of file ccam.php.

case description

Definition at line 478 of file ccam.php.

case dh

Definition at line 284 of file ccam.php.

Referenced by adjustBinning_mt9x001(), program_woi_mt9x001(), and programSensor().

case dv

Definition at line 287 of file ccam.php.

Referenced by adjustBinning_mt9x001(), program_exposure_mt9x001(), program_woi_mt9x001(), and programSensor().

case e

Definition at line 230 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(), printStreamerParameters(), program_exposure_mt9x001(), recursive_populate_directory(), remove_event(), resched_event(), send_hardware_image(), 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 346 of file ccam.php.

Referenced by sfgets(), and x313_JPEG_dump().

case exif

Definition at line 475 of file ccam.php.

Referenced by ext_make_jpeg_header(), and send_hardware_image().

case expos

Definition at line 225 of file ccam.php.

case fclk

Definition at line 352 of file ccam.php.

Referenced by program_woi_mt9x001().

case flip

Definition at line 180 of file ccam.php.

case fpnm

Definition at line 220 of file ccam.php.

case fpns

Definition at line 216 of file ccam.php.

case fps

Definition at line 361 of file ccam.php.

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

case fpslm

Definition at line 367 of file ccam.php.

case fsd

Definition at line 281 of file ccam.php.

case gam

Definition at line 191 of file ccam.php.

case gb

Definition at line 312 of file ccam.php.

Referenced by program_gains_mt9x001(), and setCamPars().

case gg

Definition at line 308 of file ccam.php.

Referenced by program_gains_mt9x001(), and setCamPars().

case ggb

Definition at line 317 of file ccam.php.

Referenced by program_gains_mt9x001(), and setCamPars().

case gr

Definition at line 304 of file ccam.php.

Referenced by program_gains_mt9x001(), and setCamPars().

case hist_in_thresh

Definition at line 462 of file ccam.php.

case hist_out_thresh

Definition at line 465 of file ccam.php.

case iq

Definition at line 207 of file ccam.php.

case iq

Definition at line 203 of file ccam.php.

case manual

Definition at line 236 of file ccam.php.

case mode

Definition at line 163 of file ccam.php.

Referenced by exportVRMLStart(), fpga_jtag_lseek(), fpga_jtag_open(), fpga_jtag_read(), interpret_table_entry(), JTAG_whatopen(), main(), and rtsp_udp_setup().

case mono

Definition at line 169 of file ccam.php.

case pfh

Definition at line 277 of file ccam.php.

Referenced by program_woi_mt9x001(), and programSensor().

case pxh

Definition at line 199 of file ccam.php.

case pxl

Definition at line 195 of file ccam.php.

case rscale

Definition at line 328 of file ccam.php.

Referenced by PHP_FUNCTION(), and setCamPars().

case saturation_blue

Definition at line 337 of file ccam.php.

case saturation_red

Definition at line 343 of file ccam.php.

case sclk

Definition at line 355 of file ccam.php.

Referenced by program_exposure_mt9x001(), and program_woi_mt9x001().

case sens

Definition at line 321 of file ccam.php.

Referenced by setCamPars().

case sensor

Definition at line 176 of file ccam.php.

case streamer_get

Definition at line 472 of file ccam.php.

case test

Definition at line 175 of file ccam.php.

int timeout

Definition at line 149 of file ccam.php.

Referenced by arping(), NetBoot(), read_file(), wait_mpu_idle(), and wait_mpu_reg_data().

case trig

Definition at line 183 of file ccam.php.

case vh

Definition at line 258 of file ccam.php.

Referenced by program_exposure_mt9x001().

case vtrig

Definition at line 349 of file ccam.php.

case vw

Definition at line 255 of file ccam.php.

case wb_bscale

Definition at line 383 of file ccam.php.

case wb_minfrac

Definition at line 375 of file ccam.php.

case wb_rscale

Definition at line 379 of file ccam.php.

case wb_thrsh

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

Definition at line 371 of file ccam.php.

case wbalance

Definition at line 388 of file ccam.php.

case wh

Definition at line 274 of file ccam.php.

Referenced by main(), program_exposure_mt9x001(), and program_woi_mt9x001().

case wl

Definition at line 262 of file ccam.php.

Referenced by program_woi_mt9x001().

case written

Definition at line 469 of file ccam.php.

case wt

Definition at line 266 of file ccam.php.

Referenced by program_woi_mt9x001().

case ww

Definition at line 270 of file ccam.php.

Referenced by main(), and program_woi_mt9x001().

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

Definition at line 180 of file ccam.php.

Referenced by _Request::_Request(), exif_getutc(), exportColorSet(), exportCoordinateSet(), exportIsolineCoord(), exportTopEdges(), exportTopFaces(), fillEdgesArray(), findStartEdge(), i2c_outbyte(), initVertexArray(), and x313_dma_update_jpeg_header().

case xtra

Definition at line 358 of file ccam.php.

Referenced by program_woi_mt9x001().


Generated on Thu Aug 7 16:20:58 2008 for elphel by  doxygen 1.5.1