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 cameraMode
 The mode the camera was set when the frame was captured. More...
 
std::vector< FrameDataDetailsdataDetails
 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...
 

Detailed Description

Describes the properties of a frame.

Definition at line 93 of file frame_definitions.h.

Member Data Documentation

◆ cameraMode

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.

◆ dataDetails

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.

◆ height

unsigned int aditof::FrameDetails::height

The height of the frame.

Definition at line 119 of file frame_definitions.h.

◆ passiveIRCaptured

bool aditof::FrameDetails::passiveIRCaptured

is a passive IR frame appended

Definition at line 129 of file frame_definitions.h.

◆ totalCaptures

uint8_t aditof::FrameDetails::totalCaptures

totalCaptures or subframes in a frame

Definition at line 124 of file frame_definitions.h.

◆ type

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.

◆ width

unsigned int aditof::FrameDetails::width

The width of the frame.

Definition at line 114 of file frame_definitions.h.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:06