mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
commenting out the example in receiver data call back changing size as it affects users using debugging mode to print out headers
This commit is contained in:
parent
7c8639b8ae
commit
361437428d
@ -146,8 +146,9 @@ void GetData(slsDetectorDefs::sls_receiver_header &header,
|
||||
// header->packetsMask.to_string().c_str(),
|
||||
((uint8_t)(*((uint8_t *)(dataPointer)))), imageSize);
|
||||
|
||||
// if data is modified, eg ROI and size is reduced
|
||||
imageSize = 26000;
|
||||
// if data is modified, can affect size
|
||||
// only reduction in size allowed, not increase
|
||||
// imageSize = 26000;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user