$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);
/*
...
...
@@ -758,7 +760,7 @@ function showSequence($todo,$frame_zero) {
}
}
}
printf("</table>\n");
}
...
...
@@ -808,7 +810,7 @@ function applyPost_debug($todo,$noFinalWait=false) {
}
}
$broadcast_sorted=split_broadcast($pgmpars);
ksort($broadcast_sorted);
$frame_to_apply=$frame_zero+$since;
if($since<0){
...
...
@@ -837,7 +839,7 @@ function applyPost_debug($todo,$noFinalWait=false) {
}
}
}
if($showSeqMode>0){printf("done, frame is %d, rslt=%d, frame_now was %d, waitingEnabled=%d\n",
printf("<a href='$imgsrv/$imglink' target='new'><img src='$imgsrv/%d/$imglink' style='width:%dpx; height:%dpx;' title='Click on the image to open the last acquired one - it may be different than this one (if acquisition is going on)' /></a>",$circbuf_pointer,$width,$height);
printf("<a href='$imgsrv/$imglink' target='new'><img src='$imgsrv/%d/$imglink' style='width:%dpx; height:%dpx;' title='Click on the image to open the last acquired one - it may be different than this one (if acquisition is going on)' /></a>",$circbuf_pointer,$width,$height);
printf("</td></tr>\n");
}
...
...
@@ -1463,7 +1467,7 @@ function printPage($encoded_todo) {