Skip to main content

Post-processing tools 2024 R1

ensightservice::ImageStreamRequest Struct Reference

Last update: 16.07.2025

Public Attributes

bool flip_vertical = 1
 
bool chunk = 2
 

Detailed Description

This message dictates the form of the ImageReply messages. One can have the images flipped vertically and can optionally chunk an entire image frame into multiple ImageReply messages. Empirical measurements demonstrate that gRPC can transfer smaller blocks of pixels faster that larger blocks. If the chunk option is enabled, the ImageReply messages will contain 1MB of pixel data maximum. The client must concatenate the pixel data from consecutive ImageReply messages until it receives a message with the final flag set. At that point, all of the pixel data for a complete image frame has been received.

Definition at line 331 of file ensight.proto.

Member Data Documentation

◆ chunk

bool ensightservice::ImageStreamRequest::chunk = 2

Set to send images in 1MB chunks to speed up large (>1MB) image transfers.

Definition at line 333 of file ensight.proto.

◆ flip_vertical

bool ensightservice::ImageStreamRequest::flip_vertical = 1

If true, flip the image over the X axis before sending the image.

Definition at line 332 of file ensight.proto.


The documentation for this struct was generated from the following file:

Connect with Ansys