_SharedMemoryFrame Struct Reference
Last update: 16.07.2025#include <shared_memory_image_client.h>
Public Attributes | |
| uint32_t | iFrame |
| uint32_t | iWidth |
| uint32_t | iHeight |
| uint8_t * | buffer |
Detailed Description
Structure representing a frame of imagery in sequence
Definition at line 115 of file shared_memory_image_client.h.
Member Data Documentation
◆ buffer
| uint8_t* _SharedMemoryFrame::buffer |
pointer to a packed RGBRGBRGB... (iWidth*iHeight*3) bytes array of pixels
Definition at line 119 of file shared_memory_image_client.h.
◆ iFrame
| uint32_t _SharedMemoryFrame::iFrame |
monotonically increasing frame number
Definition at line 116 of file shared_memory_image_client.h.
◆ iHeight
| uint32_t _SharedMemoryFrame::iHeight |
height of a frame in pixels
Definition at line 118 of file shared_memory_image_client.h.
◆ iWidth
| uint32_t _SharedMemoryFrame::iWidth |
width of a frame in pixels
Definition at line 117 of file shared_memory_image_client.h.
The documentation for this struct was generated from the following file:
- D:/Product-src/ensight/client/rpc_interface/shared_memory_image_client.h