rx noRoi should not create files for port (#499)

This commit is contained in:
Dhanya Thattil
2022-07-14 10:09:48 +02:00
committed by GitHub
parent 3d3e70c718
commit 5be50785fb
5 changed files with 22 additions and 17 deletions

View File

@ -156,6 +156,7 @@ class DataProcessor : private virtual slsDetectorDefs, public ThreadObject {
bool activated_{false};
ROI receiverRoi_{};
bool receiverRoiEnabled_{false};
bool receiverNoRoi_{false};
std::unique_ptr<char[]> completeImageToStreamBeforeCropping;
/** if 0, sending random images with a timer */
uint32_t *streamingFrequency_;