mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
check for why gui doesnt show all data
This commit is contained in:
@ -5255,7 +5255,7 @@ void multiSlsDetector::readFrameFromReceiver(){
|
|||||||
|
|
||||||
//construct complete image and send to callback
|
//construct complete image and send to callback
|
||||||
while(true){
|
while(true){
|
||||||
memset(((char*)multiframe),0xFF,slsdatabytes*thisMultiDetector->numberOfDetectors); //reset frame memory
|
//memset(((char*)multiframe),0xFF,slsdatabytes*thisMultiDetector->numberOfDetectors); //reset frame memory
|
||||||
|
|
||||||
//post all of them to start
|
//post all of them to start
|
||||||
for(int ireadout=0; ireadout<numReadouts; ++ireadout){
|
for(int ireadout=0; ireadout<numReadouts; ++ireadout){
|
||||||
|
Reference in New Issue
Block a user