$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
,$running?"on - these frames are/will be overwritten in the camera memory":"off"
$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);
,$lastFrameNumber);
/*
/*
$page_title=sprintf("%d: %s %d images acquired to the circular buffer (circbuf). Acquisition is %s"
* $page_title=sprintf("%d: %s %d images acquired to the circular buffer (circbuf). Acquisition is %s"
,$lastFrameNumber
* ,$lastFrameNumber
,$framesAgo?"$framesAgo frames ago":"Latest"
* ,$framesAgo?"$framesAgo frames ago":"Latest"
,$numImg
* ,$numImg
,$running?"on - these frames are/will be overwritten in the camera memory":"off"
* ,$running?"on - these frames are/will be overwritten in the camera memory":"off"
);
* );
*/
*/
startPage($page_title,"");
startPage($page_title,"");
printf("<h4>%s</h4>\n",$page_title);
printf("<h4>%s</h4>\n",$page_title);
@@ -734,7 +750,7 @@ function showSequence($todo,$frame_zero) {