Go to the source code of this file.
Variables | |
$balance_pars | |
$xml = new SimpleXMLElement("<?xml version='1.0'?><white_balance/>") | |
$thrsh = 0.98 | |
$minfrac = 0.01 | |
$rscale = 1.0 | |
$bscale = 1.0 | |
$v = $_GET['thrsh'] | |
$v = $_GET['minfrac'] | |
$v = $_GET['rscale'] | |
$v = $_GET['bscale'] | |
$balance_pars = elphel_get_P_arr($balance_pars) | |
$rslt = elphel_white_balance ($thrsh, $minfrac, $rscale, $bscale) | |
$balance_pars = elphel_get_P_arr($balance_pars) | |
(1) - non-stop! | |
$sxml = $xml->asXML() |
$balance_pars = elphel_get_P_arr($balance_pars) |
$balance_pars = elphel_get_P_arr($balance_pars) |
Definition at line 58 of file whitebalance.php.
$balance_pars |
Initial value:
array( "RSCALE" => 256, "BSCALE" => 256, "GSCALE" => 256, "GAINR" => 512, "GAING" => 512, "GAINB" => 512, "GAINGB" => 512, )
Definition at line 36 of file whitebalance.php.
$bscale = 1.0 |
Definition at line 53 of file whitebalance.php.
$minfrac = 0.01 |
Definition at line 51 of file whitebalance.php.
$rscale = 1.0 |
Definition at line 52 of file whitebalance.php.
Definition at line 66 of file whitebalance.php.
$sxml = $xml->asXML() |
$thrsh = 0.98 |
Definition at line 50 of file whitebalance.php.
$v = $_GET['bscale'] |
Definition at line 57 of file whitebalance.php.
$v = $_GET['rscale'] |
Definition at line 56 of file whitebalance.php.
$v = $_GET['minfrac'] |
Definition at line 55 of file whitebalance.php.
$v = $_GET['thrsh'] |
Definition at line 54 of file whitebalance.php.
Referenced by daemon_counter(), i2c_bcd(), i2c_getCMOSClock(), i2c_readCMOSClock(), i2c_receive(), ps(), read_fpga_reg(), receive347(), receive_i2c(), receive_i2c_4(), and receive_i2c_n().
$xml = new SimpleXMLElement("<?xml version='1.0'?><white_balance/>") |
Definition at line 45 of file whitebalance.php.