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:
maliakal_d 2025-04-10 13:11:16 +02:00
parent 7c8639b8ae
commit 361437428d

View File

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