|
Time-of-Flight-SDK
|
Describes the properties of a frame. More...
#include <frame_definitions.h>
Public Attributes | |
| std::string | type |
| The type of the frame. Can be one of the types provided by the camera. | |
| std::vector< FrameDataDetails > | dataDetails |
| A frame can have multiple types of data. For example it could hold data about depth and/or data about IR. | |
| std::string | cameraMode |
| The mode the camera was set when the frame was captured. | |
| unsigned int | width |
| The width of the frame. | |
| unsigned int | height |
| The height of the frame. | |
| uint8_t | totalCaptures |
| totalCaptures or subframes in a frame | |
| bool | passiveIRCaptured |
| is a passive IR frame appended | |
Describes the properties of a frame.
Definition at line 93 of file frame_definitions.h.
1.8.15