Time-of-Flight-SDK
|
Describes the properties of a frame. More...
#include <frame_definitions.h>
Public Attributes | |
unsigned int | width |
The width of the frame. | |
unsigned int | height |
The height of the frame. | |
unsigned int | fullDataWidth |
The width of the actual full frame. | |
unsigned int | fullDataHeight |
The height of the actual full frame. | |
unsigned int | rgbWidth |
The width of the rgb frame. | |
unsigned int | rgbHeight |
The height of the rgb frame. | |
std::string | type |
The type of the frame. Can be one of the types provided by the camera. | |
Describes the properties of a frame.
Definition at line 57 of file frame_definitions.h.