mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-30 18:02:23 +02:00
Fix bug in image buffer offset
This commit is contained in:
@@ -123,8 +123,7 @@ void WriterZmqReceiver::get_next_image(
|
||||
|
||||
auto n_bytes_image = zmq_recv(
|
||||
sockets_[i_module],
|
||||
// (image_buffer + image_buffer_offset),
|
||||
image_buffer,
|
||||
(image_buffer + image_buffer_offset),
|
||||
frame_metadata.data_n_bytes,
|
||||
0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user