$xml->addChild('elphel_set_P_value'.strval($sensor_port),elphel_set_P_value($sensor_port,ELPHEL_SENSOR,0x00,0,ELPHEL_CONST_FRAMEPAIR_FORCE_NEWPROC));// / will start detection
$xml->addChild('elphel_set_P_value'.strval($sensor_port),elphel_set_P_value($sensor_port,ELPHEL_SENSOR,0x00,0,ELPHEL_CONST_FRAMEPAIR_FORCE_NEWPROC));// / will start detection
// Seems that next LSEEK_SENSORPROC is not needed as 0->ELPHEL_SENSOR will trigger it anyway
// Seems that next LSEEK_SENSORPROC is not needed as 0->ELPHEL_SENSOR will trigger it anyway
$page_title=sprintf("%s %d images acquired to the circular buffer (circbuf). Acquisition is %s. Last frame is %d",$framesAgo?"$framesAgo frames (stored) ago":"Latest",$numImg,$running?"on - these frames are/will be overwritten in the camera memory":"off",$lastFrameNumber);
startPage($page_title,"");
/*
printf("<h4>%s</h4>\n",$page_title);
* $page_title=sprintf("%d: %s %d images acquired to the circular buffer (circbuf). Acquisition is %s"
printf("<table>\n");
* ,$lastFrameNumber
$rowOpen=$false;
* ,$framesAgo?"$framesAgo frames ago":"Latest"
$lastFrame=0;
* ,$numImg
$done_left=count($done);
* ,$running?"on - these frames are/will be overwritten in the camera memory":"off"