Time-of-Flight-SDK
Public Attributes | List of all members
aditof::FrameDetails Struct Reference

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< FrameDataDetailsdataDetails
 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
 

Detailed Description

Describes the properties of a frame.

Definition at line 93 of file frame_definitions.h.


The documentation for this struct was generated from the following file: