14 #ifndef CVD_LOCALVIDEOFRAME_FRAME_H 15 #define CVD_LOCALVIDEOFRAME_FRAME_H 17 #include <cvd/videoframe.h> 45 , im(
std::move(local))
47 this->my_data = im.data();
double my_timestamp
Type of field in this frame.
Definition: videoframe.h:79
LocalVideoFrame(double time, CVD::Image< T > &&local)
Construct a video frame from an Image and a timestamp.
Definition: localvideoframe.h:43
All classes and functions are within the CVD namespace.
Definition: argb.h:6
ImageRef size() const
What is the size of this image?
Definition: image.h:557
Image< T > & image()
Returns the image.
Definition: localvideoframe.h:52
A frame from a VideoBuffer.
Definition: videoframe.h:35
A full image which manages its own data.
Definition: image.h:623
A frame from a LocalVideoBuffer, which manages its own data rather than wrapping data owned by the sy...
Definition: localvideoframe.h:30