Skip to content

builtin/data_collection_system.cpp

Namespaces

Name
cvedia
cvedia::rt
cvedia::rt::data_collection

Functions

Name
void to_json(nlohmann::json & j, ClassConfig const & obj)
void from_json(nlohmann::json const & j, ClassConfig & obj)
void to_json(nlohmann::json & j, ClassificationConfig const & obj)
void from_json(nlohmann::json const & j, ClassificationConfig & obj)
void to_json(nlohmann::json & j, FullFrameConfig const & obj)
void from_json(nlohmann::json const & j, FullFrameConfig & obj)
void to_json(nlohmann::json & j, CollectionConfig const & obj)
void from_json(nlohmann::json const & j, CollectionConfig & obj)

Defines

Name
DATA_COLLECTION_PASSWORD_SALT
DATA_COLLECTION_MD5_SALT

Functions Documentation

function to_json

void to_json(
    nlohmann::json & j,
    ClassConfig const & obj
)

function from_json

void from_json(
    nlohmann::json const & j,
    ClassConfig & obj
)

function to_json

void to_json(
    nlohmann::json & j,
    ClassificationConfig const & obj
)

function from_json

void from_json(
    nlohmann::json const & j,
    ClassificationConfig & obj
)

function to_json

void to_json(
    nlohmann::json & j,
    FullFrameConfig const & obj
)

function from_json

void from_json(
    nlohmann::json const & j,
    FullFrameConfig & obj
)

function to_json

void to_json(
    nlohmann::json & j,
    CollectionConfig const & obj
)

function from_json

void from_json(
    nlohmann::json const & j,
    CollectionConfig & obj
)

Macros Documentation

define DATA_COLLECTION_PASSWORD_SALT

#define DATA_COLLECTION_PASSWORD_SALT std::string(AY_OBFUSCATE("AI7iSxg4yTC3Ho20urzvPpiA6pTULgMUYj_-bD8Q5ug="))

define DATA_COLLECTION_MD5_SALT

#define DATA_COLLECTION_MD5_SALT std::string(AY_OBFUSCATE("5R/VYriSKXbnJSiz1VUAaA=="))

Updated on 2025-08-24 at 15:42:37 +0000