|
RealSense Cross Platform API
RealSense Cross-platform API
|
#include <rs_frame.hpp>
Classes | |
| class | iterator |
Additional Inherited Members | |
| Protected Member Functions inherited from rs2::frame | |
| void | add_ref () const |
| void | reset () |
|
inline |
Extends the frame class with additional frameset related attributes and functions
|
inline |
Extends the frame class with additional frameset related attributes and functions
| [in] | frame | - existing frame instance |
|
inline |
|
inline |
|
inline |
Retrieve the first frame of a specific stream type and optionally with a specific format. If no frame is found, an error will be thrown.
| [in] | rs2_stream | s - frame to be retrieved from this stream type. |
| [in] | rs2_format | f - frame to be retrieved from this format type. |
|
inline |
Retrieve the first frame of a specific stream and optionally with a specific format. If no frame is found, return an empty frame instance.
| [in] | rs2_stream | s - frame to be retrieved from this stream type. |
| [in] | rs2_format | f - frame to be retrieved from this format type. |
|
inline |
Template function, extract internal frame handles from the frameset and invoke the action function
| [in] | action | - instance with () operator implemented will be invoke after frame extraction. |
|
inline |
Retrieve the first color frame, if no frame is found, search for the color frame from IR stream. If one still can't be found, return an empty frame instance.
|
inline |
Retrieve the first depth frame, if no frame is found, return an empty frame instance.
|
inline |
Retrieve the fisheye monochrome video frame
| [in] | size_t | index |
|
inline |
Retrieve the first infrared frame, if no frame is found, return an empty frame instance.
| [in] | size_t | index |
|
inline |
|
inline |
Retrieve the object detection frame
| [in] | size_t | index |
|
inline |
|
inline |
Bracket operator retrieves back the frame from frameset using arrary notation
| [in] | index | - index of array to retrieve data back. |
|
inline |
Return the size of the frameset