Struct SimOne_Data_Image¶
#include <SimOneIOStruct.h>
Inherits the following classes: SimOne_Data
Public Attributes¶
| Type | Name |
|---|---|
| ESimOne_Image_Format | format |
| int | height |
| char | imageData |
| int | imageDataSize |
| int | width |
Public Attributes inherited from SimOne_Data¶
See SimOne_Data
| Type | Name |
|---|---|
| int | frame = 0 |
| long long | timestamp = 0 |
| int | version = 0 |
Public Attributes Documentation¶
variable format¶
ESimOne_Image_Format SimOne_Data_Image::format;
图像格式。 * Image format. Currently, only RGB is supported.
variable height¶
int SimOne_Data_Image::height;
图像高度。 * Image resolution height, with a maximum of 1200.
variable imageData¶
char SimOne_Data_Image::imageData[3840 *2160 *3];
图像数据。 * Raw image data with a maximum size of 1920 x 1200 x 3 bytes.
variable imageDataSize¶
int SimOne_Data_Image::imageDataSize;
图像数据大小。 * Size of the image data in bytes.
variable width¶
int SimOne_Data_Image::width;
图像宽度。 * Image resolution width, with a maximum of 1920.
The documentation for this class was generated from the following file docs/api/cpp/SimOneIOStruct.h