LeiaSR SDK 720218b2 v1.32.7.6322 2025-02-13T14:55:38Z
Stable
|
Class containing an image recorded by a Camera. More...
#include <videoframe.h>
Public Member Functions | |
operator SR_videoFrame () | |
Public Attributes | |
uint64_t | frameId |
uint64_t | time |
uint64_t | streamId |
std::shared_ptr< cv::Mat > | image |
Class containing an image recorded by a Camera.
The class can be converted to a C-compatible struct when required, the original C++ object should be kept in scope to guarantee the image data being available. If the memory is copied the ownership is no longer governed by the shared_ptr.
|
inline |
uint64_t SR::VideoFrame::frameId |
std::shared_ptr<cv::Mat> SR::VideoFrame::image |
uint64_t SR::VideoFrame::streamId |
uint64_t SR::VideoFrame::time |