$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);
$slice_start=0;
/*
$slice_count=0;
* $page_title=sprintf("%d: %s %d images acquired to the circular buffer (circbuf). Acquisition is %s"
for($i=0;$i<$numImg;$i++){
* ,$lastFrameNumber
$slice_start+=$slice_count;
* ,$framesAgo?"$framesAgo frames ago":"Latest"
$slice_count=0;
* ,$numImg
$frame=$meta[$i]['Exif']['FrameNumber'];
* ,$running?"on - these frames are/will be overwritten in the camera memory":"off"