Frame of a camera.
More...
#include <frame.h>
Frame of a camera.
Definition at line 50 of file frame.h.
◆ getAttribute()
virtual SDK_API Status aditof::Frame::getAttribute |
( |
const std::string & |
attribute, |
|
|
std::string & |
value |
|
) |
| const |
|
virtual |
Gets the value of a specific frame attribute.
- Parameters
-
[in] | attribute | - Attribute name |
[out] | value | - Attribute value |
- Returns
- Status
◆ getAvailableAttributes()
virtual SDK_API Status aditof::Frame::getAvailableAttributes |
( |
std::vector< std::string > & |
attributes | ) |
const |
|
virtual |
Gets the frames's list of attributes.
- Parameters
-
- Returns
- Status
◆ getData()
SDK_API Status aditof::Frame::getData |
( |
const std::string & |
dataType, |
|
|
uint16_t ** |
dataPtr |
|
) |
| |
Gets the address where the specified data is being stored.
- Parameters
-
- Returns
- Status
◆ getDataDetails()
SDK_API Status aditof::Frame::getDataDetails |
( |
const std::string & |
dataType, |
|
|
FrameDataDetails & |
details |
|
) |
| const |
Gets details of a type of data within the frame.
- Parameters
-
- Returns
- Status
◆ getDetails()
Gets the current details of the frame.
- Parameters
-
- Returns
- Status
◆ getMetadataStruct()
virtual SDK_API Status aditof::Frame::getMetadataStruct |
( |
Metadata & |
metadata | ) |
const |
|
virtual |
Extracts the metadata content and returns a struct with values.
- Parameters
-
[out] | metadata | - struct containing all metadata fields |
- Returns
- Status
◆ setAttribute()
virtual SDK_API Status aditof::Frame::setAttribute |
( |
const std::string & |
attribute, |
|
|
const std::string & |
value |
|
) |
| |
|
virtual |
Sets a specific frame attribute.
- Parameters
-
[in] | attribute | - Attribute name |
[in] | value | - Attribute value |
- Returns
- Status
◆ setDetails()
Configures the frame with the given details.
- Parameters
-
- Returns
- Status
The documentation for this class was generated from the following file:
- /home/vsts/work/1/s/sdk/include/aditof/frame.h