mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-07 18:40:42 +02:00
commenting out the example in receiver data call back changing size as it affects users using debugging mode to print out headers
Some checks failed
Native CMake Build / Configure and build using cmake (push) Failing after 12s
Some checks failed
Native CMake Build / Configure and build using cmake (push) Failing after 12s
This commit is contained in:
parent
6e6b1b64e4
commit
ae19c1b102
@ -129,8 +129,9 @@ void GetData(slsDetectorDefs::sls_receiver_header &header,
|
|||||||
// header->packetsMask.to_string().c_str(),
|
// header->packetsMask.to_string().c_str(),
|
||||||
((uint8_t)(*((uint8_t *)(dataPointer)))), imageSize);
|
((uint8_t)(*((uint8_t *)(dataPointer)))), imageSize);
|
||||||
|
|
||||||
// if data is modified, eg ROI and size is reduced
|
// if data is modified, can affect size
|
||||||
imageSize = 26000;
|
// only reduction in size allowed, not increase
|
||||||
|
// imageSize = 26000;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user