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

This commit is contained in:
maliakal_d 2025-04-10 13:11:16 +02:00
parent 6e6b1b64e4
commit ae19c1b102

View File

@ -129,8 +129,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;
}
/**