32 #ifndef FRAME_DEFINITIONS_H 33 #define FRAME_DEFINITIONS_H 142 #pragma pack(push, 1) 263 o <<
"\tWidth: " << meta.
width <<
"\tHeight: " << meta.
height 264 <<
"\tOutputConfiguration: " 266 <<
"\tBitsInDepth: " << static_cast<unsigned int>(meta.
bitsInDepth)
267 <<
"\tBitsInAb: " << static_cast<unsigned int>(meta.
bitsInAb)
268 <<
"\tBitsInConfidenc: " 271 <<
"\tFrequencyIndex: " << static_cast<unsigned int>(meta.
frequencyIndex)
273 <<
"\tImagerMode: " << static_cast<unsigned int>(meta.
imagerMode)
274 <<
"\tNumberOfPhases: " << static_cast<unsigned int>(meta.
numberOfPhases)
275 <<
"\tNumberOfFrequencies: " 277 <<
"\tXYZEnabled: " << static_cast<unsigned int>(meta.
xyzEnabled)
287 #endif // FRAME_DEFINITIONS_H
Holds the xyz values of a frame.
unsigned int width
The width of the frame.
std::string cameraMode
The mode the camera was set when the frame was captured.
std::ostream & operator<<(std::ostream &o, const struct Metadata &meta)
prints human readable metadata structure
std::string type
The type of the frame. Can be one of the types provided by the camera.
unsigned int height
The height of the frame data.
Describes the properties of a data that embedded within the frame.
uint8_t totalCaptures
totalCaptures or subframes in a frame
unsigned int height
The height of the frame.
std::string type
The type of data that can be found in a frame. For example it could be depth data or IR data,...
bool passiveIRCaptured
is a passive IR frame appended
unsigned int bytesCount
The total number of bytes that the data has. This can be useful when copying data to another location...
unsigned int subelementsPerElement
The number of sub-elements that an element has. An element is the smallest part of the image (a....
std::vector< FrameDataDetails > dataDetails
A frame can have multiple types of data. For example it could hold data about depth and/or data about...
unsigned int width
The width of the frame data.
Describes the properties of a frame.
unsigned int subelementSize
The size in bytes of a sub-element. A sub-element is a sub-component of an element....