cvedia::rt::data_collection::FullFrameMetaData¶
Inherits from MetaDataBase
Public Functions¶
Name | |
---|---|
FullFrameMetaData() | |
virtual nlohmann::json | toJson() const override |
virtual void | fromJson(nlohmann::json const & obj) override |
Public Attributes¶
Name | |
---|---|
timestamp_t | timestamp |
std::string | scheduledTime |
Uuid | instanceId |
cbuffer | image |
Additional inherited members¶
Public Functions inherited from MetaDataBase
Name | |
---|---|
virtual | ~MetaDataBase() =default |
Public Attributes inherited from MetaDataBase
Name | |
---|---|
std::string | type |
Public Functions Documentation¶
function FullFrameMetaData¶
inline FullFrameMetaData()
function toJson¶
virtual nlohmann::json toJson() const override
Reimplements: cvedia::rt::data_collection::MetaDataBase::toJson
function fromJson¶
virtual void fromJson(
nlohmann::json const & obj
) override
Reimplements: cvedia::rt::data_collection::MetaDataBase::fromJson
Public Attributes Documentation¶
variable timestamp¶
timestamp_t timestamp = 0;
variable scheduledTime¶
std::string scheduledTime;
variable instanceId¶
Uuid instanceId;
variable image¶
cbuffer image;
Updated on 2025-10-02 at 11:37:42 +0000