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