Frame of a camera.
More...
#include <frame.h>
Frame of a camera.
Definition at line 50 of file frame.h.
◆ Frame() [1/3]
◆ ~Frame()
aditof::Frame::~Frame |
( |
| ) |
|
|
default |
◆ Frame() [2/3]
aditof::Frame::Frame |
( |
const Frame & |
op | ) |
|
Copy constructor.
Definition at line 47 of file frame.cpp.
◆ Frame() [3/3]
aditof::Frame::Frame |
( |
Frame && |
| ) |
|
|
defaultnoexcept |
◆ getData()
Gets the address where the specified data is being stored.
- Parameters
-
- Returns
- Status
Definition at line 70 of file frame.cpp.
◆ getDataDetails()
Gets details of a type of data within the frame.
- Parameters
-
- Returns
- Status
Definition at line 65 of file frame.cpp.
◆ getDetails()
Gets the current details of the frame.
- Parameters
-
- Returns
- Status
Definition at line 61 of file frame.cpp.
◆ getMetadataStruct()
Extracts the metadata content and returns a struct with values.
- Parameters
-
[out] | metadata | - struct containing all metadata fields |
- Returns
- Status
Definition at line 74 of file frame.cpp.
◆ operator=() [1/2]
Frame & aditof::Frame::operator= |
( |
const Frame & |
op | ) |
|
Copy assignment.
Definition at line 50 of file frame.cpp.
◆ operator=() [2/2]
◆ setDetails()
Configures the frame with the given details.
- Parameters
-
- Returns
- Status
Definition at line 57 of file frame.cpp.
◆ m_impl
std::unique_ptr<FrameImpl> aditof::Frame::m_impl |
|
private |
The documentation for this class was generated from the following files: