mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
reaf frame should not include start acquisition: eiger server
This commit is contained in:
Binary file not shown.
@ -249,8 +249,7 @@ enum runStatus getRunStatus(){
|
||||
|
||||
|
||||
char *readFrame(int *ret, char *mess){
|
||||
EigerStartAcquisition(); /**polling should be done inside feb server */
|
||||
RequestImages();
|
||||
RequestImages(); /** polling should be done in server */
|
||||
while(EigerRunStatus())
|
||||
usleep(50000);
|
||||
*ret = (int)FINISHED;
|
||||
|
Reference in New Issue
Block a user