5#include "../global.hpp"
66 explicit StreamImage(HandleGuard<Image>&& guard) noexcept
67 :
Image(std::move(guard))
74 void SetRawTimestamp(
double rawTimestamp)
noexcept
76 rawTimestamp_ = rawTimestamp;
86using Driver::StreamImage;
Base class of all stream related images.
Definition: stream_image.hpp:33
virtual double RawTimestamp() const noexcept
Gets the raw timestamp as reported by the driver.
Definition: stream_image.hpp:57
The Common Vision Blox image.
Definition: decl_image.hpp:45
Image(Size2D< int > size, int numPlanes=1, DataType dataType=DataType::Int8BppUnsigned())
Constructs an uninitialized image with the given parameters.
Definition: decl_image.hpp:189
Root namespace for the Image Manager interface.
Definition: c_barcode.h:24